Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-urlextract for openSUSE:Factory checked in at 2022-08-17 18:17:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-urlextract (Old) and /work/SRC/openSUSE:Factory/.python-urlextract.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-urlextract" Wed Aug 17 18:17:00 2022 rev:3 rq:997500 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-urlextract/python-urlextract.changes 2020-05-19 14:48:24.300060167 +0200 +++ /work/SRC/openSUSE:Factory/.python-urlextract.new.1521/python-urlextract.changes 2022-08-17 18:26:24.095620815 +0200 @@ -1,0 +2,21 @@ +Wed Aug 17 04:36:34 UTC 2022 - John Vandenberg <jay...@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 + +------------------------------------------------------------------- Old: ---- urlextract-0.14.0.tar.gz New: ---- urlextract-1.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-urlextract.spec ++++++ --- /var/tmp/diff_new_pack.6Zzzva/_old 2022-08-17 18:26:24.483621773 +0200 +++ /var/tmp/diff_new_pack.6Zzzva/_new 2022-08-17 18:26:24.487621782 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-urlextract # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-urlextract -Version: 0.14.0 +Version: 1.6.0 Release: 0 Summary: Collects and extracts URLs from given text License: MIT @@ -28,15 +28,19 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-appdirs +Requires: python-dnspython +Requires: python-filelock Requires: python-idna +Requires: python-platformdirs Requires: python-uritools Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module appdirs} +BuildRequires: %{python_module dnspython} +BuildRequires: %{python_module filelock} BuildRequires: %{python_module idna} +BuildRequires: %{python_module platformdirs} BuildRequires: %{python_module pytest} BuildRequires: %{python_module uritools} # /SECTION @@ -58,7 +62,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +%pytest -k 'not test_dns' %post %python_install_alternative urlextract @@ -70,6 +74,6 @@ %doc CHANGELOG.rst README.rst %license LICENSE %python_alternative %{_bindir}/urlextract -%{python_sitelib}/* +%{python_sitelib}/*urlextract*/ %changelog ++++++ urlextract-0.14.0.tar.gz -> urlextract-1.6.0.tar.gz ++++++ ++++ 3541 lines of diff (skipped)