python-rangehttpserver 1.4.0-1 source package in Ubuntu
Changelog
python-rangehttpserver (1.4.0-1) unstable; urgency=medium * New upstream release * Bump standards-version to 4.7.0 without further change * Add missing data to debian/upstream/metadata -- Scott Kitterman <email address hidden> Thu, 29 Aug 2024 23:53:23 -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 | Published | Component | Section | |
|---|---|---|---|---|
| Resolute | release | universe | misc | |
| Questing | release | universe | misc | |
| Plucky | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| python-rangehttpserver_1.4.0-1.dsc | 2.1 KiB | e99d343f73d7ae95dacbf31e74c056e1f6612a6e8fe397512f8529361ae7e707 |
| python-rangehttpserver_1.4.0.orig.tar.gz | 6.8 KiB | d5ddccee219b359598e41da0c5fbf30a2579297094f5a682755e2586388a5306 |
| python-rangehttpserver_1.4.0-1.debian.tar.xz | 2.1 KiB | 81d67d5e57024daf4f3f07e18e7635ed84ad4ffee001c698d723d5eaaccae242 |
Available diffs
- diff from 1.3.3-1 to 1.4.0-1 (1.2 KiB)
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.
