forked from pool/python-tldextract
Accepting request 1272260 from devel:languages:python
- Update to 5.3.0: Features * Add result field registry_suffix To complement the existing public suffix field suffix #gh/john-kurkowski/tldextract#344 * Add result property top_domain_under_public_suffix #gh/john-kurkowski/tldextract#344 * Add result property top_domain_under_registry_suffix #gh/john-kurkowski/tldextract#344 * Deprecate registered_domain property Use top_domain_under_public_suffix instead, which has the same behavior but a more accurate name Bugfixes * Fix missing reverse_domain_name property in CLI --json output Misc * Expand internal suffix_index return type to be richer than bools, and include the registry suffix during trie traversal #gh/john-kurkowski/tldextract#344 OBS-URL: https://build.opensuse.org/request/show/1272260 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tldextract?expand=0&rev=28
This commit is contained in:
@@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 23 19:17:24 UTC 2025 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- Update to 5.3.0:
|
||||||
|
Features
|
||||||
|
* Add result field registry_suffix
|
||||||
|
To complement the existing public suffix field suffix
|
||||||
|
#gh/john-kurkowski/tldextract#344
|
||||||
|
* Add result property top_domain_under_public_suffix
|
||||||
|
#gh/john-kurkowski/tldextract#344
|
||||||
|
* Add result property top_domain_under_registry_suffix
|
||||||
|
#gh/john-kurkowski/tldextract#344
|
||||||
|
* Deprecate registered_domain property
|
||||||
|
Use top_domain_under_public_suffix instead, which has the same
|
||||||
|
behavior but a more accurate name
|
||||||
|
Bugfixes
|
||||||
|
* Fix missing reverse_domain_name property in CLI --json output
|
||||||
|
Misc
|
||||||
|
* Expand internal suffix_index return type to be richer than
|
||||||
|
bools, and include the registry suffix during trie traversal
|
||||||
|
#gh/john-kurkowski/tldextract#344
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 8 15:06:55 UTC 2025 - Mia Herkt <mia@0x0.st>
|
Tue Apr 8 15:06:55 UTC 2025 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%define oldpython python
|
%define oldpython python
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-tldextract
|
Name: python-tldextract
|
||||||
Version: 5.2.0
|
Version: 5.3.0
|
||||||
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
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c3a8c4daf2c25a57f54d6ef6762aeac7eff5ac3da04cdb607130be757b8457ab
|
|
||||||
size 126839
|
|
3
tldextract-5.3.0.tar.gz
Normal file
3
tldextract-5.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b3d2b70a1594a0ecfa6967d57251527d58e00bb5a91a74387baa0d87a0678609
|
||||||
|
size 128502
|
Reference in New Issue
Block a user