diff --git a/0.13.0.tar.gz b/0.13.0.tar.gz deleted file mode 100644 index 80c99c0225bbc99c68314679f37d11d0969f7c6c..0000000000000000000000000000000000000000 Binary files a/0.13.0.tar.gz and /dev/null differ diff --git a/authheaders-0.15.1.tar.gz b/authheaders-0.15.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2d2e1cf0aff27a2cec4ec74b80533b52c323c3fb Binary files /dev/null and b/authheaders-0.15.1.tar.gz differ diff --git a/python-authheaders.spec b/python-authheaders.spec index 3d58636e7f231623bea9bfec80d4d06813566278..7b101d2fbdd956726bbfda33c394da9690a1605d 100644 --- a/python-authheaders.spec +++ b/python-authheaders.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-authheaders -Version: 0.13.0 +Version: 0.15.1 Release: 1 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 -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 %description @@ -34,7 +34,7 @@ Provides: python3-authheaders-doc Development documents and examples for authheaders. %prep -%autosetup -n authentication-headers-%{version} +%autosetup -n authheaders-0.15.1 %build %py3_build @@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Mon Aug 08 2022 fushanqing - 0.15.1-1 +- update to 0.15.1 + * Fri Dec 18 2020 Python_Bot - Package Spec generated