commit python-authheaders for openSUSE:Factory

2020-04-14 Thread root
Hello community,

here is the log from the commit of package python-authheaders for 
openSUSE:Factory checked in at 2020-04-14 15:09:59

Comparing /work/SRC/openSUSE:Factory/python-authheaders (Old)
 and  /work/SRC/openSUSE:Factory/.python-authheaders.new.2738 (New)


Package is "python-authheaders"

Tue Apr 14 15:09:59 2020 rev:4 rq:793393 version:0.13.0

Changes:

--- /work/SRC/openSUSE:Factory/python-authheaders/python-authheaders.changes
2020-01-24 13:13:10.585481582 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-authheaders.new.2738/python-authheaders.changes
  2020-04-14 16:29:13.912010141 +0200
@@ -1,0 +2,6 @@
+Sun Apr 12 08:49:13 UTC 2020 - Tomáš Chvátal 
+
+- Update to 0.13.0:
+  * Switch from the deprecated publicsuffix package to publicsuffix2
+
+---

Old:

  authheaders-0.12.0.tar.gz

New:

  authheaders-0.13.0.tar.gz



Other differences:
--
++ python-authheaders.spec ++
--- /var/tmp/diff_new_pack.gkmR6q/_old  2020-04-14 16:29:14.284010425 +0200
+++ /var/tmp/diff_new_pack.gkmR6q/_new  2020-04-14 16:29:14.284010425 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-authheaders
-Version:0.12.0
+Version:0.13.0
 Release:0
 Summary:A library wrapping email authentication header verification 
and generation
 License:MIT
@@ -31,13 +31,13 @@
 Requires:   python-authres >= 1.0.1
 Requires:   python-dkimpy >= 0.7.1
 Requires:   python-dnspython
-Requires:   python-publicsuffix
+Requires:   python-publicsuffix2
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module authres >= 1.2.0}
 BuildRequires:  %{python_module dkimpy >= 0.7.1}
 BuildRequires:  %{python_module dnspython}
-BuildRequires:  %{python_module publicsuffix}
+BuildRequires:  %{python_module publicsuffix2}
 BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages

++ authheaders-0.12.0.tar.gz -> authheaders-0.13.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/authheaders-0.12.0/CHANGES 
new/authheaders-0.13.0/CHANGES
--- old/authheaders-0.12.0/CHANGES  2019-09-15 01:48:47.0 +0200
+++ new/authheaders-0.13.0/CHANGES  2020-01-25 23:08:01.0 +0100
@@ -1,4 +1,17 @@
-UNRELEASED Verion 0.12.0
+2020-01-25 Version 0.13.0
+  - Switch from the deprecated publicsuffix package to publicsuffix2
+  - Note: PSL unchanged since last update
+
+2020-01-23 Version 0.12.2
+  - Do not pass timestamp value to dkimpy for DKIM signing, only supported for
+ARC (update documentation too) (Closes: Github Issue #3)
+  - Update PSL from upstream
+
+2019-12-10 Version 0.12.1
+  - Adapt tests to work with dkimpy 1.0.0 test dns API changes
+  - Update PSL from upstream
+
+2019-09-15 Version 0.12.0
   - Implement RFC 7489 Section 6.6.1 multi-valued from processing for DMARC
   - Implement support for distinct sub-domain policy ('sp' tag)
   - Include DMARC policy in addition to raw DMARC result in A-R response
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/authheaders-0.12.0/PKG-INFO 
new/authheaders-0.13.0/PKG-INFO
--- old/authheaders-0.12.0/PKG-INFO 2019-09-15 06:20:26.0 +0200
+++ new/authheaders-0.13.0/PKG-INFO 2020-01-25 23:08:36.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: authheaders
-Version: 0.12.0
+Version: 0.13.0
 Summary: A library wrapping email authentication header verification and 
generation.
 Home-page: https://github.com/ValiMail/authentication-headers
 Author: Gene Shuman
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/authheaders-0.12.0/authheaders/__init__.py 
new/authheaders-0.13.0/authheaders/__init__.py
--- old/authheaders-0.12.0/authheaders/__init__.py  2019-09-15 
06:12:20.0 +0200
+++ new/authheaders-0.13.0/authheaders/__init__.py  2020-01-23 
07:26:38.0 +0100
@@ -306,7 +306,7 @@
 @param identity: (DKIM) the DKIM identity value for the signature (default 
"@"+domain)
 @param length: (DKIM) true if the l= tag should be included to indicate 
body length (default False)
 @param canonicalize: (DKIM) the canonicalization algorithms to use 
(default (Relaxed, Relaxed))
-@param timestamp: (for testing) a manual timestamp to use for signature 
generation
+@param timestamp: (for ARC testing) a manual timestamp to use for ARC 
signature generation
 @param logger: An optional logger
 @param standardize: A testing flag for arc to output a standardized header 
format
 @return: 

commit python-authheaders for openSUSE:Factory

2020-01-24 Thread root
Hello community,

here is the log from the commit of package python-authheaders for 
openSUSE:Factory checked in at 2020-01-24 13:12:18

Comparing /work/SRC/openSUSE:Factory/python-authheaders (Old)
 and  /work/SRC/openSUSE:Factory/.python-authheaders.new.26092 (New)


Package is "python-authheaders"

Fri Jan 24 13:12:18 2020 rev:3 rq:766680 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/python-authheaders/python-authheaders.changes
2020-01-20 22:54:34.359323387 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-authheaders.new.26092/python-authheaders.changes
 2020-01-24 13:13:10.585481582 +0100
@@ -1,0 +2,6 @@
+Thu Jan 23 14:58:46 UTC 2020 - pgaj...@suse.com
+
+- do not require python-cffi for 15, it will be required by
+  python-PyNaCl
+
+---



Other differences:
--
++ python-authheaders.spec ++
--- /var/tmp/diff_new_pack.LFOqCQ/_old  2020-01-24 13:13:12.541482368 +0100
+++ /var/tmp/diff_new_pack.LFOqCQ/_new  2020-01-24 13:13:12.545482370 +0100
@@ -28,9 +28,6 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if 0%{?suse_version} <= 1500
-BuildRequires:  %{python_module cffi}
-%endif
 Requires:   python-authres >= 1.0.1
 Requires:   python-dkimpy >= 0.7.1
 Requires:   python-dnspython




commit python-authheaders for openSUSE:Factory

2020-01-20 Thread root
Hello community,

here is the log from the commit of package python-authheaders for 
openSUSE:Factory checked in at 2020-01-20 22:54:31

Comparing /work/SRC/openSUSE:Factory/python-authheaders (Old)
 and  /work/SRC/openSUSE:Factory/.python-authheaders.new.26092 (New)


Package is "python-authheaders"

Mon Jan 20 22:54:31 2020 rev:2 rq:765757 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/python-authheaders/python-authheaders.changes
2019-12-04 14:19:56.950416341 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-authheaders.new.26092/python-authheaders.changes
 2020-01-20 22:54:34.359323387 +0100
@@ -1,0 +2,5 @@
+Fri Jan 10 17:54:29 UTC 2020 - pgaj...@suse.com
+
+- fix build in SLE-15: set en_US.UTF-8 encoding
+
+---



Other differences:
--
++ python-authheaders.spec ++
--- /var/tmp/diff_new_pack.83wbb1/_old  2020-01-20 22:54:35.535323839 +0100
+++ /var/tmp/diff_new_pack.83wbb1/_new  2020-01-20 22:54:35.535323839 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-authheaders
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,9 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+%if 0%{?suse_version} <= 1500
+BuildRequires:  %{python_module cffi}
+%endif
 Requires:   python-authres >= 1.0.1
 Requires:   python-dkimpy >= 0.7.1
 Requires:   python-dnspython
@@ -49,6 +52,7 @@
 %setup -q -n authheaders-%{version}
 
 %build
+export LANG=en_US.UTF-8
 %python_build
 
 %install
@@ -56,6 +60,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+export LANG=en_US.UTF-8
 %pytest
 
 %files %{python_files}