2022-03-01 10:59:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-lxml: updated to 4.8.0
4.8.0 (2022-02-17)
==================
Features added
--------------
* Path-like objects are now supported throughout the API instead of just strings.
Patch by Henning Janssen.
* The ``ElementMaker`` now supports ``QName`` values as tags, which always override
the default namespace of the factory.
Bugs fixed
----------
* In lxml.objectify, the XSI float annotation "nan" and \
"inf" were spelled in
lower case, whereas XML Schema datatypes define them as "NaN" and \
"INF" respectively.
Patch by Tobias Deiminger.
Other changes
-------------
* Built with Cython 0.29.28.
|
2022-02-07 01:09:59 by David H. Gutteridge | Files touched by this commit (1) | |
Log message:
py-lxml: update a comment
|
2022-02-04 16:18:18 by Hauke Fath | Files touched by this commit (2) |
Log message:
Roll back the previous commit.
The default tar extractor silently skipped the missing file
./src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skele \
ton_for_xslt1.xsl
and after switching to gtar as extractor the package builds correctly.
|
2022-02-04 12:28:50 by Hauke Fath | Files touched by this commit (2) |
Log message:
For reasons unknown, the Solarish build (OmniOSCE here) installs one
file less than the others. Tweak the PLIST generation to make it so.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-16 21:17:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-lxml: updated to 4.7.1
4.7.1 (2021-12-13)
Features added
Chunked Unicode string parsing via parser.feed() now encodes the input data to \
the native UTF-8 encoding directly, instead of going through Py_UNICODE / \
wchar_t encoding first, which previously required duplicate recoding in most \
cases.
Bugs fixed
The standard namespace prefixes were mishandled during "C14N2" \
serialisation on Python 3. See \
https://mail.python.org/archives/list/lxml@python.org/thread/6ZFBHFOVHOS5GFDOAMPCT6HM5HZPWQ4Q/
lxml.objectify previously accepted non-XML numbers with underscores (like \
"1_000") as integers or float values in Python 3.6 and later. It now \
adheres to the number format of the XML spec again.
Static wheels of lxml now contain the header files of zlib and libiconv (in \
addition to the already provided headers of libxml2/libxslt/libexslt).
Other changes
Wheels include libxml2 2.9.12+ and libxslt 1.1.34 (also on Windows).
4.7.0 (2021-12-13)
Release retracted due to missing files in lxml/includes/.
4.6.5 (2021-12-12)
Bugs fixed
A vulnerability (GHSL-2021-1038) in the HTML cleaner allowed sneaking script \
content through SVG images (CVE-2021-43818).
A vulnerability (GHSL-2021-1037) in the HTML cleaner allowed sneaking script \
content through CSS imports and other crafted constructs (CVE-2021-43818).
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
2021-11-03 10:38:40 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-lxml: updated to 4.6.4
4.6.4
Features added
* A new property ``system_url`` was added to DTD entities.
* The ``STATIC_*`` variables in ``setup.py`` can now be passed via env vars.
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|