!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:
commit
de27b9b0cb
Binary file not shown.
BIN
authheaders-0.15.2.tar.gz
Normal file
BIN
authheaders-0.15.2.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user