lxml 4.7.1-1 source package in Ubuntu

Changelog

lxml (4.7.1-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <email address hidden>  Mon, 10 Jan 2022 10:26:46 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Sid
Original maintainer:
Matthias Klose
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lxml_4.7.1-1.dsc 1.9 KiB 83fdb24394bf2cfc907b16f9011b54935ac1adbaa0725b8c9d3dc6826e47fc26
lxml_4.7.1.orig.tar.gz 3.1 MiB a1613838aa6b89af4ba10a0f3a972836128801ed008078f8c1244e65958f1b24
lxml_4.7.1-1.debian.tar.xz 8.0 KiB f39c4cac0e685f0aa5e374f8787b39018ea26f337763d0406fc801017e330ce0

No changes file available.

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