14
0

- Update to 5.1.2:

* Remove socket.inet_pton, to fix platform-dependent IP parsing
    #gh/john-kurkowski/tldextract#318
  * Use non-capturing groups for IPv4 address detection, for a
    slight speed boost
    #gh/john-kurkowski/tldextract#323

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=49
This commit is contained in:
2024-03-28 16:33:46 +00:00
committed by Git OBS Bridge
parent 69937a8125
commit 7f5fff1b1f
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Mar 28 16:29:56 UTC 2024 - Mia Herkt <mia@0x0.st>
- Update to 5.1.2:
* Remove socket.inet_pton, to fix platform-dependent IP parsing
#gh/john-kurkowski/tldextract#318
* Use non-capturing groups for IPv4 address detection, for a
slight speed boost
#gh/john-kurkowski/tldextract#323
-------------------------------------------------------------------
Fri Dec 8 13:44:38 UTC 2023 - Dirk Müller <dmueller@suse.com>