From ba574650f543525b95e3ea28c52af4670ca56b4f470b9b5e5be6d088d94e3d6e Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Wed, 6 Oct 2010 01:58:49 +0000 Subject: [PATCH] - Update to 0.7.5: * Python 3.x is now fully supported. The paint is still drying on this so please help with testing and raise bug tickets when you find any issues! * Moved code hosting to github. All history ported thanks to the most excellent tool, svn2git (http://github.com/nirvdrum/svn2git). * All netaddr objects now use approx. 65% less memory due to the use of __slots__ in classes throughout the codebase. Thanks to Stefan Nordhausen and his Python guru for this suggestion! * Applied many optimisations and speedups throughout the codebase. * Fixed the behaviour of the IPNetwork constructor so it now behaves in a much more sensible and expected way (i.e. no longer uses inet_aton semantics which is just plain odd for network addresses). * One minor change to behaviour in this version is that the .value property on IPAddress and IPNetwork objects no longer support assignment using a string IP address. Only integer value assignments are now valid. The impact of this change should be minimal for the majority of users. * FIXED Issue 49 - http://code.google.com/p/netaddr/issues/detail?id=49 - Incorrect IP range recognition on IPs with leading zeros * FIXED Issue 50 - http://code.google.com/p/netaddr/issues/detail?id=50 - CIDR block parsing * FIXED Issue 52 - http://code.google.com/p/netaddr/issues/detail?id=52 - ipv6 cidr matches incorrectly match ipv4 [sic] * FIXED Issue 53 - http://code.google.com/p/netaddr/issues/detail?id=53 - Error in online documentation * FIXED Issue 54 - http://code.google.com/p/netaddr/issues/detail?id=54 - IP recognition failure * FIXED Issue 55 - http://code.google.com/p/netaddr/issues/detail?id=55 - Support for Python 3.x * FIXED Issue 56 - http://code.google.com/p/netaddr/issues/detail?id=56 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=2 --- netaddr-0.7.4.tar.gz | 3 --- netaddr-0.7.5.tar.bz2 | 3 +++ python-netaddr.changes | 40 ++++++++++++++++++++++++++++++++++++++++ python-netaddr.spec | 6 +++--- 4 files changed, 46 insertions(+), 6 deletions(-) delete mode 100644 netaddr-0.7.4.tar.gz create mode 100644 netaddr-0.7.5.tar.bz2 diff --git a/netaddr-0.7.4.tar.gz b/netaddr-0.7.4.tar.gz deleted file mode 100644 index c0b86ea..0000000 --- a/netaddr-0.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77b9a3c9eea0935a91b57fc8292b4038c8c64a622271d00d81d980235064cdb3 -size 1131405 diff --git a/netaddr-0.7.5.tar.bz2 b/netaddr-0.7.5.tar.bz2 new file mode 100644 index 0000000..8fe1125 --- /dev/null +++ b/netaddr-0.7.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec33a6b0a155d67734c670f33d77d9efb42a9cffb3e4e0763549c9791e4c005d +size 922309 diff --git a/python-netaddr.changes b/python-netaddr.changes index 106262a..3a16cfe 100644 --- a/python-netaddr.changes +++ b/python-netaddr.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Wed Oct 6 01:41:45 UTC 2010 - alexandre@exatati.com.br + +- Update to 0.7.5: + * Python 3.x is now fully supported. The paint is still drying on this so + please help with testing and raise bug tickets when you find any issues! + * Moved code hosting to github. All history ported thanks to the most + excellent tool, svn2git (http://github.com/nirvdrum/svn2git). + * All netaddr objects now use approx. 65% less memory due to the use of + __slots__ in classes throughout the codebase. Thanks to Stefan Nordhausen + and his Python guru for this suggestion! + * Applied many optimisations and speedups throughout the codebase. + * Fixed the behaviour of the IPNetwork constructor so it now behaves in + a much more sensible and expected way (i.e. no longer uses inet_aton + semantics which is just plain odd for network addresses). + * One minor change to behaviour in this version is that the .value property + on IPAddress and IPNetwork objects no longer support assignment using a + string IP address. Only integer value assignments are now valid. The impact + of this change should be minimal for the majority of users. + * FIXED Issue 49 - http://code.google.com/p/netaddr/issues/detail?id=49 + - Incorrect IP range recognition on IPs with leading zeros + * FIXED Issue 50 - http://code.google.com/p/netaddr/issues/detail?id=50 + - CIDR block parsing + * FIXED Issue 52 - http://code.google.com/p/netaddr/issues/detail?id=52 + - ipv6 cidr matches incorrectly match ipv4 [sic] + * FIXED Issue 53 - http://code.google.com/p/netaddr/issues/detail?id=53 + - Error in online documentation + * FIXED Issue 54 - http://code.google.com/p/netaddr/issues/detail?id=54 + - IP recognition failure + * FIXED Issue 55 - http://code.google.com/p/netaddr/issues/detail?id=55 + - Support for Python 3.x + * FIXED Issue 56 - http://code.google.com/p/netaddr/issues/detail?id=56 + - checking IPAddress in IPNetwork + * FIXED Issue 57 - http://code.google.com/p/netaddr/issues/detail?id=57 + - netaddr objects can't pickle + * FIXED Issue 58 - http://code.google.com/p/netaddr/issues/detail?id=58 + - IPSet operations should accept the same arguments as IPAddress + * FIXED Issue 59 - http://code.google.com/p/netaddr/issues/detail?id=59 + - netaddr fails to load when imported by a PowerDNS coprocess + ------------------------------------------------------------------- Wed May 12 11:36:17 UTC 2010 - alexandre@exatati.com.br diff --git a/python-netaddr.spec b/python-netaddr.spec index d41f425..5c5e361 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -1,5 +1,5 @@ # -# spec file for package +# spec file for package python-netaddr (Version 0.7.5) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,13 +17,13 @@ Name: python-netaddr -Version: 0.7.4 +Version: 0.7.5 Release: 1 License: BSD License Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses Url: http://code.google.com/p/netaddr Group: Development/Libraries/Python -Source: netaddr-%{version}.tar.gz +Source: netaddr-%{version}.tar.bz2 BuildRequires: python-devel BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build