flask-compress 1.4.0-5 source package in Ubuntu

Changelog

flask-compress (1.4.0-5) unstable; urgency=medium

  * Bump debhelper from old 12 to 13.
  * Remove overrides for lintian tags that are no longer supported.
  * Update standards version to 4.6.0, no changes needed.

 -- Debian Janitor <email address hidden>  Thu, 26 May 2022 18:04:37 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-compress_1.4.0-5.dsc 2.1 KiB 6582490f2963c43c3799596627c30e2d5ba183fb6ecfd1689e988ee68c543c84
flask-compress_1.4.0.orig.tar.gz 5.9 KiB 468693f4ddd11ac6a41bca4eb5f94b071b763256d54136f77957cfee635badb3
flask-compress_1.4.0-5.debian.tar.xz 5.1 KiB 0c287b490ba895eb27020753b842d05e5ea40250c7f1f52c2428b15d24530f39

Available diffs

No changes file available.

Binary packages built by this source

python3-flask-compress: Compress responses in a Flask app with gzip

 Flask-Compress allows one to compress HTTP responses generated by a
 Flask application running standalone with GZip. It does so without
 a complex setup for some MIME types that benefit from it, like
 HTML and JSON types.