urlgrabber 3.10.1-2 source package in Ubuntu

Changelog

urlgrabber (3.10.1-2) unstable; urgency=medium

  * Team upload.
  * Switch to debhelper 9.
    - fixes lintian warning about deprecated level
    - avoids running testsuite through dh_auto_test (Closes: #842248)

 -- Michal Čihař <email address hidden>  Mon, 31 Oct 2016 09:09:20 +0100

Upload details

Uploaded by:
Kevin Coyner
Uploaded to:
Sid
Original maintainer:
Kevin Coyner
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
urlgrabber_3.10.1-2.dsc 2.0 KiB 7bde212093d5b9b910e55690bc74c38dfd772f6b73278c04629efb9560947c86
urlgrabber_3.10.1.orig.tar.gz 81.8 KiB 06b13ff8d527dba3aee04069681b2c09c03117592d5485a80ae4b807cdf33476
urlgrabber_3.10.1-2.debian.tar.xz 7.8 KiB ed66d00068dc9207c280964ea6f92125eb9fe5c05af47c575b15d474c1c40a30

No changes file available.

Binary packages built by this source

python-urlgrabber: high-level URL transfer library

 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.