python-cssselect 0.9.1+git90c72b0-1 source package in Ubuntu

Changelog

python-cssselect (0.9.1+git90c72b0-1) unstable; urgency=low


  * Support python3 (Closes: #755031), thanks to 宋文武 <email address hidden>
  * Use new upstream non-release (some bug fixes)
  * Move packaging to team git

 -- W. Martin Borgert <email address hidden>  Sat, 11 Oct 2014 23:52:42 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe python

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cssselect_0.9.1+git90c72b0-1.dsc 2.2 KiB bd3dc67877dc9eb4c18b2e122460b63dbaa3ad135667c15b046af08995660312
python-cssselect_0.9.1+git90c72b0.orig.tar.gz 31.4 KiB db20ca6da5ba1c1a012ed5f507fe33b752e2fc28bd5e1019d1948c23c9fe01a7
python-cssselect_0.9.1+git90c72b0-1.debian.tar.xz 2.4 KiB 8a7c75a3dce9cb43370f0de02e187caeb7c1ff78bfa70a5799305155c1848841

Available diffs

No changes file available.

Binary packages built by this source

python-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 2.x module.

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.