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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:831901f0ea064cb301d64057632fc6f1e4a774eac13c4bf927c0b9fdf5f03277
size 1478615

3
netaddr-0.7.12.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88bf0bff238df672b1a521cdc291db025f7462223b065405b62d58a22c0d0abe
size 1504096

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

View File

@@ -17,7 +17,7 @@
Name: python-netaddr
Version: 0.7.11
Version: 0.7.12
Release: 0
Url: http://github.com/drkjam/netaddr
Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses