python-rcssmin 1.0.6-2build1 source package in Ubuntu

Changelog

python-rcssmin (1.0.6-2build1) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:11:36 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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-2build1.debian.tar.xz 3.6 KiB 138552544f1776108e9ec3589bffec647c083cce9cb41effdf02c68b00ec8dae
python-rcssmin_1.0.6-2build1.dsc 2.1 KiB 26da195db5355a67d5f91c4d78ba390afb95969fc7fe15905c1413bfa032a906

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