python-cssselect 1.1.0+ds-3 source package in Ubuntu

Changelog

python-cssselect (1.1.0+ds-3) unstable; urgency=medium

  * Fix d/watch.
  * Tag B-D: python3-lxml as !nocheck.
  * Add an explanation for the +ds suffix to d/copyright.

 -- Andrey Rahmatullin <email address hidden>  Wed, 26 Jan 2022 21:14:44 +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
Kinetic release universe python
Jammy release universe python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cssselect_1.1.0+ds-3.dsc 2.3 KiB 6f4def07fe304f74dd65ef9f4c57817971958de553bfbf29f248aa488626dc97
python-cssselect_1.1.0+ds.orig.tar.gz 34.7 KiB 255929dd1d116258ea096c120936a7fdc4a521775dc65f7642fbe9b4c0de2a9f
python-cssselect_1.1.0+ds-3.debian.tar.xz 3.7 KiB a832b40ee5e5813cf794e28710c2e2f488f644080f2e0b678653705eafc1be9e

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.