14
0

- Update to version 3.9.1:

* cleanup all the old urlgrabber urllib code that's not being used
  * delete sslfactory and keepalive fix up the unittests to match existing code
  * make sure the value we get back from the parse150 and other calls is
    converted to an int before we make it 'size' rhbug: #524705
- Spec file updates:
  * Enabled testsuite
  * Removed authors from description
  * Dropped useless python-urlgrabber-2.9.9.patch
  * Dropped obsolete python-urlgrabber-3.1.0.patch (upstream changed)
  * Require python-pycurl

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urlgrabber?expand=0&rev=14
This commit is contained in:
Sascha Peilicke
2011-09-20 12:24:46 +00:00
committed by Git OBS Bridge
parent b046007045
commit 5098f5c367
6 changed files with 38 additions and 55 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Sep 20 11:40:05 UTC 2011 - saschpe@suse.de
- Update to version 3.9.1:
* cleanup all the old urlgrabber urllib code that's not being used
* delete sslfactory and keepalive fix up the unittests to match existing code
* make sure the value we get back from the parse150 and other calls is
converted to an int before we make it 'size' rhbug: #524705
- Spec file updates:
* Enabled testsuite
* Removed authors from description
* Dropped useless python-urlgrabber-2.9.9.patch
* Dropped obsolete python-urlgrabber-3.1.0.patch (upstream changed)
* Require python-pycurl
-------------------------------------------------------------------
Wed Aug 12 20:10:37 CEST 2009 - matejcik@suse.cz