Skip to content

Commit

Permalink
Update python-tldextract to version 3.4.4 / rev 18 via SR 1088132
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1088132
by user mia + dimstar_suse
- 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
  • Loading branch information
mia authored and bmwiedemann committed May 21, 2023
1 parent 43f762c commit d10b175
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 2 deletions.
Binary file modified packages/p/python-tldextract/.files
Binary file not shown.
27 changes: 27 additions & 0 deletions packages/p/python-tldextract/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,31 @@ Bugfixes
<comment>Automatic submission by obs-autosubmit</comment>
<requestid>1086553</requestid>
</revision>
<revision rev="18" vrev="1">
<srcmd5>bb2cba2002c818b0743c79919b60395f</srcmd5>
<version>3.4.4</version>
<time>1684688948</time>
<user>dimstar_suse</user>
<comment>- 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 &quot;average&quot; 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</comment>
<requestid>1088132</requestid>
</revision>
</revisionlist>
24 changes: 24 additions & 0 deletions packages/p/python-tldextract/python-tldextract.changes
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
2 changes: 1 addition & 1 deletion packages/p/python-tldextract/python-tldextract.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion packages/p/python-tldextract/tldextract-3.4.1.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-tldextract/tldextract-3.4.4.tar.gz

0 comments on commit d10b175

Please sign in to comment.