python-rangehttpserver 1.3.3-1 source package in Ubuntu

Changelog

python-rangehttpserver (1.3.3-1) unstable; urgency=medium

  * New upstream release
  * Remove d/p/0001-add-LICENSE-from-github.patch (and patches directory),
    incorporated upstream
  * Bump standards-version to 4.6.2 with no further changes

 -- Scott Kitterman <email address hidden>  Sun, 11 Jun 2023 13:03:59 -0400

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rangehttpserver_1.3.3-1.dsc 2.1 KiB 00d2b12bd4620523e2c52bf48f79d55187b35f9dcb9186af678db47b46f0b2f4
python-rangehttpserver_1.3.3.orig.tar.gz 6.8 KiB 8df6bba60d688f4f349c85ae151cb9e7b83da2c9fd08cf62a3d64ef32e063703
python-rangehttpserver_1.3.3-1.debian.tar.xz 2.0 KiB 84dbea5e4b291d1640c00713717309e1bf2c663eede13d43fbb90cffa42565b4

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.