python-cssselect2 0.3.0-1 source package in Ubuntu

Changelog

python-cssselect2 (0.3.0-1) unstable; urgency=low

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Michael Fladischer ]
  * New upstream release.
  * Use github.com in d/watch.
  * Refresh patches.
  * Clean up files to allow two builds in a row.
  * Bump Standards-Version to 4.5.0.
  * Bump debhelper version to 13.
  * Set Rules-Requires-Root: no.
  * Remove test data generator script from binary package.

 -- Michael Fladischer <email address hidden>  Tue, 09 Jun 2020 21:11:35 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cssselect2_0.3.0-1.dsc 1.9 KiB 62da050feb96201e83a0bdc9e5570920c24258edd9db2833b4122476bb405a0b
python-cssselect2_0.3.0.orig.tar.gz 30.1 KiB 8c504e2c725dc4937090317e352d3289215654128a6e48d1e6ff408d83950946
python-cssselect2_0.3.0-1.debian.tar.xz 3.5 KiB 8e479025115b0cfa0518cd7d698ffe9c5da6f374357beb0ebe5b3ec78aff8d86

Available diffs

No changes file available.

Binary packages built by this source

python-cssselect2-doc: implementation of CSS3 Selectors (Documentation)

 cssselect2 is a straightforward implementation of CSS3 Selectors for markup
 documents (HTML, XML, etc.) that can be read by ElementTree-like parsers
 (including cElementTree, lxml, html5lib, etc.)
 .
 Unlike cssselect, it does not translate selectors to XPath and therefore does
 not have all the correctness corner cases that are hard or impossible to fix in
 cssselect.
 .
 This package contains the documentation.

python3-cssselect2: implementation of CSS3 Selectors (Python3 version)

 cssselect2 is a straightforward implementation of CSS3 Selectors for markup
 documents (HTML, XML, etc.) that can be read by ElementTree-like parsers
 (including cElementTree, lxml, html5lib, etc.)
 .
 Unlike cssselect, it does not translate selectors to XPath and therefore does
 not have all the correctness corner cases that are hard or impossible to fix in
 cssselect.
 .
 This package contains the Python 3 version of the library.