Skip to content

Conversation

dependabot-preview[bot]
Copy link

Bumps netaddr from 0.7.11 to 0.7.20.

Changelog

Sourced from netaddr's changelog.

Release: 0.7.20

Date: 19 Jun 2020

^^^^^^^^^^^^^^^^^^^^ Changes since 0.7.19 ^^^^^^^^^^^^^^^^^^^^

  • Fixed returning from an iterator on Python 3.7+, by Sergey Kozlov.
  • Fixed Python 3.8 SyntaxWarning on using is not with a string literal, by Stefan Nordhausen.
  • Fixed DeprecationWarnings by using raw strings for escape characters used in regexes, by Sean McGinnis.
  • Improved IPGlob documentation, by obkmeta.
  • Fixed exception creation in corner cases by explicitly passin error message params as tuples, by Matthias Urlichs.
  • Stopped manually replacing shebang of an included script.
  • Stopped using file in all code that's expected to run in environments that don't support it (like PyOxidizer-produced binaries).
  • Updated all databases included in the package.

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

FIXED Issue 182: netaddr/netaddr#182 - test_ip_splitter_remove_prefix_larger_than_input_range fails with python 3.7

FIXED Issue 206: netaddr/netaddr#206 - ""is not" with a literal." SyntaxWarning

FIXED Issue 198: netaddr/netaddr#198 - oui databases are outdated

FIXED Issue 188: netaddr/netaddr#188 - Avoid use of file

^^^^^^^^^^^ Miscellanea ^^^^^^^^^^^

  • Python 2 versions older than 2.7 and Python 3 versions older than 3.5 should be considered unsupported. No incompatible code has been introduced to the best of our knowledge but there's no CI infrastructure in place to verify this and if there are any issues with those versions they won't be fixed.
  • Consequently, Python 2.7 and 3.5 support should be considered deprecated as 2.7 has reached its end-of-life already and 3.5 will hit it soon.
  • A CI setup has been introduced which allows us to test on a variety of Python versions on all Mac, Linux and Windows.

Release: 0.7.19

... (truncated)
Commits
  • 583b562 Fix description formatting, PyPI enforces ReST now
  • b9ca0ea Release version 0.7.20
  • 90bae49 Add info about myself to AUTHORS/maintainers in setup.py
  • beca47d Revert "- PKG-INFO metadata generation seems to be broken (lists maintainer a...
  • 45acdff Fix reading of package version in setup.py
  • 06a05a3 Calculate test coverage and submit it to Codecov
  • 5e56ce6 Add a CI badge in the readme
  • 64e4de0 Update PyPI links
  • 372734b Remove a dead link
  • fae2c90 Update various databases
  • 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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 19, 2020
@dependabot-preview
Copy link
Author

Superseded by #25.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/netaddr-0.7.20 branch July 6, 2020 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants