14
0

Accepting request 333795 from home:stroeder:branches:devel:languages:python

update to 0.7.18

OBS-URL: https://build.opensuse.org/request/show/333795
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=15
This commit is contained in:
Denisart Benjamin
2015-09-27 11:24:21 +00:00
committed by Git OBS Bridge
parent c669bcbf37
commit f5bf13d435
4 changed files with 38 additions and 5 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Fri Sep 25 16:49:07 UTC 2015 - michael@stroeder.com
- update to 0.7.18:
* cidr_merge() algorithm is now O(n) and much faster.
* nmap target specification now fully supported including IPv4 CIDR
prefixes and IPv6 addresses.
FIXED Issue 100: https://github.com/drkjam/netaddr/issues/100
- nmap.py - CIDR targets
FIXED Issue 112: https://github.com/drkjam/netaddr/issues/112
- Observation: netaddr slower under pypy
* Fixed a regression with valid_mac due to shadow import in the
netaddr module.
FIXED Issue 114: https://github.com/drkjam/netaddr/issues/114
- netaddr.valid_mac('00-B0-D0-86-BB-F7')==False for 0.7.16 but True for 0.7.15
* IPv4 networks with /31 and /32 netmasks are now treated according to
RFC 3021. Thanks to kalombos and braaen.
FIXED Issue 109: https://github.com/drkjam/netaddr/issues/109
- Identify registry of global IPv6 unicast allocations
FIXED Issue 108: https://github.com/drkjam/netaddr/issues/108
- One part of docs unclear?
FIXED Issue 106: https://github.com/drkjam/netaddr/issues/106
- Eui64 Updated (pull request for Issue 105)
FIXED Issue 105: https://github.com/drkjam/netaddr/issues/105
- Support dialects for EUI-64 addresses
FIXED Issue 102: https://github.com/drkjam/netaddr/issues/102
- 0.7.15 tarball is missing tests.
FIXED Issue 96: https://github.com/drkjam/netaddr/issues/96
- Wrong hosts and broadcasts for /31 and /32 networks.
* Fix slowness in IPSet.__contains__. Thanks to novas0x2a for noticing.
* Normalize IPNetworks when they are added to an IPSet
* Converted test suite to py.test
-------------------------------------------------------------------
Sun Apr 19 09:40:50 UTC 2015 - benoit.monin@gmx.fr