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

Changelog

python-rcssmin (1:1.1.0-1build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 11:09:48 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
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.1.0.orig.tar.xz 154.6 KiB 1e7d721d31185155cfdf8235bed359d3e2b680bc6bb88a74cd527713593c134b
python-rcssmin_1.1.0-1build1.debian.tar.xz 3.9 KiB 8ab66aee283e7ef473f7a2cbb0fa9832ac31ee0bdd070d4955c5a179115039c3
python-rcssmin_1.1.0-1build1.dsc 2.1 KiB 5a5c80db0e3f40ce9ab8cd5e1a07bfb97a11f1a0e876d0a4cc6cfe22a1d485db

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