python-whitenoise 6.0.0-3 source package in Ubuntu

Changelog

python-whitenoise (6.0.0-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on python3-setuptools.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 12:34:09 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-whitenoise_6.0.0-3.dsc 2.2 KiB 08a6e71e180d92c5d07cc6b8af45bd1f4e17ac72428cc4a1263bfe41b60b2ef4
python-whitenoise_6.0.0.orig.tar.gz 55.7 KiB d4cb698075b1f387490e38c65e7502f5f0a70eaa7123169654684b457653cf53
python-whitenoise_6.0.0-3.debian.tar.xz 3.0 KiB a95027610c0ea9e90bfb90b26171d27bf93641a5cbe32f978b304500a6f96aee

Available diffs

No changes file available.

Binary packages built by this source

python3-whitenoise: static file serving for WSGI applications (Python 3)

 With a couple of lines of config, WhiteNoise allows your web app to serve its
 own static files, making it a self-contained unit that can be deployed
 anywhere without relying on nginx, Amazon S3 or any other external service.
 .
 This package contains the Python 3 version of the library.