lxml 4.6.3+dfsg-1 source package in Ubuntu

Changelog

lxml (4.6.3+dfsg-1) unstable; urgency=medium

  * Stop building the python3-lxml-dbg package. Closes: #994308.
  * Only build documentation for the default Python version; build documentation
    for the currently built version of lxml (Sebastian Ramacher).
    Closes: #990865.
  * Do not embed timestamps in html documentation (Vagrant Cascadian).
    Closes: #990952.
  * Don't embed the build path in the documentation (Vagrant Cascadian).
    Closes: #990969.
  * Set LC_ALL and LANG to C.UTF-8 to avoid reproducibility issues when
    generating html. (Vagrant Cascadian). Closes: #990969.

 -- Matthias Klose <email address hidden>  Wed, 15 Sep 2021 12:46:13 +0200

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.6.3+dfsg-1.dsc 1.9 KiB b17f239ac858e9188ab586a94a2d3b0d83acd5940550c355f609a49c646b37f8
lxml_4.6.3+dfsg.orig.tar.gz 918.2 KiB aa386ddf45ccc40975f33d29e285b6656273254ed797dd87d6283090f5d62036
lxml_4.6.3+dfsg-1.debian.tar.xz 8.0 KiB 266f8e9b080c04c4f71d449f53689f19f4ff7d610b26f20f39087e8fd76e4e24

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