django-compression-middleware_0.4.2-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Sat, 18 Mar 2023 08:26:01 +0100 |
Source: | django-compression-middleware |
Binary: | python3-django-compression-middleware |
Architecture: | source all |
Version: | 0.4.2-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
Changed-By: | Edward Betts <edward@4angle.com> |
Description: | python3-django-compression-middleware - Django middleware to compress responses using several algorithms |
Closes: | 1032191 |
Changes: | django-compression-middleware (0.4.2-1) unstable; urgency=medium * Initial release. (Closes: #1032191) |
Files: | 4de96363649c6b7e2dd76b3588e5a30e 2420 python optional django-compression-middleware_0.4.2-1.dsc a07f4d06e426f4a42fc71ecd61a9f25b 19636 python optional django-compression-middleware_0.4.2.orig.tar.gz 3a0c6110dd369a719c147ab44254ff72 2056 python optional django-compression-middleware_0.4.2-1.debian.tar.xz e2df100a5f85ac7fff94752313f31d5e 7195 python optional django-compression-middleware_0.4.2-1_amd64.buildinfo d1d5cd6bb6f429562ffc896a73380339 9812 python optional python3-django-compression-middleware_0.4.2-1_all.deb |
django-compression-middleware_0.4.2-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | django-compression-middleware |
Binary: | python3-django-compression-middleware |
Architecture: | all |
Version: | 0.4.2-1 |
Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
Uploaders: | Edward Betts <edward@4angle.com> |
Homepage: | https://github.com/friedelwolff/django-compression-middleware |
Standards-Version: | 4.6.2 |
Vcs-Browser: | https://salsa.debian.org/python-team/packages/django-compression-middleware |
Vcs-Git: | https://salsa.debian.org/python-team/packages/django-compression-middleware.git |
Testsuite: | autopkgtest |
Testsuite-Triggers: | python3-all, python3-pytest |
Build-Depends: | debhelper-compat (=13), dh-sequence-python3, python3-all, python3-brotli<!nocheck>, python3-django<!nocheck>, python3-pytest<!nocheck>, python3-setuptools, python3-zstandard<!nocheck> |
Package-List: | python3-django-compression-middleware deb python optional arch=all |
Files: | a07f4d06e426f4a42fc71ecd61a9f25b 19636 django-compression-middleware_0.4.2.orig.tar.gz 3a0c6110dd369a719c147ab44254ff72 2056 django-compression-middleware_0.4.2-1.debian.tar.xz |
README.source for django-compression-middleware_0.4.2-1.dsc (click to toggle) | |
---|---|
No README.source in this package |
control file for python3-django-compression-middleware_0.4.2-1_all.deb (click to toggle) | |
---|---|
Package: | python3-django-compression-middleware |
Source: | django-compression-middleware |
Version: | 0.4.2-1 |
Architecture: | all |
Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
Installed-Size: | 37 |
Depends: | python3-brotli, python3-django, python3-zstandard, python3:any |
Section: | python |
Priority: | optional |
Homepage: | https://github.com/friedelwolff/django-compression-middleware |
Description: | 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. |
contents of python3-django-compression-middleware_0.4.2-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2023-03-18 07:26 ./ drwxr-xr-x root/root 0 2023-03-18 07:26 ./usr/ drwxr-xr-x root/root 0 2023-03-18 07:26 ./usr/lib/ drwxr-xr-x root/root 0 2023-03-18 07:26 ./usr/lib/python3/ drwxr-xr-x root/root 0 2023-03-18 07:26 ./usr/lib/python3/dist-packages/ drwxr-xr-x root/root 0 2023-03-18 07:26 ./usr/lib/python3/dist-packages/compression_middleware/ -rw-r--r-- root/root 0 2023-01-11 06:55 ./usr/lib/python3/dist-packages/compression_middleware/__init__.py -rw-r--r-- root/root 845 2023-01-11 06:55 ./usr/lib/python3/dist-packages/compression_middleware/br.py -rw-r--r-- root/root 499 2023-01-11 06:55 ./usr/lib/python3/dist-packages/compression_middleware/decorators.py -rw-r--r-- root/root 5399 2023-01-11 06:55 ./usr/lib/python3/dist-packages/compression_middleware/middleware.py -rw-r--r-- root/root 876 2023-01-11 06:55 ./usr/lib/python3/dist-packages/compression_middleware/zstd.py drwxr-xr-x root/root 0 2023-03-18 07:26 ./usr/lib/python3/dist-packages/django_compression_middleware-0.4.2.egg-info/ -rw-r--r-- root/root 6637 2023-03-18 07:26 ./usr/lib/python3/dist-packages/django_compression_middleware-0.4.2.egg-info/PKG-INFO -rw-r--r-- root/root 1 2023-03-18 07:26 ./usr/lib/python3/dist-packages/django_compression_middleware-0.4.2.egg-info/dependency_links.txt -rw-r--r-- root/root 0 2023-03-18 07:26 ./usr/lib/python3/dist-packages/django_compression_middleware-0.4.2.egg-info/requires.txt -rw-r--r-- root/root 23 2023-03-18 07:26 ./usr/lib/python3/dist-packages/django_compression_middleware-0.4.2.egg-info/top_level.txt -rw-r--r-- root/root 1 2023-03-18 07:26 ./usr/lib/python3/dist-packages/django_compression_middleware-0.4.2.egg-info/zip-safe drwxr-xr-x root/root 0 2023-03-18 07:26 ./usr/share/ drwxr-xr-x root/root 0 2023-03-18 07:26 ./usr/share/doc/ drwxr-xr-x root/root 0 2023-03-18 07:26 ./usr/share/doc/python3-django-compression-middleware/ -rw-r--r-- root/root 2143 2023-01-11 06:55 ./usr/share/doc/python3-django-compression-middleware/README.rst.gz -rw-r--r-- root/root 171 2023-03-18 07:26 ./usr/share/doc/python3-django-compression-middleware/changelog.Debian.gz -rw-r--r-- root/root 704 2023-03-18 07:26 ./usr/share/doc/python3-django-compression-middleware/copyright |
copyright of python3-django-compression-middleware_0.4.2-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: django-compression-middleware Upstream-Contact: Friedel Wolff <friedel@translate.org.za> Source: https://github.com/friedelwolff/django-compression-middleware Files: * Copyright: 2019-2023 Friedel Wolff <https://fwolff.net.za/> License: MPL-2.0 Files: compression_middleware/middleware.py Copyright: Django Software Foundation and individual contributors 2016–2017 Vašek Dohnal License: MPL-2.0 Files: debian/* Copyright: 2023 Edward Betts <edward@4angle.com> License: MPL-2.0 License: MPL-2.0 On Debian systems the full text of the MPL-2.0 can be found in /usr/share/common-licenses/MPL-2.0. |
Timestamp: 10.09.2023 / 19:03:40 (UTC)