!3 Update package to version 0.15.2

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-03-21 03:31:32 +00:00 committed by Gitee
commit de27b9b0cb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 7 deletions

Binary file not shown.

BIN
authheaders-0.15.2.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.15.1 Version: 0.15.2
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 ZPLv2.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/authheaders-%{version}.tar.gz Source0: https://github.com/ValiMail/authentication-headers/releases/download/%{version}/authheaders-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -15,12 +15,11 @@ are packaged into the Authentication-Results header.
%package -n python3-authheaders %package -n python3-authheaders
Summary: A library wrapping email authentication header verification and generation. Summary: A library wrapping email authentication header verification and generation.
Provides: python-authheaders Provides: python-authheaders = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
Requires: python3-publicsuffix2 Requires: python3-publicsuffix2
Requires: python3-dkimpy Requires: python3-dkimpy
%description -n python3-authheaders %description -n python3-authheaders
This is a Python library for the generation of email authentication headers. This is a Python library for the generation of email authentication headers.
The library can perform DKIM, SPF, and DMARC validation, and the results The library can perform DKIM, SPF, and DMARC validation, and the results
@ -29,12 +28,11 @@ are packaged into the Authentication-Results header.
%package help %package help
Summary: Development documents and examples for authheaders Summary: Development documents and examples for authheaders
Provides: python3-authheaders-doc Provides: python3-authheaders-doc
%description help %description help
Development documents and examples for authheaders. Development documents and examples for authheaders.
%prep %prep
%autosetup -n authheaders-0.15.1 %autosetup -n authheaders-%{version}
%build %build
%py3_build %py3_build
@ -74,8 +72,11 @@ mv %{buildroot}/doclist.lst .
%{_pkgdocdir} %{_pkgdocdir}
%changelog %changelog
* Tue Mar 21 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.15.2-1
- Update package to version 0.15.2
* Mon Aug 08 2022 fushanqing <fushanqing@kylinos.cn> - 0.15.1-1 * Mon Aug 08 2022 fushanqing <fushanqing@kylinos.cn> - 0.15.1-1
- update to 0.15.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> - 0.13.0-1
- Package Spec generated - Package Spec generated