14
0

- Require python-setuptools instead of distribute (upstreams merged)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=10
This commit is contained in:
Sascha Peilicke
2013-10-24 11:09:07 +00:00
committed by Git OBS Bridge
parent d465cad02b
commit cd5734c34a
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 24 11:09:05 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 10 02:34:53 UTC 2012 - alexandre@exatati.com.br Mon Sep 10 02:34:53 UTC 2012 - alexandre@exatati.com.br

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-netaddr # spec file for package python-netaddr
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -11,10 +11,11 @@
# case the license is the MIT License). An "Open Source License" is a # case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: python-netaddr Name: python-netaddr
Version: 0.7.10 Version: 0.7.10
Release: 0 Release: 0
@@ -25,7 +26,7 @@ Group: Development/Languages/Python
Source: netaddr-%{version}.tar.bz2 Source: netaddr-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-distribute BuildRequires: python-setuptools
%if 0%{?suse_version} %if 0%{?suse_version}
%py_requires %py_requires
%if 0%{?suse_version} > 1110 %if 0%{?suse_version} > 1110