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

Changelog

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

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Tue, 28 Feb 2023 19:40:30 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
Uploaded to:
Lunar
Original maintainer:
Debian OpenStack
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar 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-1build2.debian.tar.xz 3.9 KiB ee291e0fa0d5a002988dbb705d18dd2501e74ce3144aa2600e651e04cc282376
python-rcssmin_1.1.0-1build2.dsc 2.1 KiB 78a3d55b22a66f43798080418a3da2dba97055436d51833c4bac6dc82da1c699

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