17
0

Compare commits

8 Commits

Author SHA256 Message Date
9dfd9dbef0 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
2025-04-24 15:25:44 +00:00
8933aef807 - 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/package/show/devel:languages:python/python-tldextract?expand=0&rev=57
2025-04-23 19:24:55 +00:00
eb618a1548 Accepting request 1267941 from devel:languages:python
- 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/request/show/1267941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tldextract?expand=0&rev=27
2025-04-10 19:58:34 +00:00
7b7a1ebf97 - 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
2025-04-08 15:22:32 +00:00
e5814d7b03 Accepting request 1239691 from devel:languages:python
- Drop unneeded BuildRequires on six.
- Specify dist-info directory in %files.

OBS-URL: https://build.opensuse.org/request/show/1239691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tldextract?expand=0&rev=26
2025-01-23 17:03:27 +00:00
b9eb11b76c - Drop unneeded BuildRequires on six.
- Specify dist-info directory in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=53
2025-01-23 04:43:04 +00:00
a02c3ad304 Accepting request 1222993 from devel:languages:python
- update to 5.1.3:
  * Reduce logging errors (`921a825`)
  * Drop support for EOL Python 3.8
  * Support Python 3.13
  * Update bundled snapshot

OBS-URL: https://build.opensuse.org/request/show/1222993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tldextract?expand=0&rev=25
2024-11-09 19:59:13 +00:00
6e24d86a45 - update to 5.1.3:
* Reduce logging errors (`921a825`)
  * Drop support for EOL Python 3.8
  * Support Python 3.13
  * Update bundled snapshot

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=51
2024-11-09 16:18:12 +00:00

Diff Content Not Available