python-cssselect2 0.5.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Refresh patches.
  * Update year in d/copyright.

 -- Michael Fladischer <email address hidden>  Thu, 31 Mar 2022 11:55:54 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cssselect2_0.5.0-1.dsc 2.0 KiB 1a689f4181f15b9608ef6da853498a59ac546bc15552d4d90644acd5b96c83b2
python-cssselect2_0.5.0.orig.tar.gz 33.6 KiB 09db9b1c40349443b577933ffbf32fee2f5802bfab466a4949493178d5afe04d
python-cssselect2_0.5.0-1.debian.tar.xz 5.0 KiB 1db5dd6d09788e919325d5fd564f7f52c2880e20a8c5b86c847d74ef5460376f

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.