python-cssselect 1.1.0-2 source package in Ubuntu
Changelog
python-cssselect (1.1.0-2) unstable; urgency=medium [ Ondřej Nový ] * Bump Standards-Version to 4.4.1. [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Repository, Repository- Browse. [ Sandro Tosi ] * Drop python2 support; Closes: #937678 -- Sandro Tosi <email address hidden> Thu, 16 Jan 2020 19:31:09 -0500
Upload details
- Uploaded by:
- Debian Python Modules Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-cssselect_1.1.0-2.dsc | 2.1 KiB | 77e6d2505626486a2cb7796ac4fcf83df598d70b38476c9432fcca0eca07d21b |
python-cssselect_1.1.0.orig.tar.gz | 22.2 KiB | f95f8dedd925fd8f54edb3d2dfb44c190d9d18512377d3c1e2388d16126879bc |
python-cssselect_1.1.0-2.debian.tar.xz | 3.2 KiB | e6205ae5552d7f777c42299dce0e43924ba6e0c2ad46c60a897f95404856d873 |
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.