14
0

Accepting request 248588 from Cloud:OpenStack:Master

- update to 0.7.12:
  * Added method IPSet.iter_ipranges().
  * bool(IPSet()) works now for large IPSets, e.g. IPSet(['2405:8100::/32']).
  * IPNetwork.iter_hosts now skips the subnet-router anycast address for IPv6.
  * Removed function fbsocket.inet_aton because it is unused and unnecessary

OBS-URL: https://build.opensuse.org/request/show/248588
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=12
This commit is contained in:
Jan Matejek
2014-09-12 15:56:21 +00:00
committed by Git OBS Bridge
parent 9638391858
commit 882d148e5c
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 11 12:40:27 UTC 2014 - dmueller@suse.com
- update to 0.7.12:
* Added method IPSet.iter_ipranges().
* bool(IPSet()) works now for large IPSets, e.g. IPSet(['2405:8100::/32']).
* IPNetwork.iter_hosts now skips the subnet-router anycast address for IPv6.
* Removed function fbsocket.inet_aton because it is unused and unnecessary
-------------------------------------------------------------------
Mon May 12 20:10:14 UTC 2014 - hpj@urpla.net