Update package to version 0.15.2

This commit is contained in:
jxy_git 2023-03-21 11:02:54 +08:00
parent bbb966e563
commit 573c8a6202
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
Name: python-authheaders
Version: 0.15.1
Version: 0.15.2
Release: 1
Summary: A library wrapping email authentication header verification and generation.
License: MIT and ZPLv2.1
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
%description
@ -15,12 +15,11 @@ are packaged into the Authentication-Results header.
%package -n python3-authheaders
Summary: A library wrapping email authentication header verification and generation.
Provides: python-authheaders
Provides: python-authheaders = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-publicsuffix2
Requires: python3-dkimpy
%description -n python3-authheaders
This is a Python library for the generation of email authentication headers.
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
Summary: Development documents and examples for authheaders
Provides: python3-authheaders-doc
%description help
Development documents and examples for authheaders.
%prep
%autosetup -n authheaders-0.15.1
%autosetup -n authheaders-%{version}
%build
%py3_build
@ -74,8 +72,11 @@ mv %{buildroot}/doclist.lst .
%{_pkgdocdir}
%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
- 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