Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lxml to 4.2.4 #170

Closed
wants to merge 2 commits into from
Closed

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Aug 3, 2018

This PR updates lxml from 4.1.1 to 4.2.4.

Changelog

4.2.3

==================

Bugs fixed
----------

* Reverted GH265: lxml links against zlib as a shared library again.

4.2.2

==================

Bugs fixed
----------

* GH266: Fix sporadic crash during GC when parse-time schema validation is used
and the parser participates in a reference cycle.
Original patch by Julien Greard.

* GH265: lxml no longer links against zlib as a shared library, only on static builds.
Patch by Nehal J Wani.

4.2.1

==================

Bugs fixed
----------

* LP1755825: ``iterwalk()`` failed to return the 'start' event for the initial
element if a tag selector is used.

* LP1756314: Failure to import 4.2.0 into PyPy due to a missing library symbol.

* LP1727864, GH258: Add "-isysroot" linker option on MacOS as needed by XCode 9.

4.2.0

==================

Features added
--------------

* GH255: ``SelectElement.value`` returns more standard-compliant and
browser-like defaults for non-multi-selects.  If no option is selected, the
value of the first option is returned (instead of None).  If multiple options
are selected, the value of the last one is returned (instead of that of the
first one).  If no options are present (not standard-compliant)
``SelectElement.value`` still returns ``None``.

* GH261: The ``HTMLParser()`` now supports the ``huge_tree`` option.
Patch by stranac.

Bugs fixed
----------

* LP1551797: Some XSLT messages were not captured by the transform error log.

* LP1737825: Crash at shutdown after an interrupted iterparse run with XMLSchema
validation.

Other changes
-------------
Links

@pyup-bot pyup-bot mentioned this pull request Aug 3, 2018
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.04%) to 30.441% when pulling a781a14 on pyup-update-lxml-4.1.1-to-4.2.4 into 5bb5c99 on master.

@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Oct 9, 2018

Closing this in favor of #197

@pyup-bot pyup-bot closed this Oct 9, 2018
@nicfit nicfit deleted the pyup-update-lxml-4.1.1-to-4.2.4 branch October 9, 2018 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants