python-django-libsass 0.9-1 source package in Ubuntu

Changelog

python-django-libsass (0.9-1) unstable; urgency=low

  * Update d/watch to work with github again.
  * New upstream release.
  * Bump Standards-Version to 4.6.0.1.
  * Use uscan version 4.
  * Clean up test artifacts in PYBUILD_AFTER_TEST.

 -- Michael Fladischer <email address hidden>  Wed, 03 Nov 2021 19:49:42 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-libsass_0.9-1.dsc 1.8 KiB 74957d5dde01869af710ba8c9d01390dd450e82ff8f381e40380b9b6bc1a0d05
python-django-libsass_0.9.orig.tar.gz 10.0 KiB d8400a62a39c3830297585dc8829b0a2d8b6683414f9bac0f4f6edceca331ad6
python-django-libsass_0.9-1.debian.tar.xz 3.0 KiB dd9f228318c2d9d59891c5b6444bbc470d63d076a279c07ea80ebb52d239fb84

Available diffs

No changes file available.

Binary packages built by this source

python3-django-libsass: django-compressor filter using libsass (Python3 version)

 A django-compressor filter to compile Sass files using libsass. It builds on
 libsass-python to make @import paths aware of Django's staticfiles mechanism,
 and provides a filter module for django-compressor which uses the
 libsass-python API directly, avoiding the overheads of calling an external
 executable to do the compilation.
 .
 This package contains the Python 3 version of the library.