python-django-pyscss 2.0.2-9 source package in Ubuntu

Changelog

python-django-pyscss (2.0.2-9) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * Running wrap-and-sort -bast
  * d/changelog: Remove trailing whitespaces
  * d/control: Use <email address hidden> as maintainer

  [ Thomas Goirand ]
  * Removed Python 2 support.
  * Add a few new Django patches:
    - solve_django.core.exceptions.ImproperlyConfigured.patch
    - Fix_MIDDLEWARE_and_INSTALLED_APPS_definitions.patch
    - remove-broken-test-in-django-2.0.patch

 -- Thomas Goirand <email address hidden>  Tue, 09 Jul 2019 16:52:25 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-pyscss_2.0.2-9.dsc 2.3 KiB beba6a900c374aae10754b03ec14607a02fe2d3e6016f58eb955f6b0e762809a
python-django-pyscss_2.0.2.orig.tar.xz 13.3 KiB 1bc5ab634a689d088f824f3c3ae7bcbab1a51654b32a457ac1d629b6aa0efce6
python-django-pyscss_2.0.2-9.debian.tar.xz 6.2 KiB 96501426a17dba1c8f0d6dd277833ea6685f11cebee5560263404711f36e4b45

Available diffs

No changes file available.

Binary packages built by this source

python3-django-pyscss: makes it easier to use PySCSS in Django - Python 3.x

 Django-pyscss is a collection of tools for making it easier to use pyScss
 within Django. It overwrites the import system to use Django's staticfiles
 app. This way you can import SCSS files from any app (or any file that's
 findable by the STATICFILES_FINDERS) with no hassle. It provides a
 django-compressor precompile filter class so that you can easily use pyScss
 with django-compressor without having to bust out to the shell. This has the
 added benefit of removing the need to configure pyScss through its
 command-line arguments AND makes it possible for the exceptions and warnings
 that pyScss emits to bubble up to your process so that you can actually know
 what's going on.
 .
 This package contains the Python 3.x module.