Opened 5 years ago

Closed 5 years ago

#11504 closed enhancement (fixed)

lxml-4.3.0 (python module)

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 8.4
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Bruce Dubbs, 5 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 5 years ago

Summary: lxml-4.2.6lxml-4.3.0 (python module)

Now version 4.3.0

4.3.0 (2019-01-04)

Features added

  • The module lxml.sax is compiled using Cython in order to speed it up.
  • GH#267: lxml.sax.ElementTreeProducer now preserves the namespace prefixes. If two prefixes point to the same URI, the first prefix in alphabetical order is used. Patch by Lennart Regebro.
  • Updated ISO-Schematron implementation to 2013 version (now MIT licensed) and the corresponding schema to the 2016 version (with optional "properties").

Other changes

  • GH#270, GH#271: Support for Python 2.6 and 3.3 was removed. Patch by hugovk.
  • The minimum dependency versions were raised to libxml2 2.9.2 and libxslt 1.1.27, which were released in 2014 and 2012 respectively.
  • Built with Cython 0.29.2.

4.2.6 (2019-01-02)

Bugs fixed

  • LP#1799755: Fix a DeprecationWarning in Py3.7+.
  • Import warnings in Python 3.6+ were resolved.

comment:3 by Bruce Dubbs, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 20922.

Note: See TracTickets for help on using tickets.