python-django-compressor 4.0-1ubuntu1 source package in Ubuntu
Changelog
python-django-compressor (4.0-1ubuntu1) kinetic; urgency=medium * Merge with Debian unstable. Remaining changes: - d/control: Drop runtime dependency on python-calmjs to a Suggests as it is an optional dependency and rjsmin already provides the default JS minifier implementation. python-django-compressor (4.0-1) unstable; urgency=medium * New upstream release. * Fixed (build-)depends for this release. * Removed django-4.x-compat.patch. * Add EPOCH to rcssmin (build-)depends. python-django-compressor (2.4.1-3) unstable; urgency=medium * Add django-4.x-compat.patch. -- Lena Voytek <email address hidden> Wed, 13 Jul 2022 14:20:38 -0700
Upload details
- Uploaded by:
- Lena Voytek
- Sponsored by:
- Christian Ehrhardt
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | main | python | |
Kinetic | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-django-compressor_4.0.orig.tar.xz | 86.4 KiB | 5e3aea8818335748cb72cd7d46c84092ff16271194da83c100905675cba18124 |
python-django-compressor_4.0-1ubuntu1.debian.tar.xz | 4.7 KiB | 60737bb785cb5dfaa4aaa201c7d6d8b4aa4b027e56f1f54c43baf9b6ae4a494f |
python-django-compressor_4.0-1ubuntu1.dsc | 2.6 KiB | 2249481a4795208a1c33f733c296e87a57a52ad01ca37e0c0757fea109a4314d |
Available diffs
- diff from 2.4.1-2ubuntu1 to 4.0-1ubuntu1 (27.2 KiB)
Binary packages built by this source
- python3-django-compressor: Compresses linked, inline JS or CSS into single cached files - Python 3.x
Django Compressor combines and compresses linked and inline Javascript or CSS
in a Django templates into cacheable static files by using the compress
template tag.
.
This package contains the Python 3.x module.