From e223fa131f54f4f2aa20528f992876bbcd10f010f6f37cfe604b8e309ee3e918 Mon Sep 17 00:00:00 2001 From: Claudio Freire Date: Wed, 25 Mar 2015 16:46:25 +0000 Subject: [PATCH] Update to upstream ipaddr 2.1.11 - hostmask parsing bug fixed by pmarks (a nearly complete rewrite of the mask parsing code) - i97, incorrectly parses some v6 addresses. - docstring typos. - i95, refer to the nets in the exception raised by collapse_address_list - add license to boilerplate to test-2to3.sh OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ipaddr?expand=0&rev=36 --- ipaddr-2.1.10.tar.gz | 3 --- ipaddr-2.1.11.tar.gz | 3 +++ python-ipaddr.changes | 10 ++++++++++ python-ipaddr.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 ipaddr-2.1.10.tar.gz create mode 100644 ipaddr-2.1.11.tar.gz diff --git a/ipaddr-2.1.10.tar.gz b/ipaddr-2.1.10.tar.gz deleted file mode 100644 index df0d47a..0000000 --- a/ipaddr-2.1.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2c3bfd45147e5773108d2c8d3c65102ff234f06e2f1049a0febfa31dde4cca3 -size 29004 diff --git a/ipaddr-2.1.11.tar.gz b/ipaddr-2.1.11.tar.gz new file mode 100644 index 0000000..c54703f --- /dev/null +++ b/ipaddr-2.1.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b555b8a8800134fdafe32b7d0cb52f5bdbfdd093707c3dd484c5ea59f1d98b7 +size 29046 diff --git a/python-ipaddr.changes b/python-ipaddr.changes index a94550b..0891011 100644 --- a/python-ipaddr.changes +++ b/python-ipaddr.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Mar 25 16:32:23 UTC 2015 - klaussfreire@gmail.com + +Update to upstream ipaddr 2.1.11 +- hostmask parsing bug fixed by pmarks (a nearly complete rewrite of the mask parsing code) +- i97, incorrectly parses some v6 addresses. +- docstring typos. +- i95, refer to the nets in the exception raised by collapse_address_list +- add license to boilerplate to test-2to3.sh + ------------------------------------------------------------------- Thu Oct 24 11:06:59 UTC 2013 - speilicke@suse.com diff --git a/python-ipaddr.spec b/python-ipaddr.spec index 55c816b..d4cf186 100644 --- a/python-ipaddr.spec +++ b/python-ipaddr.spec @@ -1,7 +1,7 @@ # # spec file for package python-ipaddr # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-ipaddr -Version: 2.1.10 +Version: 2.1.11 Release: 0 Url: http://code.google.com/p/ipaddr-py/ Summary: Google's IP address manipulation library