14
0

- Update to 3.4.4:

Bugfixes
  * Honor private domains flag on self, not only when passed to
    __call__
    #gh/john-kurkowski/tldextract#289
- Changes in 3.4.3:
Bugfixes
  * Speed up 10-15% over all inputs
  * Refactor suffix_index() to use a trie
    #gh/john-kurkowski/tldextract#285
Docs
  * Adopt PEP257 doc style
- Changes in 3.4.2:
Bugfixes
  * Speed up 10-40% on "average" inputs, and even more on
    pathological inputs, like long subdomains
  * Optimize suffix_index(): search from right to left
    #gh/john-kurkowski/tldextract#283
  * Optimize netloc extraction: switch from regex to if/else
    #gh/john-kurkowski/tldextract#284

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=37
This commit is contained in:
2023-05-21 13:07:15 +00:00
committed by Git OBS Bridge
parent 45c883f490
commit c6c97f247d
4 changed files with 28 additions and 4 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun May 21 13:02:41 UTC 2023 - Mia Herkt <mia@0x0.st>
- Update to 3.4.4:
Bugfixes
* Honor private domains flag on self, not only when passed to
__call__
#gh/john-kurkowski/tldextract#289
- Changes in 3.4.3:
Bugfixes
* Speed up 10-15% over all inputs
* Refactor suffix_index() to use a trie
#gh/john-kurkowski/tldextract#285
Docs
* Adopt PEP257 doc style
- Changes in 3.4.2:
Bugfixes
* Speed up 10-40% on "average" inputs, and even more on
pathological inputs, like long subdomains
* Optimize suffix_index(): search from right to left
#gh/john-kurkowski/tldextract#283
* Optimize netloc extraction: switch from regex to if/else
#gh/john-kurkowski/tldextract#284
-------------------------------------------------------------------
Thu May 4 13:11:06 UTC 2023 - Mia Herkt <mia@0x0.st>

View File

@@ -18,7 +18,7 @@
%define oldpython python
Name: python-tldextract
Version: 3.4.1
Version: 3.4.4
Release: 0
Summary: Python module to separate the TLD of a URL
License: BSD-3-Clause

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa9e50c4a03bede2a1d95dca620d661678484626858ccf388cf9671a0dd497a4
size 104202

3
tldextract-3.4.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fe3210c577463545191d45ad522d3d5e78d55218ce97215e82004dcae1e1234
size 105688