From 002b285be7f9ee953f6f1c52d9e70993b2889ba0f9fbb121483813157e8343fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 2 Nov 2023 12:41:48 +0000 Subject: [PATCH] Accepting request 1122213 from home:gladiac:mailman - Update to version 0.15.3 * https://github.com/ValiMail/authentication-headers/blob/0.15.3/CHANGES or the CHANGES file included in this package OBS-URL: https://build.opensuse.org/request/show/1122213 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-authheaders?expand=0&rev=13 --- authheaders-0.14.1.tar.gz | 3 --- authheaders-0.15.3.tar.gz | 3 +++ python-authheaders.changes | 7 +++++++ python-authheaders.spec | 8 ++++++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 authheaders-0.14.1.tar.gz create mode 100644 authheaders-0.15.3.tar.gz diff --git a/authheaders-0.14.1.tar.gz b/authheaders-0.14.1.tar.gz deleted file mode 100644 index dde3eb4..0000000 --- a/authheaders-0.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e601b5b54080019a2f548fadf80ddf9c5538615607c7fb602936404aafe67e2 -size 101412 diff --git a/authheaders-0.15.3.tar.gz b/authheaders-0.15.3.tar.gz new file mode 100644 index 0000000..4d748b6 --- /dev/null +++ b/authheaders-0.15.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6272060293fb42dbb91939b2fefb34fa2774a1e0e0a4dadd0c7f2ed4104b7c3 +size 108353 diff --git a/python-authheaders.changes b/python-authheaders.changes index 3d56054..74ad4b0 100644 --- a/python-authheaders.changes +++ b/python-authheaders.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 2 09:03:06 UTC 2023 - Andreas Schneider + +- Update to version 0.15.3 + * https://github.com/ValiMail/authentication-headers/blob/0.15.3/CHANGES + or the CHANGES file included in this package + ------------------------------------------------------------------- Tue Jun 13 11:35:55 UTC 2023 - Dirk Müller diff --git a/python-authheaders.spec b/python-authheaders.spec index 53cdb9a..63d29e5 100644 --- a/python-authheaders.spec +++ b/python-authheaders.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-authheaders -Version: 0.14.1 +Version: 0.15.3 Release: 0 Summary: A library wrapping email authentication header verification and generation License: MIT @@ -55,6 +55,10 @@ export LANG=en_US.UTF-8 %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +# Remove binaries +rm %{buildroot}%{_bindir}/dmarc-policy-find +%python_expand rm %{buildroot}%{$python_sitelib}/authheaders/dmarcpolicyfind*.py* + %check export LANG=en_US.UTF-8 %pytest @@ -62,6 +66,6 @@ export LANG=en_US.UTF-8 %files %{python_files} %doc CHANGES README.md %license COPYING -%{python_sitelib}/* +%{python_sitelib}/authheaders* %changelog