14
0
forked from pool/python-lxml

Accepting request 674867 from home:jayvdb:coala:python3-bears

- Update from v4.2.5 to v4.3.1
- Remove no longer needed
  0001-Make-test-more-resilient-against-changes-in-latest-l.patch

OBS-URL: https://build.opensuse.org/request/show/674867
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=117
This commit is contained in:
Tomáš Chvátal
2019-02-14 08:36:30 +00:00
committed by Git OBS Bridge
parent e421144eec
commit b4b89ea844
7 changed files with 36 additions and 51 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Feb 14 07:33:12 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Update to v4.3.1
* Fixed crash when appending a child subtree that contains unsubstituted
entity references
- from v4.3.0
* Features
+ The module ``lxml.sax`` is compiled using Cython in order to speed it up.
+ lxml.sax.ElementTreeProducer now preserves the namespace prefixes.
If two prefixes point to the same URI, the first prefix in alphabetical
order is used.
+ Updated ISO-Schematron implementation to 2013 version (now MIT licensed)
and the corresponding schema to the 2016 version (with optional "properties").
* Other
+ Support for Python 2.6 and 3.3 was removed.
+ The minimum dependency versions were raised to libxml2 2.9.2 and libxslt 1.1.27,
which were released in 2014 and 2012 respectively.
- from v4.2.6
* Fix a DeprecationWarning in Py3.7+.
* Import warnings in Python 3.6+ were resolved.
- Remove no longer needed
0001-Make-test-more-resilient-against-changes-in-latest-l.patch
-------------------------------------------------------------------
Tue Dec 4 12:50:12 UTC 2018 - Matej Cepl <mcepl@suse.com>