Skip to content

Conversation

@dependabot-preview
Copy link

Bumps lxml from 3.8.0 to 4.4.2.

Changelog

Sourced from lxml's changelog.

4.4.2 (2019-11-25)

Bugs fixed

  • LP#1835708: ElementInclude incorrectly rejected repeated non-recursive
    includes as recursive.
    Patch by Rainer Hausdorf.

4.4.1 (2019-08-11)

Bugs fixed

  • LP#1838252: The order of an OrderedDict was lost in 4.4.0 when passing it as
    attrib mapping during element creation.

  • LP#1838521: The package metadata now lists the supported Python versions.

4.4.0 (2019-07-27)

Features added

  • Element.clear() accepts a new keyword argument keep_tail=True to clear
    everything but the tail text. This is helpful in some document-style use cases
    and for clearing the current element in iterparse() and pull parsing.

  • When creating attributes or namespaces from a dict in Python 3.6+, lxml now
    preserves the original insertion order of that dict, instead of always sorting
    the items by name. A similar change was made for ElementTree in CPython 3.8.
    See https://bugs.python.org/issue34160

  • Integer elements in lxml.objectify implement the __index__() special method.

  • GH#269: Read-only elements in XSLT were missing the nsmap property.
    Original patch by Jan Pazdziora.

  • ElementInclude can now restrict the maximum inclusion depth via a max_depth
    argument to prevent content explosion. It is limited to 6 by default.

  • The target object of the XMLParser can have start_ns() and end_ns()
    callback methods to listen to namespace declarations.

  • The TreeBuilder has new arguments comment_factory and pi_factory to

... (truncated)
Commits
  • 589c3c2 Prepare release of lxml 4.4.2.
  • bf15ea4 Improve frontpage section on sponsoring.
  • e2f4ae1 Add a link to Tidelift as a way of supporting the project.
  • a2551ed Adapt doctest to libxml2 2.9.10.
  • 632e44d Try to avoid redundant recompilation in appveyor by building the wheel first ...
  • 355663d Fix indentation in appveyor build script.
  • 6f1df3a Fix path escaping in appveyor build script.
  • f1bb8b8 Install Python 3.8 into the correct directory on appveyor.
  • ec24224 appveyor: test with Python 3.8 (GH-289)
  • 9bab0e1 Add final Py3.8 to travis and appveyor builds.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [lxml](https://github.com/lxml/lxml) from 3.8.0 to 4.4.2.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-3.8.0...lxml-4.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Author

Superseded by #98.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/lxml-4.4.2 branch January 31, 2020 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants