From 2945661d93e0584b705d095d7ebf2d8e52c53c3acbc8891d79bc73bee5bb1197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 12 Apr 2020 10:53:36 +0000 Subject: [PATCH] - Update to 0.13.0: * Switch from the deprecated publicsuffix package to publicsuffix2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-authheaders?expand=0&rev=8 --- authheaders-0.12.0.tar.gz | 3 --- authheaders-0.13.0.tar.gz | 3 +++ python-authheaders.changes | 6 ++++++ python-authheaders.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 authheaders-0.12.0.tar.gz create mode 100644 authheaders-0.13.0.tar.gz diff --git a/authheaders-0.12.0.tar.gz b/authheaders-0.12.0.tar.gz deleted file mode 100644 index f572b28..0000000 --- a/authheaders-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:916063999641f43a06acf3f6fe88f42cb6a70b360b9573d1e49d583137ba4cd2 -size 92333 diff --git a/authheaders-0.13.0.tar.gz b/authheaders-0.13.0.tar.gz new file mode 100644 index 0000000..2102705 --- /dev/null +++ b/authheaders-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935726b784cc636cbcfed2c977f1a6887dc60056806da4eff60db932c5896692 +size 93319 diff --git a/python-authheaders.changes b/python-authheaders.changes index e4696a0..9440204 100644 --- a/python-authheaders.changes +++ b/python-authheaders.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Apr 12 08:49:13 UTC 2020 - Tomáš Chvátal + +- Update to 0.13.0: + * Switch from the deprecated publicsuffix package to publicsuffix2 + ------------------------------------------------------------------- Thu Jan 23 14:58:46 UTC 2020 - pgajdos@suse.com diff --git a/python-authheaders.spec b/python-authheaders.spec index d18b478..bfa0653 100644 --- a/python-authheaders.spec +++ b/python-authheaders.spec @@ -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 @@ BuildRequires: python-rpm-macros 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