15
0

- 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
This commit is contained in:
Tomáš Chvátal
2020-04-12 10:53:36 +00:00
committed by Git OBS Bridge
parent b0db5b06a2
commit 2945661d93
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:916063999641f43a06acf3f6fe88f42cb6a70b360b9573d1e49d583137ba4cd2
size 92333

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:935726b784cc636cbcfed2c977f1a6887dc60056806da4eff60db932c5896692
size 93319

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Apr 12 08:49:13 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.13.0:
* Switch from the deprecated publicsuffix package to publicsuffix2
-------------------------------------------------------------------
Thu Jan 23 14:58:46 UTC 2020 - pgajdos@suse.com

View File

@@ -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