Update dependency netaddr to v0.9.0 #54

Merged
jahanson merged 2 commits from renovate/netaddr-0.x into main 2023-09-23 08:55:43 -05:00
Contributor

This PR contains the following updates:

Package Update Change
netaddr minor ==0.8.0 -> ==0.9.0

Release Notes

drkjam/netaddr (netaddr)

v0.9.0

Compare Source

Date: 2023-09-18

Added:

  • Add hash capabilities to OUI (#​225, amitmi704)

Fixed:

  • Backwards incompatible: Handle RFC 6164 IPv6 addresses (don't reserve first IP
    address in point-to-point subnets) ($267, Damien Claisse)
  • Technically backwards incompatible: Fix for is_loopback behaviour – consider
    IPNetwork('::1/128') to be loopback (#​222, #​223, niels)
  • Include tutorials in source distributions (#​215, Louis Sautier)
  • Fix a documentation typo (#​242, Wouter)
  • Fix print syntax in the documentation to be Python 3 compatible (#​221, François Magimel)
  • Fix the Sphinx syntax in the documentation (#​220, François Magimel)

Other:

  • Update the databases (#​266, Jakub Stasiak)
  • Deprecate Python 3.6 (#​263, Jakub Stasiak)
  • Eliminate unnecessary evals (#​228, KOLANICH)

Full changelog: https://github.com/netaddr/netaddr/compare/0.8.0...0.9.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [netaddr](https://github.com/drkjam/netaddr) | minor | `==0.8.0` -> `==0.9.0` | --- ### Release Notes <details> <summary>drkjam/netaddr (netaddr)</summary> ### [`v0.9.0`](https://github.com/netaddr/netaddr/releases/tag/0.9.0) [Compare Source](https://github.com/drkjam/netaddr/compare/0.8.0...0.9.0) Date: 2023-09-18 Added: - Add hash capabilities to OUI ([#&#8203;225](https://github.com/drkjam/netaddr/issues/225), amitmi704) Fixed: - **Backwards incompatible:** Handle RFC 6164 IPv6 addresses (don't reserve first IP address in point-to-point subnets) ($267, Damien Claisse) - **Technically backwards incompatible:** Fix for is_loopback behaviour – consider `IPNetwork('::1/128')` to be loopback ([#&#8203;222](https://github.com/drkjam/netaddr/issues/222), [#&#8203;223](https://github.com/drkjam/netaddr/issues/223), niels) - Include tutorials in source distributions ([#&#8203;215](https://github.com/drkjam/netaddr/issues/215), Louis Sautier) - Fix a documentation typo ([#&#8203;242](https://github.com/drkjam/netaddr/issues/242), Wouter) - Fix print syntax in the documentation to be Python 3 compatible ([#&#8203;221](https://github.com/drkjam/netaddr/issues/221), François Magimel) - Fix the Sphinx syntax in the documentation ([#&#8203;220](https://github.com/drkjam/netaddr/issues/220), François Magimel) Other: - Update the databases ([#&#8203;266](https://github.com/drkjam/netaddr/issues/266), Jakub Stasiak) - Deprecate Python 3.6 ([#&#8203;263](https://github.com/drkjam/netaddr/issues/263), Jakub Stasiak) - Eliminate unnecessary evals ([#&#8203;228](https://github.com/drkjam/netaddr/issues/228), KOLANICH) Full changelog: https://github.com/netaddr/netaddr/compare/0.8.0...0.9.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Mi4zIiwidXBkYXRlZEluVmVyIjoiMzYuNTIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
smeagol-help added 1 commit 2023-09-23 01:00:34 -05:00
jahanson added 1 commit 2023-09-23 08:55:30 -05:00
jahanson merged commit 1329a316b9 into main 2023-09-23 08:55:43 -05:00
jahanson deleted branch renovate/netaddr-0.x 2023-09-23 08:55:43 -05:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jahanson/valinor#54
No description provided.