!2 update to 0.15.1

From: @fu-shanqing 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-08-08 10:11:50 +00:00 committed by Gitee
commit bbb966e563
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
authheaders-0.15.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-authheaders Name: python-authheaders
Version: 0.13.0 Version: 0.15.1
Release: 1 Release: 1
Summary: A library wrapping email authentication header verification and generation. Summary: A library wrapping email authentication header verification and generation.
License: MIT and ZPL 2.1 License: MIT and ZPLv2.1
URL: https://github.com/ValiMail/authentication-headers URL: https://github.com/ValiMail/authentication-headers
Source0: https://github.com/ValiMail/authentication-headers/archive/%{version}.tar.gz Source0: https://github.com/ValiMail/authentication-headers/archive/authheaders-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -34,7 +34,7 @@ Provides: python3-authheaders-doc
Development documents and examples for authheaders. Development documents and examples for authheaders.
%prep %prep
%autosetup -n authentication-headers-%{version} %autosetup -n authheaders-0.15.1
%build %build
%py3_build %py3_build
@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst .
%{_pkgdocdir} %{_pkgdocdir}
%changelog %changelog
* Mon Aug 08 2022 fushanqing <fushanqing@kylinos.cn> - 0.15.1-1
- update to 0.15.1
* Fri Dec 18 2020 Python_Bot <Python_Bot@openeuler.org> * Fri Dec 18 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated