python-tinycss 0.4-5 source package in Ubuntu

Changelog

python-tinycss (0.4-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + python-tinycss-doc: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 11:44:54 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-tinycss_0.4-5.dsc 2.1 KiB 01f426e27218b71978be7ac65277cccab6b3a7fb868b9fc8a2dd7ad441b445fd
python-tinycss_0.4.orig.tar.gz 85.7 KiB 12306fb50e5e9e7eaeef84b802ed877488ba80e35c672867f548c0924a76716e
python-tinycss_0.4-5.debian.tar.xz 2.9 KiB 1618dfee8c108f17166303b18c23652b7c321080cea3e0feef999bb770d0f460

Available diffs

No changes file available.

Binary packages built by this source

python-tinycss-doc: complete yet simple CSS parser (Documentation)

 tinycss is a complete yet simple CSS parser for Python. It supports the full
 syntax and error handling for CSS 2.1 as well as some CSS 3 modules:
 .
  * CSS Color 3
  * CSS Fonts 3
  * CSS Paged Media 3
 .
 It is designed to be easy to extend for new CSS modules and syntax,
 and integrates well with cssselect for Selectors 3 support.
 .
 This package contains the documentation.

python3-tinycss: complete yet simple CSS parser (Python3 version)

 tinycss is a complete yet simple CSS parser for Python. It supports the full
 syntax and error handling for CSS 2.1 as well as some CSS 3 modules:
 .
  * CSS Color 3
  * CSS Fonts 3
  * CSS Paged Media 3
 .
 It is designed to be easy to extend for new CSS modules and syntax,
 and integrates well with cssselect for Selectors 3 support.
 .
 This package contains the Python 3 version of the library.

python3-tinycss-dbgsym: debug symbols for python3-tinycss