python-rcssmin 1.0.6-2build6 source package in Ubuntu

Changelog

python-rcssmin (1.0.6-2build6) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 06:59:12 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian OpenStack
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-rcssmin_1.0.6.orig.tar.xz 130.1 KiB 8904b2790134ff020c5c2ad5b09d3214ea2378cc05d8fc54f6c2d4f985279f30
python-rcssmin_1.0.6-2build6.debian.tar.xz 3.8 KiB d5f623456a41fae5b3a7e62c1d09d4629406b7176113a0715fe8cb8ebafc08e1
python-rcssmin_1.0.6-2build6.dsc 2.1 KiB de66677da9e1439be4fbf2078f76e10eb7be00a0cba47302cfde5ddca1dbe5f3

Available diffs

View changes file

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