From 9b6c89e69a5ca0d40f641243aa823003a6883e11658b8f4ce5e1a6f02a5ddc61 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Jan 2022 16:56:20 +0000 Subject: [PATCH] - update to 0.14.1: - Bump version to fix pypi artifacts, no code changes - Use email.utils to parse the From header addresses (Thanks to Adam Clark for noting this issue and providing the fix) Fixes Github #5 - Correct minimum authres version requirment in setup.py - Catch more errors. Add DKIM temperror. (Thanks to 'niftylettuce') Fixes Github #18 - Skip DMARC records with no 'p' tag and don't raise an error (also thanks to 'niftylettuce') Fixes Github #14 - Fix issues with upper case characters in domain (Thanks to Mark Sapiro for root causing the issue and providing a fix for the domain name regex) Fixes Github #13 - Include ARC result comment is A-R header field when ARC fails. Fixes Github #12 - Handle the case where no valid From is found. Fixes Github #15 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-authheaders?expand=0&rev=10 --- authheaders-0.13.0.tar.gz | 3 --- authheaders-0.14.1.tar.gz | 3 +++ python-authheaders.changes | 19 +++++++++++++++++++ python-authheaders.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 authheaders-0.13.0.tar.gz create mode 100644 authheaders-0.14.1.tar.gz diff --git a/authheaders-0.13.0.tar.gz b/authheaders-0.13.0.tar.gz deleted file mode 100644 index 2102705..0000000 --- a/authheaders-0.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:935726b784cc636cbcfed2c977f1a6887dc60056806da4eff60db932c5896692 -size 93319 diff --git a/authheaders-0.14.1.tar.gz b/authheaders-0.14.1.tar.gz new file mode 100644 index 0000000..dde3eb4 --- /dev/null +++ b/authheaders-0.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e601b5b54080019a2f548fadf80ddf9c5538615607c7fb602936404aafe67e2 +size 101412 diff --git a/python-authheaders.changes b/python-authheaders.changes index 9440204..b6d6eb9 100644 --- a/python-authheaders.changes +++ b/python-authheaders.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Jan 15 16:55:40 UTC 2022 - Dirk Müller + +- update to 0.14.1: + - Bump version to fix pypi artifacts, no code changes + - Use email.utils to parse the From header addresses (Thanks to Adam Clark + for noting this issue and providing the fix) Fixes Github #5 + - Correct minimum authres version requirment in setup.py + - Catch more errors. Add DKIM temperror. (Thanks to 'niftylettuce') Fixes + Github #18 + - Skip DMARC records with no 'p' tag and don't raise an error (also thanks + to 'niftylettuce') Fixes Github #14 + - Fix issues with upper case characters in domain (Thanks to Mark Sapiro for + root causing the issue and providing a fix for the domain name regex) + Fixes Github #13 + - Include ARC result comment is A-R header field when ARC fails. Fixes + Github #12 + - Handle the case where no valid From is found. Fixes Github #15 + ------------------------------------------------------------------- Sun Apr 12 08:49:13 UTC 2020 - Tomáš Chvátal diff --git a/python-authheaders.spec b/python-authheaders.spec index bfa0653..8eed42d 100644 --- a/python-authheaders.spec +++ b/python-authheaders.spec @@ -1,7 +1,7 @@ # # spec file for package python-authheaders # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-authheaders -Version: 0.13.0 +Version: 0.14.1 Release: 0 Summary: A library wrapping email authentication header verification and generation License: MIT