python-cssselect 1.2.0-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ Andrey Rahmatullin ]
  * New upstream version.
  * Use py3versions -s instead of -r in autopkgtests.

 -- Andrey Rahmatullin <email address hidden>  Mon, 31 Oct 2022 21:37:37 +0500

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cssselect_1.2.0-1.dsc 2.2 KiB 2c95166d6030b1fe588a317aa06da8a2cc4f96bb9013834a2506aa66984d9c9b
python-cssselect_1.2.0.orig.tar.gz 39.9 KiB a5d17fc420dad4d70ff63a585ad315caf9c5868f750551362b5dbb6e8307c66c
python-cssselect_1.2.0-1.debian.tar.xz 3.8 KiB 303fd0d8f7936c1b0b8ff0014cef9872ec48b2195a2ea360f028af04a80ea022

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.
 .
 This package provides the Python 3.x module.