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
This commit is contained in:
parent
d6c122e0c2
commit
4d04d239d1
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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user