14
0

Accepting request 334025 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/334025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netaddr?expand=0&rev=19
This commit is contained in:
Stephan Kulow
2015-09-30 03:52:31 +00:00
committed by Git OBS Bridge
4 changed files with 38 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02abbb54c9edd6a3046385d2634f51c1dbddbbc9b5816599ecd052b1d9ff445f
size 1560641

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

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

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 Sun Apr 19 09:40:50 UTC 2015 - benoit.monin@gmx.fr

View File

@@ -17,7 +17,7 @@
Name: python-netaddr Name: python-netaddr
Version: 0.7.14 Version: 0.7.18
Release: 0 Release: 0
Url: http://github.com/drkjam/netaddr Url: http://github.com/drkjam/netaddr
Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses
@@ -66,6 +66,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{python_sitelib}/* %{python_sitelib}/*
%{_bindir}/netaddr %{_bindir}/netaddr
%doc AUTHORS CHANGELOG COPYRIGHT README LICENSE THANKS %doc AUTHORS CHANGELOG COPYRIGHT README.md LICENSE THANKS
%changelog %changelog