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.1.0 #89

Merged
merged 2 commits into from
Oct 21, 2017
Merged

Update lxml to 4.1.0 #89

merged 2 commits into from
Oct 21, 2017

Conversation

pyup-bot
Copy link
Collaborator

There's a new version of lxml available.
You are currently using 4.0.0. I have updated it to 4.1.0

These links might come in handy: PyPI | Changelog | Homepage | Bugtracker

Changelog

4.1.0

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

Features added

  • ElementPath supports text predicates for current node, like "[.='text']".
  • ElementPath allows spaces in predicates.
  • Custom Element classes and XPath functions can now be registered with a
    decorator rather than explicit dict assignments.
  • Static Linux wheels are now built with link time optimisation (LTO) enabled.
    This should have a beneficial impact on the overall performance by providing
    a tighter compiler integration between lxml and libxml2/libxslt.

Bugs fixed

  • LP1722776: Requesting non-Element objects like comments from a document with
    PythonElementClassLookup could fail with a TypeError.

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@coveralls
Copy link

coveralls commented Oct 13, 2017

Coverage Status

Coverage remained the same at 30.471% when pulling 62f3b3e on pyup-update-lxml-4.0.0-to-4.1.0 into 1b5a08d on master.

@nicfit nicfit merged commit da82433 into master Oct 21, 2017
@nicfit nicfit deleted the pyup-update-lxml-4.0.0-to-4.1.0 branch October 21, 2017 20:39
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.

3 participants