From 41775af9613f862242c0a283bb20cea3ee4a7b99dc45a1acd0fcafc26618118b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 30 Jan 2024 12:04:39 +0000 Subject: [PATCH] - update to 0.16.2: * Add checks for None results to avoid tracebacks (#31) * Account for FWS in From (which is legal, apparently) * Delete more setup.py cruft for non-supported Pythons OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-authheaders?expand=0&rev=22 --- authheaders-0.16.1.tar.gz | 3 --- authheaders-0.16.2.tar.gz | 3 +++ python-authheaders.changes | 8 ++++++++ python-authheaders.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 authheaders-0.16.1.tar.gz create mode 100644 authheaders-0.16.2.tar.gz diff --git a/authheaders-0.16.1.tar.gz b/authheaders-0.16.1.tar.gz deleted file mode 100644 index 3449d92..0000000 --- a/authheaders-0.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1adf57525e96d6ae6be713b65972d9c12c8c09f5e802e52797a8be76ff0b119 -size 111878 diff --git a/authheaders-0.16.2.tar.gz b/authheaders-0.16.2.tar.gz new file mode 100644 index 0000000..e85b6fe --- /dev/null +++ b/authheaders-0.16.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e371b893e73e7e5853f033c44079f030b952c8b87d41f935b194469778fd4d65 +size 111964 diff --git a/python-authheaders.changes b/python-authheaders.changes index 4ad4f1c..447d4c1 100644 --- a/python-authheaders.changes +++ b/python-authheaders.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jan 30 12:04:25 UTC 2024 - Dirk Müller + +- update to 0.16.2: + * Add checks for None results to avoid tracebacks (#31) + * Account for FWS in From (which is legal, apparently) + * Delete more setup.py cruft for non-supported Pythons + ------------------------------------------------------------------- Sat Jan 20 12:36:31 UTC 2024 - Dirk Müller diff --git a/python-authheaders.spec b/python-authheaders.spec index abe3425..262be3c 100644 --- a/python-authheaders.spec +++ b/python-authheaders.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-authheaders -Version: 0.16.1 +Version: 0.16.2 Release: 0 Summary: A library wrapping email authentication header verification and generation License: MIT