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>