django-compression-middleware 0.5.0-1build1 source package in Ubuntu

Changelog

django-compression-middleware (0.5.0-1build1) resolute; urgency=medium

  * No-change mass rebuild for Ubuntu 26.04 (LP: #2132257)

 -- Graham Inggs <email address hidden>  Wed, 10 Dec 2025 22:00:13 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Resolute
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc

Builds

Resolute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-compression-middleware_0.5.0.orig.tar.gz 19.5 KiB 5fcb448f915fc4629f2201750a56c1548637549232f39a16217fe57b16866a83
django-compression-middleware_0.5.0-1build1.debian.tar.xz 2.1 KiB 4e6d4db043854378ad2e17f4f52e2356a991c7dd44647218e3a2b2aab8a780de
django-compression-middleware_0.5.0-1build1.dsc 2.4 KiB df00ae82103aaa6c040a7fba35e49242799541fff9448af524830b18edf3caf1

View changes file

Binary packages built by this source

python3-django-compression-middleware: Django middleware to compress responses using several algorithms

 This middleware implements compressed content encoding for HTTP. It is similar
 to Django's GZipMiddleware, but additionally supports other compression
 methods. It is meant to be a drop-in replacement for Django's GZipMiddleware.
 .
 The middleware is focussed on the task of compressing typical Django responses
 such as HTML, JSON, etc. Both normal (bulk) and streaming responses are
 supported. For static file compression, have a look at other projects such as
 WhiteNoise.
 .
 Zstandard is a new method for compression with little client support so far.
 Most browsers now support Brotli compression. The middleware will choose the
 best compression method supported by the client as indicated in the request's
 Accept-Encoding header.