From de637b95a6976e11d0bdb25eaadd483fe7345f9944b3f344e457161dde563140 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Thu, 31 May 2012 05:12:44 +0000 Subject: [PATCH] - Update to 0.7.7: * Comprehensive documentation update! It's only taken 4 years to get around to using Sphinx and I can confirm it is **TOTALLY AWESOME!** * Various bug fixes * Refreshed IEEE OUI and IAB data * FIXED Issue 24 - http://github.com/drkjam/netaddr/issues/24 - Fixed TypeError when comparing BaseIP instance with non-BaseIP objects. Thanks pvaret * FIXED Issue 17 - http://github.com/drkjam/netaddr/issues/17 - For large ipv6 networks the .subnet() method fails. Thanks daveyss * FIXED Issue 20 - http://github.com/drkjam/netaddr/issues/20 - Test failure with Python 3. Thanks Arfrever OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=7 --- netaddr-0.7.6.tar.bz2 | 3 --- netaddr-0.7.7.tar.bz2 | 3 +++ python-netaddr.changes | 18 ++++++++++++++++++ python-netaddr.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 netaddr-0.7.6.tar.bz2 create mode 100644 netaddr-0.7.7.tar.bz2 diff --git a/netaddr-0.7.6.tar.bz2 b/netaddr-0.7.6.tar.bz2 deleted file mode 100644 index 1651e9c..0000000 --- a/netaddr-0.7.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f147e05d3480acc79758ad49405414a19b9c9a7d940948d1a5836a78cf75f8b -size 927647 diff --git a/netaddr-0.7.7.tar.bz2 b/netaddr-0.7.7.tar.bz2 new file mode 100644 index 0000000..68131d4 --- /dev/null +++ b/netaddr-0.7.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa93b8dd095e340d85ace1b2e64872034e3398335c1fb3ab7228bf850c912b91 +size 999055 diff --git a/python-netaddr.changes b/python-netaddr.changes index edcaf48..8e1371f 100644 --- a/python-netaddr.changes +++ b/python-netaddr.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu May 31 05:08:00 UTC 2012 - alexandre@exatati.com.br + +- Update to 0.7.7: + * Comprehensive documentation update! It's only taken 4 years + to get around to using Sphinx and I can confirm it is + **TOTALLY AWESOME!** + * Various bug fixes + * Refreshed IEEE OUI and IAB data + * FIXED Issue 24 - http://github.com/drkjam/netaddr/issues/24 + - Fixed TypeError when comparing BaseIP instance with + non-BaseIP objects. Thanks pvaret + * FIXED Issue 17 - http://github.com/drkjam/netaddr/issues/17 + - For large ipv6 networks the .subnet() method fails. Thanks + daveyss + * FIXED Issue 20 - http://github.com/drkjam/netaddr/issues/20 + - Test failure with Python 3. Thanks Arfrever + ------------------------------------------------------------------- Tue Sep 20 13:43:05 UTC 2011 - saschpe@suse.de diff --git a/python-netaddr.spec b/python-netaddr.spec index 9ca2ffc..76ab883 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -1,7 +1,7 @@ # # spec file for package python-netaddr # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # Name: python-netaddr -Version: 0.7.6 +Version: 0.7.7 Release: 0 Url: http://github.com/drkjam/netaddr Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses