diff --git a/authheaders-0.15.1.tar.gz b/authheaders-0.15.1.tar.gz deleted file mode 100644 index 2d2e1cf0aff27a2cec4ec74b80533b52c323c3fb..0000000000000000000000000000000000000000 Binary files a/authheaders-0.15.1.tar.gz and /dev/null differ diff --git a/authheaders-0.15.2.tar.gz b/authheaders-0.15.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..864457ece10407112a7dd9a7cd9780323d178541 Binary files /dev/null and b/authheaders-0.15.2.tar.gz differ diff --git a/python-authheaders.spec b/python-authheaders.spec index 7b101d2fbdd956726bbfda33c394da9690a1605d..de8bde9bd7c2745ffb4c1e8aa357dda289129b4a 100644 --- a/python-authheaders.spec +++ b/python-authheaders.spec @@ -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 - 0.15.2-1 +- Update package to version 0.15.2 + * Mon Aug 08 2022 fushanqing - 0.15.1-1 - update to 0.15.1 -* Fri Dec 18 2020 Python_Bot +* Fri Dec 18 2020 Python_Bot - 0.13.0-1 - Package Spec generated