forked from pool/python-urlextract
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urlextract?expand=0&rev=18
77 lines
2.8 KiB
Plaintext
77 lines
2.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jun 12 05:01:37 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Switch to pyproject macros.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 25 09:00:45 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
- Avoid modification of build results by tests
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- update to 1.8.0:
|
|
* adding ability to filter out mixed case hostnames (issue
|
|
#143)
|
|
* adding the ability to set stop characters inside of scheme -
|
|
default stop chars ':' (issue #82)
|
|
* Fix index issue with uppercase characters in domain names
|
|
* updated GitHub Action test
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 9 19:35:06 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to v1.7.1
|
|
* fixes urlextract without authority causes AttributeError
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 29 16:25:27 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to v1.7.0
|
|
* correct handling when authority starts with @ symbol
|
|
* remove unreserved characters from the beginning of found URL
|
|
* added typing and mypy checkcs - by mimi89999
|
|
* updated list of TLDs
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 17 04:36:34 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v1.6.0
|
|
* Add a list of URLs allowed to extract
|
|
* Updating tests with correct order of actual == expected
|
|
* Update list of TLDs
|
|
- from v1.5.0
|
|
* Fix incorrect indices when TLD is found twice
|
|
* Replace unmaintained appdirs with maintained platformdirs
|
|
* update README, code style and code formatting using black
|
|
* updated list of TLDs
|
|
- from v1.4.0
|
|
* urlextract detects URLs which start with double slash '//'
|
|
* adding ability to return only URLs with schema
|
|
- from v1.3.0
|
|
* fixing None of the cache directory is writable
|
|
* fixes RE for IPv4 addresses
|
|
* updated list of TLDs
|
|
* urlextract cli is telling people to report errors on GitHub
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 18 09:10:43 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 26 04:43:44 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.14.0
|