Overview
Request 1122600 accepted
- update to 4.9.3:
* ``lxml.objectify`` accepted non-decimal numbers like ``²²²``
as integers.
* A memory leak in ``lxml.html.clean`` was resolved by
switching to Cython 0.29.34+.
* GH#348: URL checking in the HTML cleaner was improved.
* GH#371, GH#373: Some regex strings were changed to raw
strings to fix Python warnings.
* Built with Cython 0.29.36 to adapt to changes in Python 3.12.
- Add remove non-free RNG schema file (bsc#1213351).
- Skip a test if using libxml2 >= 2.11.1
- Skip a test if using libxml2 >= 2.10.4
- Added:
* ISO-Schematron-schema-optional.patch
* skip-test-under-libxml2-2.11.1.patch
* skip-test-under-libxml2-2.10.4.patch
- Created by vizhestkov
- In state accepted
Request History
vizhestkov created request
- update to 4.9.3:
* ``lxml.objectify`` accepted non-decimal numbers like ``²²²``
as integers.
* A memory leak in ``lxml.html.clean`` was resolved by
switching to Cython 0.29.34+.
* GH#348: URL checking in the HTML cleaner was improved.
* GH#371, GH#373: Some regex strings were changed to raw
strings to fix Python warnings.
* Built with Cython 0.29.36 to adapt to changes in Python 3.12.
- Add remove non-free RNG schema file (bsc#1213351).
- Skip a test if using libxml2 >= 2.11.1
- Skip a test if using libxml2 >= 2.10.4
- Added:
* ISO-Schematron-schema-optional.patch
* skip-test-under-libxml2-2.11.1.patch
* skip-test-under-libxml2-2.10.4.patch
agraul accepted request