python-rangehttpserver 1.2.0-3 source package in Ubuntu

Changelog

python-rangehttpserver (1.2.0-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Wed, 09 Nov 2022 20:47:47 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rangehttpserver_1.2.0-3.dsc 2.1 KiB e2a881704efda4e8157f5d599ce9f14462ea9bdab00b1b6ea7464a878d1588d2
python-rangehttpserver_1.2.0.orig.tar.gz 2.4 KiB ce47a420d04c8161d28f35538b3d2fc77cea5c54968c3e3e6a508d64e04ea7a2
python-rangehttpserver_1.2.0-3.debian.tar.xz 5.5 KiB ededd9907abae00526e6a7565fd3f601f01aecf16772339a5a5fea6c7a44bad1

Available diffs

No changes file available.

Binary packages built by this source

python3-rangehttpserver: SimpleHTTPServer with support for Range requests

 RangeHTTPServer is a Python module for running a simple HTTP server with
 support for range requests. It is suitable for use in local testing, not
 Internet scale production use.
 .
 HTTP range requests ask the server to send only a portion of an HTTP message
 back to a client and are useful for clients like media players that support
 random access, data tools that know they need only part of a large file, and
 download managers that let the user pause and resume the download.