python-tinycss2 1.1.1-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

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

  [ Michael Fladischer ]
  * New upstream release.
  * Use dh-python-pep517 to support pyproject.toml build.
  * Drop 0002-Restore-missing-docs-dir-from-github.patch, docs are
    included in upstream tarball now.
  * Refresh patches.
  * Bump debhelper version to 13.
  * Bump Standards-Version to 4.6.0.1.
  * Set Rules-Requires-Root: no.
  * Add flit to Build-Depends, required by build system.
  * Add python3-pytest and python3-pytest-flake8 to Build-Depends,
    required by tests.
  * Update year in d/copyright.
  * Upstream moved css-parsing-tests location.
  * Clean up test artifacts in PYBUILD_AFTER_TEST.
  * Use uscan version 4.
  * Enable upstream testsuite for autopkgtests.
  * Add patch to prevent privacy breach through remote CSS files.

 -- Michael Fladischer <email address hidden>  Wed, 22 Dec 2021 22:59:05 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tinycss2_1.1.1-1.dsc 2.1 KiB 2f8cf71a501ec7c13f433a0077bb542d76192f41ce3906d0100505b367f8595f
python-tinycss2_1.1.1.orig.tar.gz 64.2 KiB b2e44dd8883c360c35dd0d1b5aad0b610e5156c2cb3b33434634e539ead9d8bf
python-tinycss2_1.1.1-1.debian.tar.xz 4.7 KiB 37d6f38cfd3a6c45a1a81767dc7280bfb8ff22d1b784fc63ceeb76aacbd1070e

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.