forked from pool/python-authheaders
Accepting request 946674 from devel:languages:python
- 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/request/show/946674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-authheaders?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:935726b784cc636cbcfed2c977f1a6887dc60056806da4eff60db932c5896692
|
||||
size 93319
|
||||
3
authheaders-0.14.1.tar.gz
Normal file
3
authheaders-0.14.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e601b5b54080019a2f548fadf80ddf9c5538615607c7fb602936404aafe67e2
|
||||
size 101412
|
||||
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 15 16:55:40 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user