forked from pool/python-tldextract
Accepting request 1324626 from devel:languages:python
- Update to 5.3.1:
Bugfixes
* Drop support for EOL Python 3.9
#gh/john-kurkowski/tldextract#359
* Support Python 3.14 + PyPy 3.11
#gh/john-kurkowski/tldextract#358
* Speed up IP address search space with isdecimal() instead of
isdigit()
#gh/john-kurkowski/tldextract#352
Docs
* Reorganize, dedupe, and shorten README
#gh/john-kurkowski/tldextract#349
OBS-URL: https://build.opensuse.org/request/show/1324626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tldextract?expand=0&rev=29
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 29 02:30:15 UTC 2025 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
- Update to 5.3.1:
|
||||
Bugfixes
|
||||
* Drop support for EOL Python 3.9
|
||||
#gh/john-kurkowski/tldextract#359
|
||||
* Support Python 3.14 + PyPy 3.11
|
||||
#gh/john-kurkowski/tldextract#358
|
||||
* Speed up IP address search space with isdecimal() instead of
|
||||
isdigit()
|
||||
#gh/john-kurkowski/tldextract#352
|
||||
Docs
|
||||
* Reorganize, dedupe, and shorten README
|
||||
#gh/john-kurkowski/tldextract#349
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 23 19:17:24 UTC 2025 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-tldextract
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,13 +19,14 @@
|
||||
%define oldpython python
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-tldextract
|
||||
Version: 5.3.0
|
||||
Version: 5.3.1
|
||||
Release: 0
|
||||
Summary: Python module to separate the TLD of a URL
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/john-kurkowski/tldextract
|
||||
Source: https://files.pythonhosted.org/packages/source/t/tldextract/tldextract-%{version}.tar.gz
|
||||
Source1: %{name}-rpmlintrc
|
||||
BuildRequires: %{python_module base >= 3.10}
|
||||
BuildRequires: %{python_module filelock >= 3.0.8}
|
||||
BuildRequires: %{python_module idna >= 2.1.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3d2b70a1594a0ecfa6967d57251527d58e00bb5a91a74387baa0d87a0678609
|
||||
size 128502
|
||||
3
tldextract-5.3.1.tar.gz
Normal file
3
tldextract-5.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a72756ca170b2510315076383ea2993478f7da6f897eef1f4a5400735d5057fb
|
||||
size 126105
|
||||
Reference in New Issue
Block a user