python-cssselect 1.2.0-2 source package in Ubuntu

Changelog

python-cssselect (1.2.0-2) unstable; urgency=medium

  * Update standards version to 4.6.2, no changes needed.

 -- Martin <email address hidden>  Mon, 09 Jan 2023 22:23:20 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main python
Mantic release universe python
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cssselect_1.2.0-2.dsc 2.2 KiB 5c4f39b5b647aef41050cbe138de62bb2e15e86366455c2b746fc6c693652937
python-cssselect_1.2.0.orig.tar.gz 39.9 KiB a5d17fc420dad4d70ff63a585ad315caf9c5868f750551362b5dbb6e8307c66c
python-cssselect_1.2.0-2.debian.tar.xz 3.9 KiB f0a19f1ff74d18d47186da8e4a85bcf88a866aafc7292297de211e681dccdc92

Available diffs

No changes file available.

Binary packages built by this source

python3-cssselect: cssselect parses CSS3 Selectors and translates them to XPath 1.0

 cssselect parses CSS3 Selectors and translate them to XPath 1.0 expressions.
 Such expressions can be used in lxml or another XPath engine to find the
 matching elements in an XML or HTML document.
 .
 This module used to live inside of lxml as lxml.cssselect before it was
 extracted as a stand-alone project.