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

Changelog

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

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Set upstream metadata fields: Contact.
  * Update standards version to 4.5.1, no changes needed.

  [ TANIGUCHI Takaki ]
  * d/watch: Follow github download link change.
  * Add CI config.
  * Bump Standards-Version to 4.6.0

 -- TANIGUCHI Takaki <email address hidden>  Sun, 12 Sep 2021 15:45:58 +0900

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cssselect_1.1.0+ds-2.dsc 2.3 KiB dab65bf817c180e1634a584da51ff721a01e51dfeb8bbe1159244d8731c05631
python-cssselect_1.1.0+ds.orig.tar.gz 34.7 KiB 255929dd1d116258ea096c120936a7fdc4a521775dc65f7642fbe9b4c0de2a9f
python-cssselect_1.1.0+ds-2.debian.tar.xz 3.6 KiB 5800a8c8d60817cde487e86af5dfa97a8f850e911ecae26df105313269bc55f4

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.