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

Changelog

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

  [ Daniel Baumann ]
  * Updating vcs fields.
  * Updating copyright format url.
  * Updating maintainer field.
  * Running wrap-and-sort -bast.
  * Updating standards version to 4.0.0.
  * Removing gbp.conf, not used anymore or should be specified in the
    developers dotfiles.
  * Updating standards version to 4.0.1.
  * Updating standards version to 4.1.0.

  [ Thomas Goirand ]
  * Fixed FTBFS: ImportError: No module named urls (Closes: #865228):
    - Added django-1.10-urls.patterns-removed.patch.
    - Added fix-testproject-settings.py.patch.
  * Removed versions of (build-)depends after stretch release.
  * Switched to debhelper 10.
  * Using python{3,}-django-compressor instead of python{3,}-compressor after
    the transition package was removed (Closes: #880075).
  * Watch file using https.
  * Standards-Version is now 4.1.1.

 -- Thomas Goirand <email address hidden>  Sun, 29 Oct 2017 13:00:19 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-pyscss_2.0.2-7.dsc 2.6 KiB 283706dcc3093f336fdf1ef0de2c5aa0d444c62b7e1a95300513d43eacf86b8e
python-django-pyscss_2.0.2.orig.tar.xz 13.3 KiB 1bc5ab634a689d088f824f3c3ae7bcbab1a51654b32a457ac1d629b6aa0efce6
python-django-pyscss_2.0.2-7.debian.tar.xz 5.6 KiB 059044e8ca101288ea5d2e44e063f5afddb0ad6aaa6e697de06da4bf73509956

Available diffs

No changes file available.

Binary packages built by this source

python-django-pyscss: makes it easier to use PySCSS in Django - Python 2.7

 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 2.7 module.

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.