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

Changelog

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

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Andrey Rahmatullin ]
  * Change the watch file from PyPI to github.
  * Import the Github tarball (which includes tests).
  * Update the upstream address in Homepage and d/copyright to the Github one.
  * Bump Standards-Version to 4.5.0.
  * Switch to debhelper-compat 13.
  * Run build-time tests.
  * Add autopkgtests.
  * Add Rules-Requires-Root: no.

 -- Andrey Rahmatullin <email address hidden>  Thu, 12 Nov 2020 22:02:39 +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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cssselect_1.1.0+ds-1.dsc 2.2 KiB 5d08bc186fb81ad38cfcb4f9e61d8b11b75fbd2188ed5b8987a5c49016212879
python-cssselect_1.1.0+ds.orig.tar.gz 34.7 KiB 255929dd1d116258ea096c120936a7fdc4a521775dc65f7642fbe9b4c0de2a9f
python-cssselect_1.1.0+ds-1.debian.tar.xz 3.4 KiB 37b517b1fe6ff222994892ac9405725bd57a80b6e7642b7b0c1226d592387d96

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.