------------------------------------------------------------------- Wed Nov 9 19:35:06 UTC 2022 - Yogalakshmi Arunachalam - Update to v1.7.1 * fixes urlextract without authority causes AttributeError ------------------------------------------------------------------- Sat Oct 29 16:25:27 UTC 2022 - Yogalakshmi Arunachalam - 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 - 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 - %python3_only -> %python_alternative ------------------------------------------------------------------- Thu Dec 26 04:43:44 PM UTC 2019 - John Vandenberg - Initial spec for v0.14.0