From 7b7a1ebf978f30b42807de0ab047ff5af4e4e99b925cb1cd63eca67d8df67841 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Tue, 8 Apr 2025 15:22:32 +0000 Subject: [PATCH] - Update to 5.2.0: Features * Add `reverse_domain_name` result property #gh/john-kurkowski/tldextract#342 Bugfixes * Extend exported public interface with `ExtractResult` and `update` These were always meant to be public. Eases user import. Docs * Document result fields * Note all return values * Colocate usage in the usage section * Link to private domain docs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=55 --- python-tldextract.changes | 17 +++++++++++++++++ python-tldextract.spec | 2 +- tldextract-5.1.3.tar.gz | 3 --- tldextract-5.2.0.tar.gz | 3 +++ 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 tldextract-5.1.3.tar.gz create mode 100644 tldextract-5.2.0.tar.gz diff --git a/python-tldextract.changes b/python-tldextract.changes index e6c97d7..57a6ba5 100644 --- a/python-tldextract.changes +++ b/python-tldextract.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Apr 8 15:06:55 UTC 2025 - Mia Herkt + +- Update to 5.2.0: +Features + * Add `reverse_domain_name` result property + #gh/john-kurkowski/tldextract#342 +Bugfixes + * Extend exported public interface with `ExtractResult` and + `update` + These were always meant to be public. Eases user import. +Docs + * Document result fields + * Note all return values + * Colocate usage in the usage section + * Link to private domain docs + ------------------------------------------------------------------- Thu Jan 23 04:42:21 UTC 2025 - Steve Kowalik diff --git a/python-tldextract.spec b/python-tldextract.spec index d15ffb9..f91b077 100644 --- a/python-tldextract.spec +++ b/python-tldextract.spec @@ -19,7 +19,7 @@ %define oldpython python %{?sle15_python_module_pythons} Name: python-tldextract -Version: 5.1.3 +Version: 5.2.0 Release: 0 Summary: Python module to separate the TLD of a URL License: BSD-3-Clause diff --git a/tldextract-5.1.3.tar.gz b/tldextract-5.1.3.tar.gz deleted file mode 100644 index 5761379..0000000 --- a/tldextract-5.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d43c7284c23f5dc8a42fd0fee2abede2ff74cc622674e4cb07f514ab3330c338 -size 125033 diff --git a/tldextract-5.2.0.tar.gz b/tldextract-5.2.0.tar.gz new file mode 100644 index 0000000..eff6229 --- /dev/null +++ b/tldextract-5.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a8c4daf2c25a57f54d6ef6762aeac7eff5ac3da04cdb607130be757b8457ab +size 126839