| Name: | python-urlgrabber |
|---|---|
| Version: | 3.10 |
| Release: | 10.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 503358 |
| License: | LGPLv2+ |
| RPM: | python-urlgrabber-3.10-10.el7.noarch.rpm |
| Source RPM: | python-urlgrabber-3.10-10.el7.src.rpm |
| Build Date: | Fri Nov 22 2019 |
| Build Host: | jenkins-10-147-72-125-882625d1-d217-46a8-a811-ab946bb43308.appad1iad.osdevelopmeniad.oraclevcn.com |
| Vendor: | Oracle America |
| URL: | http://urlgrabber.baseurl.org/ |
| Summary: | A high-level cross-protocol url-grabber |
| Description: | 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. |
- Support HTTP CONNECT method with reget. - Resolves: bug#1585596
- Add curl_obj option. - Resolves: bug#1204825
- Add no_cache and retry_no_cache options. - Resolves: bug#1342179
- Don't crash on timedhosts parsing error. - Resolves: bug#1233329
- Add a comprehensive error message to curl error 77. - Resolves: bug#1082648
- Revert treating curl errcodes 55 and 56 as Ctrl-C. - Resolves: bug#1099101
- Treat curl errcodes 55 and 56 as Ctrl-C. - Resolves: bug#1017491
- Tell curl to return immediately on ctrl-c. - Resolves: bug#1017491
- Mass rebuild 2013-12-27
- single-conn mode: Kill the cached idle connection. BZ 853432