From e4e9ab840d91f733ed41e0ccd87b11a9147d0099f1868fe4d28f5718051d7e6d Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 6 Dec 2011 17:56:07 +0000 Subject: [PATCH 1/3] Updating link to change in openSUSE:Factory/python-ipaddr revision 4.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ipaddr?expand=0&rev=75e7af4d506cb0b9b09844d97dc11441 --- python-ipaddr.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ipaddr.spec b/python-ipaddr.spec index 72e8585..f628e18 100644 --- a/python-ipaddr.spec +++ b/python-ipaddr.spec @@ -20,7 +20,7 @@ Version: 2.1.9 Release: 0 Url: http://code.google.com/p/ipaddr-py/ Summary: Google's IP address manipulation library -License: Apache License, Version 2.0 +License: Apache-2.0 Group: Development/Languages/Python Source: ipaddr-%{version}.tar.gz # PATCH-FIX-UPSTREAM license-fix-i90.patch [#90] From d6c122e0c2438715f118a78f5030b630643fa8c11dc00acb4062285734b79319 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Mon, 12 Dec 2011 09:02:38 +0000 Subject: [PATCH 2/3] remove %debug_package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ipaddr?expand=0&rev=21 --- python-ipaddr.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-ipaddr.spec b/python-ipaddr.spec index f628e18..5dc50ae 100644 --- a/python-ipaddr.spec +++ b/python-ipaddr.spec @@ -11,10 +11,12 @@ # 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 Release: 0 From 4d04d239d1fbdc0f2b1b9f5c3fda04cf905d0216057bb8f6ab375824ed5e6c6c Mon Sep 17 00:00:00 2001 From: Claudio Freire Date: Sun, 22 Jan 2012 05:56:55 +0000 Subject: [PATCH 3/3] 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.- OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ipaddr?expand=0&rev=22 --- ipaddr-2.1.10.tar.gz | 3 +++ ipaddr-2.1.9.tar.gz | 3 --- license-fix-i90.patch | 13 ------------- python-ipaddr.changes | 12 ++++++++++++ python-ipaddr.spec | 7 ++----- 5 files changed, 17 insertions(+), 21 deletions(-) create mode 100644 ipaddr-2.1.10.tar.gz delete mode 100644 ipaddr-2.1.9.tar.gz delete mode 100644 license-fix-i90.patch 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 5dc50ae..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 @@ -18,15 +18,13 @@ 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 @@ -46,7 +44,6 @@ addresses and prefixes. %prep %setup -q -n ipaddr-%{version} -%patch0 -p0 sed -i "1d" ipaddr.py # Fix non-executable script %build