lxml 5.2.1-ok2 source package in openKylin

Changelog

lxml (5.2.1-ok2) nile; urgency=medium

  * Rebuild

 -- liyang <email address hidden>  Wed, 08 May 2024 13:46:20 +0800

Upload details

Uploaded by:
liyang
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

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

Downloads

File Size SHA-256 Checksum
lxml_5.2.1.orig.tar.gz 3.5 MiB 3f7765e69bbce0906a7c74d5fe46d2c7a7596147318dbc08e4a2431f3060e306
lxml_5.2.1-ok2.debian.tar.xz 5.2 KiB 6b8e8b3befbb0d38c0ef15c7d8f5730cf4d56426e73c411c9ab98d28ab240fea
lxml_5.2.1-ok2.dsc 1.9 KiB cd09a7493ba40f00ab6203428b1f5ffd993a4bd0f13669dc706493b78bd9fcdc

View changes file

Binary packages built by this source

python-lxml-doc: pythonic binding for the libxml2 and libxslt libraries (documentation)

 lxml is a new Python binding for libxml2 and libxslt, completely
 independent from these existing Python bindings.
 .
 This package contains the html documentation.

python3-lxml: pythonic binding for the libxml2 and libxslt libraries

 lxml is a new Python binding for libxml2 and libxslt, completely
 independent from existing Python bindings. Its aim:
 .
   * Pythonic API.
   * Documented.
   * Use Python unicode strings in API.
   * Safe (no segfaults).
   * No manual memory management!
 .
 lxml aims to provide a Pythonic API by following as much as possible
 the ElementTree API, trying to avoid inventing too many new APIs,
 or the user's having to learn new things -- XML is complicated enough.

python3-lxml-dbgsym: debug symbols for python3-lxml