forked from pool/python-tldextract
- 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:
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 1 07:26:20 UTC 2021 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 4 20:10:10 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
Thu Feb 4 20:10:10 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-tldextract
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-tldextract
|
Name: python-tldextract
|
||||||
Version: 3.1.0
|
Version: 3.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module to separate the TLD of a URL
|
Summary: Python module to separate the TLD of a URL
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -30,8 +30,8 @@ Source: https://files.pythonhosted.org/packages/source/t/tldextract/tlde
|
|||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
BuildRequires: %{python_module filelock >= 3.0.8}
|
BuildRequires: %{python_module filelock >= 3.0.8}
|
||||||
BuildRequires: %{python_module idna >= 2.1.0}
|
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 >= 2.1.0}
|
||||||
|
BuildRequires: %{python_module requests-file >= 1.4}
|
||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
### SECTION test requirements
|
### SECTION test requirements
|
||||||
@@ -47,7 +47,7 @@ Requires: python-requests >= 2.1.0
|
|||||||
Requires: python-requests-file >= 1.4
|
Requires: python-requests-file >= 1.4
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
Obsoletes: %{oldpython}-tldextract <= 2.0.1
|
Obsoletes: %{oldpython}-tldextract <= 2.0.1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cfae9bc8bda37c3e8c7c8639711ad20e95dc85b207a256b60b0b23d7ff5540ea
|
|
||||||
size 101874
|
|
3
tldextract-3.1.2.tar.gz
Normal file
3
tldextract-3.1.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d2034c3558651f7d8fdadea83fb681050b2d662dc67a00d950326dc902029444
|
||||||
|
size 103248
|
Reference in New Issue
Block a user