From 2e6ae7cbd2867ac8bb9e4eece2ac68eecc37abb815efc9c07a86c119b2b0edf6 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Wed, 29 Aug 2012 05:27:01 +0000 Subject: [PATCH 1/2] - Update to 0.7.9: * Re-release to fix build removing Sphinx dependency. - Aditional changes from 0.7.8: * New SAX parser for IANA data source files (contributed by Andrew Stromnov) * Fixed pickling failures with EUI, OUI and IAB classes. FIXED Issue 31 - http://github.com/drkjam/netaddr/issues/31 - Exclude '39.0.0.0/8' network from reserved set. Thanks Andrew Stromnov FIXED Issue 28 - http://github.com/drkjam/netaddr/issues/28 - Fix algorithm in ipv6_link_local to fully conform to rfc4291. Thanks Philipp Wollermann FIXED Issue 25 - http://github.com/drkjam/netaddr/issues/25 - install_requires is too aggressive? Thanks Adam Lindsay and commenters. FIXED Issue 21 - http://github.com/drkjam/netaddr/issues/21 - deepcopy for EUI fails. Thanks Ryan Nowakowski. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=8 --- netaddr-0.7.7.tar.bz2 | 3 --- netaddr-0.7.9.tar.bz2 | 3 +++ python-netaddr.changes | 21 +++++++++++++++++++++ python-netaddr.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 netaddr-0.7.7.tar.bz2 create mode 100644 netaddr-0.7.9.tar.bz2 diff --git a/netaddr-0.7.7.tar.bz2 b/netaddr-0.7.7.tar.bz2 deleted file mode 100644 index 68131d4..0000000 --- a/netaddr-0.7.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa93b8dd095e340d85ace1b2e64872034e3398335c1fb3ab7228bf850c912b91 -size 999055 diff --git a/netaddr-0.7.9.tar.bz2 b/netaddr-0.7.9.tar.bz2 new file mode 100644 index 0000000..e2fa2fb --- /dev/null +++ b/netaddr-0.7.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84c5c319d8af6c87c2d66ddd2a20bd532f498ddd8214c82f1d2c275ed2469e7 +size 1005709 diff --git a/python-netaddr.changes b/python-netaddr.changes index 8e1371f..25431be 100644 --- a/python-netaddr.changes +++ b/python-netaddr.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Aug 29 05:12:38 UTC 2012 - alexandre@exatati.com.br + +- Update to 0.7.9: + * Re-release to fix build removing Sphinx dependency. +- Aditional changes from 0.7.8: + * New SAX parser for IANA data source files (contributed by + Andrew Stromnov) + * Fixed pickling failures with EUI, OUI and IAB classes. + FIXED Issue 31 - http://github.com/drkjam/netaddr/issues/31 + - Exclude '39.0.0.0/8' network from reserved set. Thanks + Andrew Stromnov + FIXED Issue 28 - http://github.com/drkjam/netaddr/issues/28 + - Fix algorithm in ipv6_link_local to fully conform to rfc4291. + Thanks Philipp Wollermann + FIXED Issue 25 - http://github.com/drkjam/netaddr/issues/25 + - install_requires is too aggressive? Thanks Adam Lindsay and + commenters. + FIXED Issue 21 - http://github.com/drkjam/netaddr/issues/21 + - deepcopy for EUI fails. Thanks Ryan Nowakowski. + ------------------------------------------------------------------- Thu May 31 05:08:00 UTC 2012 - alexandre@exatati.com.br diff --git a/python-netaddr.spec b/python-netaddr.spec index 76ab883..3abb8c0 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -16,7 +16,7 @@ # Name: python-netaddr -Version: 0.7.7 +Version: 0.7.9 Release: 0 Url: http://github.com/drkjam/netaddr Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses From d465cad02b3a8b466e14bbb632da9a6871381ba8b115bcc3dfaf4d00ebe1898f Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Mon, 10 Sep 2012 02:37:09 +0000 Subject: [PATCH 2/2] - Update to 0.7.10: * A bunch of Python 3.x bug fixes. Thanks Arfrever. * Extended nmap support to cover full target specification. FIXED Issue 36 - http://github.com/drkjam/netaddr/issues/36 - ResourceWarnings with Python >=3.2 FIXED Issue 35 - http://github.com/drkjam/netaddr/issues/35 - netaddr-0.7.9: Test failure with Python 3 FIXED Issue 34 - http://github.com/drkjam/netaddr/issues/34 - netaddr.ip.iana.SaxRecordParser.endElement() incompatible with Python 3.1 FIXED Issue 33 - http://github.com/drkjam/netaddr/issues/33 - netaddr script not installed with Python 3 FIXED Issue 23 - http://github.com/drkjam/netaddr/issues/23 - valid_nmap_range() does not validate nmap format case. FIXED Issue 22 - http://github.com/drkjam/netaddr/issues/22 - all_matching_cidrs: documentation incorrect OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=9 --- netaddr-0.7.10.tar.bz2 | 3 +++ netaddr-0.7.9.tar.bz2 | 3 --- python-netaddr.changes | 20 ++++++++++++++++++++ python-netaddr.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 netaddr-0.7.10.tar.bz2 delete mode 100644 netaddr-0.7.9.tar.bz2 diff --git a/netaddr-0.7.10.tar.bz2 b/netaddr-0.7.10.tar.bz2 new file mode 100644 index 0000000..3744f40 --- /dev/null +++ b/netaddr-0.7.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67aa3fe1f8ebff5b11e7a319b722d1ac93a18e77bebb1ea36eeb4b5c7810caef +size 1007233 diff --git a/netaddr-0.7.9.tar.bz2 b/netaddr-0.7.9.tar.bz2 deleted file mode 100644 index e2fa2fb..0000000 --- a/netaddr-0.7.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a84c5c319d8af6c87c2d66ddd2a20bd532f498ddd8214c82f1d2c275ed2469e7 -size 1005709 diff --git a/python-netaddr.changes b/python-netaddr.changes index 25431be..4461b0f 100644 --- a/python-netaddr.changes +++ b/python-netaddr.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Sep 10 02:34:53 UTC 2012 - alexandre@exatati.com.br + +- Update to 0.7.10: + * A bunch of Python 3.x bug fixes. Thanks Arfrever. + * Extended nmap support to cover full target specification. + FIXED Issue 36 - http://github.com/drkjam/netaddr/issues/36 + - ResourceWarnings with Python >=3.2 + FIXED Issue 35 - http://github.com/drkjam/netaddr/issues/35 + - netaddr-0.7.9: Test failure with Python 3 + FIXED Issue 34 - http://github.com/drkjam/netaddr/issues/34 + - netaddr.ip.iana.SaxRecordParser.endElement() incompatible + with Python 3.1 + FIXED Issue 33 - http://github.com/drkjam/netaddr/issues/33 + - netaddr script not installed with Python 3 + FIXED Issue 23 - http://github.com/drkjam/netaddr/issues/23 + - valid_nmap_range() does not validate nmap format case. + FIXED Issue 22 - http://github.com/drkjam/netaddr/issues/22 + - all_matching_cidrs: documentation incorrect + ------------------------------------------------------------------- Wed Aug 29 05:12:38 UTC 2012 - alexandre@exatati.com.br diff --git a/python-netaddr.spec b/python-netaddr.spec index 3abb8c0..1c0ec10 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -16,7 +16,7 @@ # Name: python-netaddr -Version: 0.7.9 +Version: 0.7.10 Release: 0 Url: http://github.com/drkjam/netaddr Summary: Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses