forked from pool/python-netaddr
Accepting request 233654 from home:frispete:python
- Update to 0.7.11:
* Performance of IPSet increased dramatically, implemented by
Stefan Nordhausen and Martijn van Oosterhout. As a side effect,
IPSet(IPNetwork("10.0.0.0/8")) is now as fast as you'd expect.
* Various performance improvements all over the place.
* netaddr is now hosted on PyPI and can be installed via pip.
* Doing "10.0.0.42" in IPNetwork("10.0.0.0/24") works now.
* IPSet has two new methods: iscontiguous() and iprange(), thanks to Louis des Landes.
* Re-added the IPAddress.netmask_bits() method that was accidently removed.
* Networks 128.0.0.0/16, 191.255.0.0/16, and 223.255.255.0/24 are not marked as
reserved IPv4 addresses any more. Thanks to marnickv for pointing that out.
* Various bug fixes contributed by Wilfred Hughes, 2*yo and Adam Goodman.
FIXED Issue 58: https://github.com/drkjam/netaddr/issues/58
- foo.bar doesn't throw AddrFormatError
FIXED Issue 57: https://github.com/drkjam/netaddr/issues/57
- netaddr packages not hosted on PyPI
FIXED Issue 56: https://github.com/drkjam/netaddr/issues/56
- Fix comparison with large IPSet()
FIXED Issue 55: https://github.com/drkjam/netaddr/pull/55
- Fix smallest_matching_cidr and all_matching_cidrs
FIXED Issue 53: https://github.com/drkjam/netaddr/issues/53
- Exclude 128.0.0.0/16 and possibly others from reserved range set?
FIXED Issue 51: https://github.com/drkjam/netaddr/issues/51
- Encoding errors in netaddr/eui/oui.txt
FIXED Issue 46: https://github.com/drkjam/netaddr/issues/46
- len(IPSet()) fails on python3
FIXED Issue 43: https://github.com/drkjam/netaddr/issues/43
- Method to check if IPSet is contiguous
FIXED Issue 38: https://github.com/drkjam/netaddr/issues/38
- netmask_bits is missing from the IPAddress
OBS-URL: https://build.opensuse.org/request/show/233654
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
cd5734c34a
commit
9638391858
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 12 20:10:14 UTC 2014 - hpj@urpla.net
|
||||
|
||||
- Update to 0.7.11:
|
||||
* Performance of IPSet increased dramatically, implemented by
|
||||
Stefan Nordhausen and Martijn van Oosterhout. As a side effect,
|
||||
IPSet(IPNetwork("10.0.0.0/8")) is now as fast as you'd expect.
|
||||
* Various performance improvements all over the place.
|
||||
* netaddr is now hosted on PyPI and can be installed via pip.
|
||||
* Doing "10.0.0.42" in IPNetwork("10.0.0.0/24") works now.
|
||||
* IPSet has two new methods: iscontiguous() and iprange(), thanks to Louis des Landes.
|
||||
* Re-added the IPAddress.netmask_bits() method that was accidently removed.
|
||||
* Networks 128.0.0.0/16, 191.255.0.0/16, and 223.255.255.0/24 are not marked as
|
||||
reserved IPv4 addresses any more. Thanks to marnickv for pointing that out.
|
||||
* Various bug fixes contributed by Wilfred Hughes, 2*yo and Adam Goodman.
|
||||
FIXED Issue 58: https://github.com/drkjam/netaddr/issues/58
|
||||
- foo.bar doesn't throw AddrFormatError
|
||||
FIXED Issue 57: https://github.com/drkjam/netaddr/issues/57
|
||||
- netaddr packages not hosted on PyPI
|
||||
FIXED Issue 56: https://github.com/drkjam/netaddr/issues/56
|
||||
- Fix comparison with large IPSet()
|
||||
FIXED Issue 55: https://github.com/drkjam/netaddr/pull/55
|
||||
- Fix smallest_matching_cidr and all_matching_cidrs
|
||||
FIXED Issue 53: https://github.com/drkjam/netaddr/issues/53
|
||||
- Exclude 128.0.0.0/16 and possibly others from reserved range set?
|
||||
FIXED Issue 51: https://github.com/drkjam/netaddr/issues/51
|
||||
- Encoding errors in netaddr/eui/oui.txt
|
||||
FIXED Issue 46: https://github.com/drkjam/netaddr/issues/46
|
||||
- len(IPSet()) fails on python3
|
||||
FIXED Issue 43: https://github.com/drkjam/netaddr/issues/43
|
||||
- Method to check if IPSet is contiguous
|
||||
FIXED Issue 38: https://github.com/drkjam/netaddr/issues/38
|
||||
- netmask_bits is missing from the IPAddress
|
||||
FIXED Issue 37: https://github.com/drkjam/netaddr/issues/37
|
||||
- Test failures with Python 3.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 11:09:05 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user