14
0

Accepting request 679030 from home:mcepl:branches:devel:languages:python

- Update to the upstream version 4.0.0:
  * Port to Python 3 rocket
  * Add curl_obj option to grabber
  * Throw an obvious error message when urlgrabber-ext-down is
    missing when attempting to use external downloader
  * Use setuptools for setup.py instead of distutils

OBS-URL: https://build.opensuse.org/request/show/679030
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urlgrabber?expand=0&rev=31
This commit is contained in:
2019-02-25 18:00:58 +00:00
committed by Git OBS Bridge
parent 526fbefc40
commit 4192a3124d
8 changed files with 87 additions and 282 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Feb 25 17:44:43 CET 2019 - Matej Cepl <mcepl@suse.com>
- Update to the upstream version 4.0.0:
* Port to Python 3 rocket
* Add curl_obj option to grabber
* Throw an obvious error message when urlgrabber-ext-down is
missing when attempting to use external downloader
* Use setuptools for setup.py instead of distutils
-------------------------------------------------------------------
Tue Dec 4 12:55:41 UTC 2018 - Matej Cepl <mcepl@suse.com>