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.6 #221

Closed
wants to merge 2 commits into from
Closed

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Jan 3, 2019

This PR updates lxml from 4.1.1 to 4.2.6.

Changelog

4.2.6

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

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

* LP1799755: Fix a DeprecationWarning in Py3.7+.

* Import warnings in Python 3.6+ were resolved.

4.2.5

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

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

* Javascript URLs that used URL escaping were not removed by the HTML cleaner.
Security problem found by Omar Eissa.  (CVE-2018-19787)

4.2.4

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

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

* GH259: Allow using ``pkg-config`` for build configuration.
Patch by Patrick Griffis.

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

* LP1773749, GH268: Crash when moving an element to another document with
``Element.insert()``.
Patch by Alexander Weggerle.

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 Jan 3, 2019
@coveralls
Copy link

Coverage Status

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

@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Jan 4, 2019

Closing this in favor of #222

@pyup-bot pyup-bot closed this Jan 4, 2019
@nicfit nicfit deleted the pyup-update-lxml-4.1.1-to-4.2.6 branch January 4, 2019 19:15
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.

None yet

2 participants