14
0

- Update to 3.4.1

Bugfixes
  * Fix Pyright not finding tldextract public interface
    #gh/john-kurkowski/tldextract#279
  * Fix various Pyright checks
  * Use SPDX license identifier
    #gh/john-kurkowski/tldextract#280
  * Support Python 3.11
Docs
  * Add FAQ about private domains

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=35
This commit is contained in:
2023-05-04 13:20:34 +00:00
committed by Git OBS Bridge
parent 2546ef6a13
commit 45c883f490
4 changed files with 22 additions and 9 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 4 13:11:06 UTC 2023 - Mia Herkt <mia@0x0.st>
- Update to 3.4.1
Bugfixes
* Fix Pyright not finding tldextract public interface
#gh/john-kurkowski/tldextract#279
* Fix various Pyright checks
* Use SPDX license identifier
#gh/john-kurkowski/tldextract#280
* Support Python 3.11
Docs
* Add FAQ about private domains
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 10 09:04:18 UTC 2022 - Mia Herkt <mia@0x0.st> Thu Nov 10 09:04:18 UTC 2022 - Mia Herkt <mia@0x0.st>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-tldextract # spec file for package python-tldextract
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 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
@@ -16,11 +16,9 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define oldpython python %define oldpython python
Name: python-tldextract Name: python-tldextract
Version: 3.4.0 Version: 3.4.1
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
@@ -38,6 +36,8 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module responses} BuildRequires: %{python_module responses}
BuildRequires: %{python_module six}
BuildRequires: %{python_module wheel}
### /SECTION test requirements ### /SECTION test requirements
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
@@ -45,7 +45,6 @@ Requires: python-filelock >= 3.0.8
Requires: python-idna >= 2.1.0 Requires: python-idna >= 2.1.0
Requires: python-requests >= 2.1.0 Requires: python-requests >= 2.1.0
Requires: python-requests-file >= 1.4 Requires: python-requests-file >= 1.4
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
@@ -84,7 +83,7 @@ sed -i 's:--pylint::' pytest.ini
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE
%doc README.md %doc README.md
%{python_sitelib}/* %{python_sitelib}/tldextract*
%python_alternative %{_bindir}/tldextract %python_alternative %{_bindir}/tldextract
%changelog %changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78aef13ac1459d519b457a03f1f74c1bf1c2808122a6bcc0e6840f81ba55ad73
size 111437

3
tldextract-3.4.1.tar.gz Normal file
View File

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