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

Bump lxml from 4.1.1 to 4.2.1 #10

Closed
wants to merge 5 commits into from

Conversation

dependabot-preview[bot]
Copy link

Bumps lxml from 4.1.1 to 4.2.1.

Changelog

Sourced from lxml's changelog.

4.2.1 (2018-03-21)

Bugs fixed

  • LP#1755825: iterwalk() failed to return the 'start' event for the initial
    element if a tag selector is used.

  • LP#1756314: Failure to import 4.2.0 into PyPy due to a missing library symbol.

  • LP#1727864, GH#258: Add "-isysroot" linker option on MacOS as needed by XCode 9.

4.2.0 (2018-03-13)

Features added

  • GH#255: 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.

  • GH#261: The HTMLParser() now supports the huge_tree option.
    Patch by stranac.

Bugs fixed

  • LP#1551797: Some XSLT messages were not captured by the transform error log.

  • LP#1737825: Crash at shutdown after an interrupted iterparse run with XMLSchema
    validation.

Other changes

Commits
  • 5653058 Prepare release of 4.2.1.
  • 28a531b Be more conservative when not setting linker flags.
  • bbcea38 Merge pull request #258 from frgtn/fix_macos_xcode_build
  • e125690 Update changelog.
  • 11623ab Update changelog.
  • b398c51 LP#1755825: iterparse() failed to include the initial start event if the star...
  • 14d8cc5 Improve documentation of the "tag" argument to the iter*() methods.
  • 21dc579 Link directly to bug tracker from readme.
  • 5dbbb2a Merge pull request #262 from dgreisen/patch-3
  • 3e5025f add link to issue tracker in README.rst
  • 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 ignore this [minor|major] version with close this PR and stop Dependabot creating any more for this minor/major 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 [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

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

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview
Copy link
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/lxml-4.2.1 branch July 17, 2018 21:10
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.

2 participants