python-tinycss2 1.2.1-1 source package in Ubuntu

Changelog

python-tinycss2 (1.2.1-1) unstable; urgency=low

  * New upstream release.
  * Drop pytest plugin patch, no longer used by upstream.
  * Refresh patches.
  * Install testfiles using d/pybuild.testfiles.
  * Update d/copyright with new years.
  * Bump Standards-Version to 4.6.1.0.

 -- Michael Fladischer <email address hidden>  Wed, 19 Oct 2022 15:21:06 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tinycss2_1.2.1-1.dsc 2.1 KiB 55cb62d8cf5207e03df5baea7c89726b9aeec1580b35906a46c2b81f36fb458d
python-tinycss2_1.2.1.orig.tar.gz 64.4 KiB 8cff3a8f066c2ec677c06dbc7b45619804a6938478d9d73c284b29d14ecb0627
python-tinycss2_1.2.1-1.debian.tar.xz 4.5 KiB 8a19408303ba35029331457eddcc16dcc6fddb2a490325deab56f177dbbde77e

No changes file available.

Binary packages built by this source

python-tinycss2-common: Low-level CSS parser (test data)

 tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent
 CSS Syntax Level 3 specification.
 .
 tinycss2 is low-level in that it doesn’t parse all of CSS: it doesn't know
 about the syntax of any specific properties or at-rules. Instead, it provides a
 set of functions that can be composed to support exactly the parts of CSS
 you're interested in, including new or non-standard rules or properties,
 without modifying tinycss or having a complex hook/plugin system.
 .
 In many cases, parts of the parsed values (such as the content of a AtRule) is
 given as component values that can be parsed further with other functions.
 .
 This package contains the test data of the library.

python-tinycss2-doc: Low-level CSS parser (Documentation)

 tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent
 CSS Syntax Level 3 specification.
 .
 tinycss2 is low-level in that it doesn’t parse all of CSS: it doesn't know
 about the syntax of any specific properties or at-rules. Instead, it provides a
 set of functions that can be composed to support exactly the parts of CSS
 you're interested in, including new or non-standard rules or properties,
 without modifying tinycss or having a complex hook/plugin system.
 .
 In many cases, parts of the parsed values (such as the content of a AtRule) is
 given as component values that can be parsed further with other functions.
 .
 This package contains the documentation.

python3-tinycss2: Low-level CSS parser (Python3 version)

 tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent
 CSS Syntax Level 3 specification.
 .
 tinycss2 is low-level in that it doesn’t parse all of CSS: it doesn't know
 about the syntax of any specific properties or at-rules. Instead, it provides a
 set of functions that can be composed to support exactly the parts of CSS
 you're interested in, including new or non-standard rules or properties,
 without modifying tinycss or having a complex hook/plugin system.
 .
 In many cases, parts of the parsed values (such as the content of a AtRule) is
 given as component values that can be parsed further with other functions.
 .
 This package contains the Python 3 version of the library.