14
0

- 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
This commit is contained in:
2025-04-08 15:22:32 +00:00
committed by Git OBS Bridge
parent b9eb11b76c
commit 7b7a1ebf97
4 changed files with 21 additions and 4 deletions

View File

@@ -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