python-tinycss2 1.0.2-1 source package in Ubuntu

Changelog

python-tinycss2 (1.0.2-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs
  * Use debhelper-compat instead of debian/compat.

  [ Scott Kitterman ]
  * Add d/gbp.conf so debian/master is used as the default branch
  * New upstream release
  * Update d/p/0001-Do-not-use-pytest-isort-and-pytest-flake8-in-tests-n.patch
    to match upstream changes
  * Drop d/p/0002-Decode-test-data-using-UTF-8.patch, incorporated upstream
  * Drop d/p/0003-Convert-travis-ci-badge-to-text-link-to-avoid-privac.patch,
    related code removed upstream
  * Readd docs dir upstream failed to include in the release tarball

 -- Scott Kitterman <email address hidden>  Fri, 09 Aug 2019 16:06:20 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tinycss2_1.0.2-1.dsc 2.3 KiB 5261405c210a3a076f8894864ac044f0792621c981b0c6aaf8e4de1a2ec643a3
python-tinycss2_1.0.2.orig.tar.gz 56.4 KiB 6427d0e3faa0a5e0e8c9f6437e2de26148a7a197a8b0992789f23d9a802788cf
python-tinycss2_1.0.2-1.debian.tar.xz 6.2 KiB 51c44a146db62903c06bf5413eff4e4c485eb3d3d95eafb65f0b7ec0bf6af1f2

Available diffs

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.