python-pyscss 1.4.0-3 source package in Ubuntu

Changelog

python-pyscss (1.4.0-3) unstable; urgency=medium

  * Team Upload.
  * Patch: Python 3.11 support. (Closes: #1023951)
  * Migrate to PCRE2. (Closes: #999978)

 -- Stefano Rivera <email address hidden>  Fri, 18 Nov 2022 18:41:15 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main misc
Mantic release main misc
Lunar release main misc

Downloads

File Size SHA-256 Checksum
python-pyscss_1.4.0-3.dsc 1.5 KiB 26662e1022b5140e230f1cd505a0313d848d94f863e76563c79806449fa612ed
python-pyscss_1.4.0.orig.tar.gz 309.7 KiB a4c5885b8ec233293aa774e0ebbdf7db12b612acc0745e353395e3b4b9008089
python-pyscss_1.4.0-3.debian.tar.xz 6.0 KiB cbafb1ccd35750511d9ad9605b8e88cf901ca11d33b7e6e3f1de5a0992f2be59

Available diffs

No changes file available.

Binary packages built by this source

python3-pyscss: SCSS compiler - Python 3.x

 pyScss compiles Scss (Sass), a superset of CSS that is more
 powerful, elegant and easier to maintain than plain-vanilla
 CSS. The library acts as a CSS source code preprocesor which
 allows you to use variables, nested rules, mixins, and have
 inheritance of rules, all with a CSS-compatible syntax which
 the preprocessor then compiles to standard CSS.
 .
 This package provides the Python 3.x module.