Path to this page:
Subject: CVS commit: pkgsrc/net/py-netaddr
From: Adam Ciarcinski
Date: 2024-02-16 23:18:45
Message id: 20240216221845.79D08F9F2@cvs.NetBSD.org
Log Message:
py-netaddr: updated to 1.1.0
1.1.0
-----
Date: 2024-02-15
Added:
* Add the required Python version to the package metadata (GH :issue:`365`).
* Add :func:`expand_partial_ipv4_address` to the public API.
Fixed:
* Fix ``IPNetwork(...) in IPRange(...)`` false negatives (GH :issue:`157`).
* Fix a few :class:`IPNetwork` slicing edge cases (GH :issue:`214`).
* Fix support for partial IP addresses accidentally left in :class:`IPNetwork` \
in 1.0.0.
When I removed the ``implicit_prefix`` switch I missed the fact that there was some
partial IPv4 address expansion triggered unconditionally.
If you need the old behavior use :func:`expand_partial_ipv4_address`.
Related GH issue: :issue:`110`.
* Fixed an incorrect license classifier in the package metadata.
Files: