14
0

- update to 1.9.0:

* Adding support for Python 3.12
  * Accepting only ASCII characters left from TLD.
  * Fixing parsing of Markdown links
  * Fixing filter of mixed case hostnames
  * updated list of TLDs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urlextract?expand=0&rev=14
This commit is contained in:
2024-03-19 13:02:08 +00:00
committed by Git OBS Bridge
parent 9529474f39
commit 5b774c2bd5
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 19 13:01:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.9.0:
* Adding support for Python 3.12
* Accepting only ASCII characters left from TLD.
* Fixing parsing of Markdown links
* Fixing filter of mixed case hostnames
* updated list of TLDs
-------------------------------------------------------------------
Wed Dec 13 10:26:02 UTC 2023 - Dirk Müller <dmueller@suse.com>