diff --git a/ipaddr-2.1.10.tar.gz b/ipaddr-2.1.10.tar.gz new file mode 100644 index 0000000..df0d47a --- /dev/null +++ b/ipaddr-2.1.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c3bfd45147e5773108d2c8d3c65102ff234f06e2f1049a0febfa31dde4cca3 +size 29004 diff --git a/ipaddr-2.1.9.tar.gz b/ipaddr-2.1.9.tar.gz deleted file mode 100644 index 029724d..0000000 --- a/ipaddr-2.1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0193fb61f59ff4c5d030eb2e24ef5550438693e5f388d526d473cac1859fc99 -size 28092 diff --git a/license-fix-i90.patch b/license-fix-i90.patch deleted file mode 100644 index 28350b4..0000000 --- a/license-fix-i90.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: COPYING -=================================================================== ---- COPYING (revision 233) -+++ COPYING (revision 234) -@@ -187,7 +187,7 @@ - same "printed page" as the copyright notice for easier - identification within third-party archives. - -- Copyright [yyyy] [name of copyright owner] -+ Copyright 2008 Google Inc. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. diff --git a/python-ipaddr.changes b/python-ipaddr.changes index ecb9a43..ea77df5 100644 --- a/python-ipaddr.changes +++ b/python-ipaddr.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jan 22 05:37:07 UTC 2012 - klaussfreire@gmail.com + +Update to upstream ipaddr 2.1.10 + +- i84, fix iterhosts for /31's or /127's +- private method arg cleanup. +- i83, docstring issue. +- i87, new ipv4/ipv6 parser. patch from pmarks +- i90, fix copyright. +- bytes fix. patch from pmarks.- + ------------------------------------------------------------------- Wed Nov 16 14:19:51 UTC 2011 - klaussfreire@users.sourceforge.net diff --git a/python-ipaddr.spec b/python-ipaddr.spec index f628e18..9b9a3cf 100644 --- a/python-ipaddr.spec +++ b/python-ipaddr.spec @@ -1,7 +1,7 @@ # # spec file for package python-ipaddr # -# 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 @@ -11,20 +11,20 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: python-ipaddr -Version: 2.1.9 +Version: 2.1.10 Release: 0 Url: http://code.google.com/p/ipaddr-py/ Summary: Google's IP address manipulation library License: Apache-2.0 Group: Development/Languages/Python Source: ipaddr-%{version}.tar.gz -# PATCH-FIX-UPSTREAM license-fix-i90.patch [#90] -Patch0: license-fix-i90.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute @@ -44,7 +44,6 @@ addresses and prefixes. %prep %setup -q -n ipaddr-%{version} -%patch0 -p0 sed -i "1d" ipaddr.py # Fix non-executable script %build