python-cssselect2 0.4.1-2 source package in Ubuntu

Changelog

python-cssselect2 (0.4.1-2) unstable; urgency=medium

  * Team upload.
  * dh-python-pep517 is replaced by pybuild-plugin-pyproject

 -- Stefano Rivera <email address hidden>  Tue, 08 Feb 2022 09:40:35 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cssselect2_0.4.1-2.dsc 1.8 KiB 231e921bfbc782b94a18371491af3f9e466b90eabd4db3b85ce2d8d1b220971f
python-cssselect2_0.4.1.orig.tar.gz 31.2 KiB 17d62c88fa29b08231ac5adf48c95821fecb8e091c491583d9f8c2c35c661f43
python-cssselect2_0.4.1-2.debian.tar.xz 4.7 KiB a979175b2460414a4881dc5706e29830d076e2145e0e9e98a6095045afc22afa

Available diffs

No changes file available.

Binary packages built by this source

python-cssselect2-doc: implementation of CSS3 Selectors (Documentation)

 cssselect2 is a straightforward implementation of CSS3 Selectors for markup
 documents (HTML, XML, etc.) that can be read by ElementTree-like parsers
 (including cElementTree, lxml, html5lib, etc.)
 .
 Unlike cssselect, it does not translate selectors to XPath and therefore does
 not have all the correctness corner cases that are hard or impossible to fix in
 cssselect.
 .
 This package contains the documentation.

python3-cssselect2: implementation of CSS3 Selectors (Python3 version)

 cssselect2 is a straightforward implementation of CSS3 Selectors for markup
 documents (HTML, XML, etc.) that can be read by ElementTree-like parsers
 (including cElementTree, lxml, html5lib, etc.)
 .
 Unlike cssselect, it does not translate selectors to XPath and therefore does
 not have all the correctness corner cases that are hard or impossible to fix in
 cssselect.
 .
 This package contains the Python 3 version of the library.