urlgrabber 3.9.1-4.2ubuntu1 source package in Ubuntu

Changelog

urlgrabber (3.9.1-4.2ubuntu1) xenial; urgency=medium

  * Merge from Debian, remaining changes:
    + d/p/debian/patches/progress_object_callback_fix.diff: Apply 674d545e from
      upstream development version to fix incorrect documentation for
      progress_object callback.
  * Dropped:
    + d/p/ssl_verify_fix.diff: Apply patch to fix urlgrabber for newer libcurl, replaced by upstream
      patch (https-verifyhost-fix.diff).
    + Convert to dh_python2: applied in Debian.

urlgrabber (3.9.1-4.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Build using dh-python instead of python-support.  Closes: #637262
  * Update Vcs-* fields after DPMT migration to git.

urlgrabber (3.9.1-4.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add debian/patches/https-verifyhost-fix.diff taken from upstream
    to fix https connection issues (Closes: #715416, #722191).

 -- Pierre-André MOREY <email address hidden>  Wed, 17 Feb 2016 16:58:42 +0100

Upload details

Uploaded by:
Kick In
Sponsored by:
Robie Basak
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
urlgrabber_3.9.1.orig.tar.gz 70.6 KiB 4437076c8708e5754ea04540e46c7f4f233734ee3590bb8a96389264fb0650d0
urlgrabber_3.9.1-4.2ubuntu1.debian.tar.xz 11.2 KiB a982976d8950603da2816615aa562e4d72c8158af703fee78adbfd5744dcab76
urlgrabber_3.9.1-4.2ubuntu1.dsc 2.1 KiB bc20256d38ba4fb35c3185cecdfff94e29905fed22b9adf002a35c6d19f7e488

View changes file

Binary packages built by this source

python-urlgrabber: A high-level cross-protocol url-grabber

 urlgrabber dramatically simplifies the fetching of files. It is designed to
 be used in programs that need common (but not necessarily simple)
 url-fetching features. This package provides both a binary and a module, both
 of the name urlgrabber.
 .
 It supports identical behavior for http://, ftp:// and file:/// URIs. It
 provides HTTP keepalive, byte ranges, regets, progress meters, throttling,
 retries, access to authenticated http/ftp servers, and proxies. Additionally
 it has the ability to treat a list of mirrors as a single source and to
 automatically switch mirrors if there is a failure.