Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python39-urlgrabber | Distribution: openSUSE:Factory:zSystems |
Version: 4.1.0 | Vendor: obs://build.opensuse.org/openSUSE:Factory:zSystems |
Release: 5.3 | Build date: Thu Jan 13 21:51:54 2022 |
Group: Development/Libraries/Python | Build host: s390zp22 |
Size: 446702 | Source RPM: python-urlgrabber-4.1.0-5.3.src.rpm |
Url: https://github.com/rpm-software-management/urlgrabber | |
Summary: A high-level cross-protocol url-grabber |
A high-level cross-protocol url-grabber for python supporting HTTP, FTP and file locations. Features include keepalive, byte ranges, throttling, authentication, proxies and more.
LGPL-2.1-only
* Wed Dec 22 2021 Pablo Suárez Hernández <pablo.suarezhernandez@suse.com> - Add missing bugzilla references (bsc#1152514) (bsc#1146683) * Tue Dec 21 2021 Pablo Suárez Hernández <pablo.suarezhernandez@suse.com> - Use binary mode when reopening files - Added: * use-binary-mode-when-reopening-files.patch * Fri Oct 08 2021 Matej Cepl <mcepl@suse.com> - Make independent of the actual value of %%{_libexecdir} macro. * Wed May 20 2020 pgajdos@suse.com - urlgrabber-ext-down as an alternative * Mon May 18 2020 Petr Gajdos <pgajdos@suse.com> - %python3_only -> %python_alternative - urlgrabber-ext-down is expected to reside under /usr/libexec * Wed Oct 09 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 2019 Tomáš Chvátal <tchvatal@suse.com> - Drop patch grabber_fix.diff that was never upstreamed. Should not be needed anymore * Mon Feb 25 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 - Remove merged patches: * declare-dollar-sign-as-safe-in-urlquote.patch * python-urlgrabber-3.9.1-set-SSL_VERIFYHOST-correct.dif * python-urlgrabber-3.9.1-preserve-queryparams-in-urls.patch * Tue Dec 04 2018 Matej Cepl <mcepl@suse.com> - Remove superfluous devel dependency for noarch package * Tue May 29 2018 mcepl@suse.com - Clean SPEC file * Thu Aug 24 2017 jmatejek@suse.com - singlespec auto-conversion * Thu Feb 12 2015 mc@suse.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 2014 dmacvicar@suse.de - Add python-urlgrabber-3.9.1-preserve-queryparams-in-urls.patch (bnc#896844) * Wed Feb 06 2013 jmatejek@suse.com - Add grabber_fix.diff: Fixed timeout and other errors breaking yum compatibility (bnc#793650) * Mon Oct 01 2012 saschpe@suse.de - Fixed wrong license header in urlgrabber/__init__.py (bnc#781323) - Updated upstream URL, the project moved the baseurl.org (yum) * Tue Sep 20 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 * Wed Aug 12 2009 matejcik@suse.cz - build as noarch on newer distros - switched filelist to --record-rpm * Mon Aug 10 2009 coolo@novell.com - sync factory and build service * Sun Aug 09 2009 coolo@novell.com - use new python macros * Tue May 12 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 * Fri Sep 26 2008 cthiel@suse.de - add python to BuildRequires to fix build * Tue Feb 19 2008 cthiel@suse.de - fix url parsing error in grabber.py (bnc #362937) * Mon Oct 02 2006 cthiel@suse.de - fix build on older distributions * Sun Oct 01 2006 cthiel@suse.de - update to version 3.1.0 * various fixes * Thu Sep 21 2006 cthiel@suse.de - fix build with python 2.5 * Fri Aug 04 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 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 2006 jmatejek@suse.cz - updated to reflect python changes due to #149809 * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Mon Oct 31 2005 dmueller@suse.de - don't build as root * Wed Oct 26 2005 cthiel@suse.de - update to version 2.9.7 * Tue Sep 13 2005 cthiel@suse.de - specfile cleanup * Sun Aug 14 2005 cthiel@suse.de - initial package (version 2.9.6)
/etc/alternatives/urlgrabber /etc/alternatives/urlgrabber-ext-down /usr/bin/urlgrabber /usr/bin/urlgrabber-3.9 /usr/lib/python3.9/site-packages/urlgrabber /usr/lib/python3.9/site-packages/urlgrabber-4.1.0-py3.9.egg-info /usr/lib/python3.9/site-packages/urlgrabber-4.1.0-py3.9.egg-info/PKG-INFO /usr/lib/python3.9/site-packages/urlgrabber-4.1.0-py3.9.egg-info/SOURCES.txt /usr/lib/python3.9/site-packages/urlgrabber-4.1.0-py3.9.egg-info/dependency_links.txt /usr/lib/python3.9/site-packages/urlgrabber-4.1.0-py3.9.egg-info/requires.txt /usr/lib/python3.9/site-packages/urlgrabber-4.1.0-py3.9.egg-info/top_level.txt /usr/lib/python3.9/site-packages/urlgrabber/__init__.py /usr/lib/python3.9/site-packages/urlgrabber/__pycache__ /usr/lib/python3.9/site-packages/urlgrabber/__pycache__/__init__.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/urlgrabber/__pycache__/__init__.cpython-39.pyc /usr/lib/python3.9/site-packages/urlgrabber/__pycache__/byterange.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/urlgrabber/__pycache__/byterange.cpython-39.pyc /usr/lib/python3.9/site-packages/urlgrabber/__pycache__/grabber.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/urlgrabber/__pycache__/grabber.cpython-39.pyc /usr/lib/python3.9/site-packages/urlgrabber/__pycache__/mirror.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/urlgrabber/__pycache__/mirror.cpython-39.pyc /usr/lib/python3.9/site-packages/urlgrabber/__pycache__/progress.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/urlgrabber/__pycache__/progress.cpython-39.pyc /usr/lib/python3.9/site-packages/urlgrabber/byterange.py /usr/lib/python3.9/site-packages/urlgrabber/grabber.py /usr/lib/python3.9/site-packages/urlgrabber/mirror.py /usr/lib/python3.9/site-packages/urlgrabber/progress.py /usr/libexec/urlgrabber-ext-down /usr/libexec/urlgrabber-ext-down-3.9 /usr/share/doc/packages/python39-urlgrabber /usr/share/doc/packages/python39-urlgrabber/ChangeLog /usr/share/doc/packages/python39-urlgrabber/README /usr/share/doc/packages/python39-urlgrabber/TODO /usr/share/licenses/python39-urlgrabber /usr/share/licenses/python39-urlgrabber/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed May 11 00:07:58 2022