14
0

Accepting request 298536 from home:tbechtold:branches:devel:languages:python

New upstream release

OBS-URL: https://build.opensuse.org/request/show/298536
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=74
This commit is contained in:
Michal Čihař
2015-04-22 09:54:47 +00:00
committed by Git OBS Bridge
parent 4b4e92c0f1
commit 02eacb1285
5 changed files with 12 additions and 28 deletions

View File

@@ -17,7 +17,7 @@
Name: python-setuptools
Version: 15.0
Version: 15.1
Release: 0
Url: http://pypi.python.org/pypi/setuptools
Summary: Easily download, build, install, upgrade, and uninstall Python packages
@@ -27,9 +27,6 @@ Source: https://pypi.python.org/packages/source/s/setuptools/setuptools-
Source1: psfl.txt
Source2: zpl.txt
Patch1: setuptools-5.4.1-create-sitedir.patch
# NOTE(toabctl): patch submitted upstream
# See https://bitbucket.org/pypa/setuptools/pull-request/127/fix-typeerror-for-pytestskip/
Patch2: fix-type-error.patch
# NOTE(toabctl): Fix for SLE11SP3 test failures
Patch3: fix-sle11-test-failure.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -62,7 +59,6 @@ especially ones that have dependencies on other packages.
%prep
%setup -q -n setuptools-%{version}
%patch1 -p1
%patch2 -p1
%if 0%{?suse_version} && 0%{?suse_version} <= 1220
%patch3 -p1
%endif