python-cssselect2 0.7.0-1 source package in Ubuntu

Changelog

python-cssselect2 (0.7.0-1) unstable; urgency=low

  * New upstream release.
  * Use github tags instead of releases for d/watch.
  * Refresh patches.
  * Bump Standards-Version to 4.6.1.0.

 -- Michael Fladischer <email address hidden>  Mon, 10 Oct 2022 20:38:12 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cssselect2_0.7.0-1.dsc 2.0 KiB f3ea1b81b302b2e85438afb56d1e6b6b450441cf508ab39563f3412b6403eafd
python-cssselect2_0.7.0.orig.tar.gz 34.5 KiB 4fffdffcb7d7e7784c337d75e14399a9af4d0b9d91addc66c869f9482aa6ceaf
python-cssselect2_0.7.0-1.debian.tar.xz 4.6 KiB aa64be0399c44f21be4356d23d8cac26031c4115ecced4008c70222e2663c63f

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.