python-cssselect 1.2.0-ok1 source package in openKylin

Changelog

python-cssselect (1.2.0-ok1) nile; urgency=medium

  * Build for openkylin.

 -- rtlhq <nobelxyz@163.com>  Sat, 02 Sep 2023 18:10:25 +0800

Upload details

Uploaded by:
rtlhq
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
openKylin KDE SIG
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cssselect_1.2.0.orig.tar.gz 39.9 KiB a5d17fc420dad4d70ff63a585ad315caf9c5868f750551362b5dbb6e8307c66c
python-cssselect_1.2.0-ok1.debian.tar.xz 2.4 KiB 7495628ebad6f5eb81eafa47082dbd44ad9792ec35860d59b110e5ad0d0826ea
python-cssselect_1.2.0-ok1.dsc 1.9 KiB 6a396f66dd8ce4fcdcd5e173cbf44630dc282d652a1c96c0aeae74ef76ade5ff

View changes file

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.