diff --git a/python-urlgrabber.changes b/python-urlgrabber.changes index 4f39c8e..e594234 100644 --- a/python-urlgrabber.changes +++ b/python-urlgrabber.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Oct 9 07:16:52 UTC 2019 - Tomáš Chvátal + +- Update to 4.1.0: + * Fix confused license header to clarify licensing + * Fix Python 3 compatibility with urlgrabber-ext-down + * Support HTTP CONNECT with reget. BZ 1585596 + * Fix for usage of _levelNames from logging module + * Fix issue when URLGRABBER_DEBUG is not an integer on Python 3 + * Revise setup.py to remove need for extra setup-time dependencies + * setuptools: Update Development Status to Production/Stable + ------------------------------------------------------------------- Wed Feb 27 09:39:32 UTC 2019 - Tomáš Chvátal diff --git a/python-urlgrabber.spec b/python-urlgrabber.spec index c08c50f..ac9d7b9 100644 --- a/python-urlgrabber.spec +++ b/python-urlgrabber.spec @@ -19,13 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define modname urlgrabber Name: python-urlgrabber -Version: 4.0.0 +Version: 4.1.0 Release: 0 Summary: A high-level cross-protocol url-grabber License: LGPL-2.1-only Group: Development/Languages/Python URL: https://github.com/rpm-software-management/urlgrabber -Source: https://github.com/rpm-software-management/%{modname}/releases/download/%{modname}-4-0-0/%{modname}-%{version}.tar.gz +Source: https://github.com/rpm-software-management/%{modname}/releases/download/%{modname}-4-1-0/%{modname}-%{version}.tar.gz BuildRequires: %{python_module pycurl} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} @@ -52,7 +52,7 @@ sed -i "13d" urlgrabber/__init__.py # Remove wrong license header, fixes bnc#781 %install %python_install rm -rf %{buildroot}%{_datadir}/doc/urlgrabber-%{version} # Remove wrongly installed docs -mv -v %{buildroot}%{_usr}/libexec/urlgrabber-ext-down %{buildroot}%{_usr}/lib/urlgrabber-ext-down +mv -v %{buildroot}%{_prefix}/libexec/urlgrabber-ext-down %{buildroot}%{_prefix}/lib/urlgrabber-ext-down %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} diff --git a/urlgrabber-4.0.0.tar.gz b/urlgrabber-4.0.0.tar.gz deleted file mode 100644 index cd4f830..0000000 --- a/urlgrabber-4.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d152d10c7decce45ce5b44f8ee8ee5fd0047217f4152eebb8e0c552ca5137af0 -size 86308 diff --git a/urlgrabber-4.1.0.tar.gz b/urlgrabber-4.1.0.tar.gz new file mode 100644 index 0000000..ba70847 --- /dev/null +++ b/urlgrabber-4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b1aa841160b3f4684cdff9152f29a32195a434fb7dbd5e336d2f8773375973 +size 85730