2021-04-21 13:43:04 by Adam Ciarcinski | Files touched by this commit (1822) |
Log message:
revbump for textproc/icu
|
2021-03-23 07:47:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-lxml: updated to 4.6.3
4.6.3
Bugs fixed
* A vulnerability (CVE-2021-28957) was discovered in the HTML Cleaner by Kevin Chung,
which allowed JavaScript to pass through. The cleaner now removes the HTML5
``formaction`` attribute.
|
2020-11-27 10:03:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-lxml: updated to 4.6.2
4.6.2
Bugs fixed
* A vulnerability (CVE-2020-27783) was discovered in the HTML Cleaner by Yaniv Nizry,
which allowed JavaScript to pass through. The cleaner now removes more sneaky
"style" content.
|
2020-11-05 10:09:30 by Ryo ONODERA | Files touched by this commit (1814) |
Log message:
*: Recursive revbump from textproc/icu-68.1
|
2020-10-19 14:30:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-lxml: updated to 4.6.1
4.6.1 (2020-10-18)
Bugs fixed
A vulnerability was discovered in the HTML Cleaner by Yaniv Nizry, which allowed \
JavaScript to pass through. The cleaner now removes more sneaky \
"style" content.
4.6.0 (2020-10-17)
Features added
lxml.html.InputGetter supports __len__() to count the number of input fields. \
Patch by Aidan Woolley.
lxml.html.InputGetter has a new .items() method to ease processing all input fields.
lxml.html.InputGetter.keys() now returns the field names in document order.
The API documentation is now generated using sphinx-apidoc. Patch by Chris Mayo.
Bugs fixed
C14N 2.0 serialisation failed for unprefixed attributes when a default namespace \
was defined.
TreeBuilder.close() raised AssertionError in some error cases where it should \
have raised XMLSyntaxError. It now raises a combined exception to keep up \
backwards compatibility, while switching to XMLSyntaxError as an interface.
|
2020-07-10 09:03:57 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-lxml: updated to 4.5.2
4.5.2
=====
Bugs fixed
----------
* ``Cleaner()`` now validates that only known configuration options can be set.
* ``Cleaner.clean_html()`` discarded comments and PIs regardless of the
corresponding configuration option, if ``remove_unknown_tags`` was set.
* Instead of globally overwriting the document loader in libxml2, lxml now
sets it per parser run, which improves the interoperability with other users \
of libxml2
such as libxmlsec.
* Fix build in CPython 3.10 by using Cython 0.29.21.
* The setup options "--with-xml2-config" and \
"--with-xslt-config" were accidentally renamed
to "--xml2-config" and "--xslt-config" in 4.5.1 and are \
now available again.
|
2020-06-02 10:25:05 by Adam Ciarcinski | Files touched by this commit (1689) |
Log message:
Revbump for icu
|
2020-05-23 09:48:00 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-lxml: updated to 4.5.1
4.5.1:
Bugs fixed
* Fix failures when serialising documents larger than 2GB in some cases.
* ``QName`` values were not accepted by the ``el.iter()`` method.
* The build failed to detect libraries on Linux that are only
configured via pkg-config.
|
2020-01-30 20:42:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-lxml: updated to 4.5.0
4.5.0:
Features added
* A new function ``indent()`` was added to insert tail whitespace for pretty-printing
an XML tree.
Bugs fixed
* Tail text of nodes that get removed from a document using item
deletion disappeared silently instead of sticking with the node that was removed.
Other changes
* MacOS builds are 64-bit-only by default.
Set CFLAGS and LDFLAGS explicitly to override it.
* Linux/MacOS Binary wheels now use libxml2 2.9.10 and libxslt 1.1.34.
* The package version number is now available as ``lxml.__version__``.
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|