Hello community, here is the log from the commit of package python-urlextract for openSUSE:Leap:15.2 checked in at 2020-02-22 17:52:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-urlextract (Old) and /work/SRC/openSUSE:Leap:15.2/.python-urlextract.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-urlextract" Sat Feb 22 17:52:00 2020 rev:1 rq:776120 version:0.14.0 Changes: -------- New Changes file: --- /dev/null 2019-12-19 10:12:34.003146842 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-urlextract.new.26092/python-urlextract.changes 2020-02-22 17:52:01.205720207 +0100 @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Thu Dec 26 04:43:44 PM UTC 2019 - John Vandenberg <[email protected]> + +- Initial spec for v0.14.0 New: ---- python-urlextract.changes python-urlextract.spec urlextract-0.14.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-urlextract.spec ++++++ # # spec file for package python-urlextract # # Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-urlextract Version: 0.14.0 Release: 0 Summary: Collects and extracts URLs from given text License: MIT URL: https://github.com/lipoja/URLExtract Source: https://github.com/lipoja/URLExtract/archive/v%{version}.tar.gz#/urlextract-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-appdirs Requires: python-idna Requires: python-uritools BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module appdirs} BuildRequires: %{python_module idna} BuildRequires: %{python_module pytest} BuildRequires: %{python_module uritools} # /SECTION %python_subpackages %description Collects and extracts URLs from given text. %prep %setup -q -n URLExtract-%{version} sed -i '1{/^#!/d}' urlextract/*.py %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest %files %{python_files} %doc CHANGELOG.rst README.rst %license LICENSE %python3_only %{_bindir}/urlextract %{python_sitelib}/* %changelog
