14
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urlgrabber?expand=0&rev=36
This commit is contained in:
Tomáš Chvátal
2019-10-09 07:20:32 +00:00
committed by Git OBS Bridge
parent c647052d2f
commit 7ccaaae929
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Oct 9 07:16:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <tchvatal@suse.com>

View File

@@ -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}

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d152d10c7decce45ce5b44f8ee8ee5fd0047217f4152eebb8e0c552ca5137af0
size 86308

3
urlgrabber-4.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41b1aa841160b3f4684cdff9152f29a32195a434fb7dbd5e336d2f8773375973
size 85730