Accepting request 102122 from devel:languages:python
Updated to 2.1.10 from upstream. Tested against a personal project's unit tests that need ipaddr, no issues. OBS-URL: https://build.opensuse.org/request/show/102122 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipaddr?expand=0&rev=5
This commit is contained in:
commit
1e6f9d97ee
3
ipaddr-2.1.10.tar.gz
Normal file
3
ipaddr-2.1.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2c3bfd45147e5773108d2c8d3c65102ff234f06e2f1049a0febfa31dde4cca3
|
||||
size 29004
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0193fb61f59ff4c5d030eb2e24ef5550438693e5f388d526d473cac1859fc99
|
||||
size 28092
|
@ -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.
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user