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

Changelog

python-rcssmin (1:1.1.0-2build2) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 18:17:38 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc
Noble release main misc

Downloads

File Size SHA-256 Checksum
python-rcssmin_1.1.0.orig.tar.xz 154.6 KiB 1e7d721d31185155cfdf8235bed359d3e2b680bc6bb88a74cd527713593c134b
python-rcssmin_1.1.0-2build2.debian.tar.xz 4.0 KiB 5bae341d76843eec83428eec7bba18ff4d85e654f5cae93d97fa7ee08ed94b86
python-rcssmin_1.1.0-2build2.dsc 2.2 KiB 4bc90fb7ff6615528b5cdb244edc5eb44de8277c962fcb53f339d201e789978c

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