2011-09-20 12:24:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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:
|
|
|
|
* 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
|
|
|
|
|
2009-08-13 00:46:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 12 20:10:37 CEST 2009 - matejcik@suse.cz
|
|
|
|
|
|
|
|
- build as noarch on newer distros
|
|
|
|
- switched filelist to --record-rpm
|
|
|
|
|
2009-08-10 21:04:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 10 14:06:55 CEST 2009 - coolo@novell.com
|
|
|
|
|
|
|
|
- sync factory and build service
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 9 08:45:09 CEST 2009 - coolo@novell.com
|
|
|
|
|
|
|
|
- use new python macros
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 12 14:14:04 CEST 2009 - poeml@suse.de
|
|
|
|
|
|
|
|
- fix build on 11.1 onwards, where python must be in the
|
|
|
|
buildrequires in addition to python-devel, because otherwise
|
|
|
|
urllib2 appears to have no SSL support
|
|
|
|
|
2008-09-26 13:10:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 26 11:11:32 CEST 2008 - cthiel@suse.de
|
|
|
|
|
|
|
|
- add python to BuildRequires to fix build
|
|
|
|
|
2008-02-21 00:59:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 19 16:01:09 CET 2008 - cthiel@suse.de
|
|
|
|
|
|
|
|
- fix url parsing error in grabber.py (bnc #362937)
|
|
|
|
|
2007-01-15 23:34:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 2 13:53:16 CEST 2006 - cthiel@suse.de
|
|
|
|
|
|
|
|
- fix build on older distributions
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 1 15:34:10 CEST 2006 - cthiel@suse.de
|
|
|
|
|
|
|
|
- update to version 3.1.0
|
|
|
|
* various fixes
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 21 14:26:46 CEST 2006 - cthiel@suse.de
|
|
|
|
|
|
|
|
- fix build with python 2.5
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 4 17:25:18 CEST 2006 - cthiel@suse.de
|
|
|
|
|
|
|
|
- update to version 2.9.10
|
|
|
|
* Make keepalive, byteranges, etc. work with https.
|
|
|
|
* Fixed a minor error reporting bug due to changes in python 2.4.
|
|
|
|
* Catch read errors after the file has been opened.
|
|
|
|
- removed obsolete urlgrabber-read-error.patch
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 25 14:19:34 CEST 2006 - cthiel@suse.de
|
|
|
|
|
|
|
|
- update to version 2.9.9
|
|
|
|
* Added tests to make sure that the "quote" option works as advertised
|
|
|
|
* Significant improvement to URL parsing. Parsing is now broken out into
|
|
|
|
a separate class (URLParser). It will now (by default) guess whether a
|
|
|
|
URL is already quoted, properly handle local files and URLs on windows,
|
|
|
|
and display un-quoted versions of the filename in the progress meter.
|
|
|
|
* Added a reget progress bar patch from Menno, and fixed the annoying next
|
|
|
|
_IndexError bug.
|
|
|
|
- added urlgrabber-read-error.patch (from Fedora)
|
|
|
|
- removed python-urlgrabber-2.9.7-reget.patch (included upstream)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 28 16:46:03 CET 2006 - jmatejek@suse.cz
|
|
|
|
|
|
|
|
- updated to reflect python changes due to #149809
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:40:54 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 31 11:56:02 CET 2005 - dmueller@suse.de
|
|
|
|
|
|
|
|
- don't build as root
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 26 13:14:27 CEST 2005 - cthiel@suse.de
|
|
|
|
|
|
|
|
- update to version 2.9.7
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 13 11:01:26 CEST 2005 - cthiel@suse.de
|
|
|
|
|
|
|
|
- specfile cleanup
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 14 02:04:14 CEST 2005 - cthiel@suse.de
|
|
|
|
|
|
|
|
- initial package (version 2.9.6)
|
|
|
|
|