diff --git a/python-tldextract.changes b/python-tldextract.changes index 966343c..49aca22 100644 --- a/python-tldextract.changes +++ b/python-tldextract.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sun May 21 13:02:41 UTC 2023 - Mia Herkt + +- 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 diff --git a/python-tldextract.spec b/python-tldextract.spec index 23b37af..58033dc 100644 --- a/python-tldextract.spec +++ b/python-tldextract.spec @@ -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 diff --git a/tldextract-3.4.1.tar.gz b/tldextract-3.4.1.tar.gz deleted file mode 100644 index 3458428..0000000 --- a/tldextract-3.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa9e50c4a03bede2a1d95dca620d661678484626858ccf388cf9671a0dd497a4 -size 104202 diff --git a/tldextract-3.4.4.tar.gz b/tldextract-3.4.4.tar.gz new file mode 100644 index 0000000..5b8c9ad --- /dev/null +++ b/tldextract-3.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe3210c577463545191d45ad522d3d5e78d55218ce97215e82004dcae1e1234 +size 105688