Changelog for
python2-urlgrabber-3.9.1-214.1.noarch.rpm :
Tue Dec 4 13:00:00 2018 Matej Cepl
- Remove superfluous devel dependency for noarch package
Tue May 29 14:00:00 2018 mceplAATTsuse.com
- Clean SPEC file
Thu Aug 24 14:00:00 2017 jmatejekAATTsuse.com
- singlespec auto-conversion
Thu Feb 12 13:00:00 2015 mcAATTsuse.de
- declare $ sign as a safe character in url paths to prevent
escaping /$RCE/ which lead into problems with token auth
(bnc#902416)
* declare-dollar-sign-as-safe-in-urlquote.patch
* python-urlgrabber-3.9.1-set-SSL_VERIFYHOST-correct.dif
- set curl option SSL_VERIFYHOST correct
Tue Sep 16 14:00:00 2014 dmacvicarAATTsuse.de
- Add python-urlgrabber-3.9.1-preserve-queryparams-in-urls.patch
(bnc#896844)
Wed Feb 6 13:00:00 2013 jmatejekAATTsuse.com
- Add grabber_fix.diff: Fixed timeout and other errors breaking yum
compatibility (bnc#793650)
Mon Oct 1 14:00:00 2012 saschpeAATTsuse.de
- Fixed wrong license header in urlgrabber/__init__.py (bnc#781323)
- Updated upstream URL, the project moved the baseurl.org (yum)
Tue Sep 20 14:00:00 2011 saschpeAATTsuse.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
Wed Aug 12 14:00:00 2009 matejcikAATTsuse.cz
- build as noarch on newer distros
- switched filelist to --record-rpm
Mon Aug 10 14:00:00 2009 cooloAATTnovell.com
- sync factory and build service
Sun Aug 9 14:00:00 2009 cooloAATTnovell.com
- use new python macros
Tue May 12 14:00:00 2009 poemlAATTsuse.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