14
0

Accepting request 1113402 from home:mnhauke:network:automation

- Update to version 0.9.0
  Added:
  * Add hash capabilities to OUI.
  Fixed:
  * Backwards incompatible: Handle RFC 6164 IPv6 addresses (don't
    reserve first IP address in point-to-point subnets).
  * Technically backwards incompatible: Fix for is_loopback
    behaviour – consider IPNetwork('::1/128') to be loopback.
  * Fix print syntax in the documentation to be Python 3 compatible
  * Fix the Sphinx syntax in the documentation.
  Other:
  * Deprecate Python 3.6.
  * Eliminate unnecessary evals.

OBS-URL: https://build.opensuse.org/request/show/1113402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=30
This commit is contained in:
2023-09-25 11:09:51 +00:00
committed by Git OBS Bridge
parent 0c0975fb3c
commit 5fdee45996
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Sep 25 09:15:49 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.9.0
Added:
* Add hash capabilities to OUI.
Fixed:
* Backwards incompatible: Handle RFC 6164 IPv6 addresses (don't
reserve first IP address in point-to-point subnets).
* Technically backwards incompatible: Fix for is_loopback
behaviour consider IPNetwork('::1/128') to be loopback.
* Fix print syntax in the documentation to be Python 3 compatible
* Fix the Sphinx syntax in the documentation.
Other:
* Deprecate Python 3.6.
* Eliminate unnecessary evals.
-------------------------------------------------------------------
Sun Jun 11 13:10:26 UTC 2023 - ecsos <ecsos@opensuse.org>