urlgrabber 3.9.1-4ubuntu1 source package in Ubuntu

Changelog

urlgrabber (3.9.1-4ubuntu1) oneiric; urgency=low

  * Apply 674d545e from upstream development version to fix incorrect
    documentation for progress_object callback. (LP #776555)
  * Convert to dh_python2.
 -- Daniel T Chen <email address hidden>   Tue, 09 Aug 2011 17:45:08 -0400

Upload details

Uploaded by:
Daniel T Chen
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
urlgrabber_3.9.1.orig.tar.gz 70.6 KiB 4437076c8708e5754ea04540e46c7f4f233734ee3590bb8a96389264fb0650d0
urlgrabber_3.9.1-4ubuntu1.debian.tar.gz 11.3 KiB a936a6e0077446363d9929b729daf1b5cbed274991427d725b192c5598a1bc60
urlgrabber_3.9.1-4ubuntu1.dsc 1.4 KiB 4445cf2d8613b5edddf55735261a94b2be7ca8607df290d4ea03ccc767125f70

Available diffs

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.