python-rcssmin 1:1.1.0-2 source package in Ubuntu

Changelog

python-rcssmin (1:1.1.0-2) unstable; urgency=medium

  * Cleans better (Closes: #1045282).

 -- Thomas Goirand <email address hidden>  Tue, 15 Aug 2023 10:53:45 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main misc

Downloads

File Size SHA-256 Checksum
python-rcssmin_1.1.0-2.dsc 2.1 KiB fdb3444681538efa197edd4819135e2ee0c3cd62790e75a9e6351b65ba7a5e11
python-rcssmin_1.1.0.orig.tar.xz 154.6 KiB 1e7d721d31185155cfdf8235bed359d3e2b680bc6bb88a74cd527713593c134b
python-rcssmin_1.1.0-2.debian.tar.xz 3.8 KiB 6d1a864bac3ff059738163165957a61bdcc83a67156dec0c7e3c83389a44bcee

No changes file available.

Binary packages built by this source

python3-rcssmin: CSS Minifier - Python 3.x

 The minifier is based on the semantics of the YUI compressor, which itself is
 based on the rule list by Isaac Schlueter.
 .
 This module is a re-implementation aiming for speed instead of maximum
 compression, so it can be used at runtime (rather than during a preprocessing
 step). RCSSmin does syntactical compression only (removing spaces, comments
 and possibly semicolons). It does not provide semantic compression (like
 removing empty blocks, collapsing redundant properties etc). It does, however,
 support various CSS hacks (by keeping them working as intended).
 .
 rcssmin.c is a reimplementation of rcssmin.py in C and improves runtime up to
 factor 100 or so (depending on the input). docs/BENCHMARKS in the source
 distribution contains the details.
 .
 This package contains the Python 3.x module.

python3-rcssmin-dbgsym: debug symbols for python3-rcssmin