14
0

- Update to 3.1.2 (no visible changes)

- Changes in 3.1.1:
  * Bugfixes
    + Support Python 3.9
    + Drop support for EOL Python 3.5

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=28
This commit is contained in:
2021-10-01 07:44:58 +00:00
committed by Git OBS Bridge
parent ba561c2a08
commit 91941d16bf
4 changed files with 16 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-tldextract
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%define skip_python2 1
%define oldpython python
Name: python-tldextract
Version: 3.1.0
Version: 3.1.2
Release: 0
Summary: Python module to separate the TLD of a URL
License: BSD-3-Clause
@@ -30,8 +30,8 @@ Source: https://files.pythonhosted.org/packages/source/t/tldextract/tlde
Source1: %{name}-rpmlintrc
BuildRequires: %{python_module filelock >= 3.0.8}
BuildRequires: %{python_module idna >= 2.1.0}
BuildRequires: %{python_module requests-file >= 1.4}
BuildRequires: %{python_module requests >= 2.1.0}
BuildRequires: %{python_module requests-file >= 1.4}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
### SECTION test requirements
@@ -47,7 +47,7 @@ Requires: python-requests >= 2.1.0
Requires: python-requests-file >= 1.4
Requires: python-setuptools
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
Obsoletes: %{oldpython}-tldextract <= 2.0.1
BuildArch: noarch
%python_subpackages