15
0

Accepting request 307134 from home:benoit_monin:branches:devel:languages:python

- update to version 2.0.18
- remove version limitation for nose
- pass -q to test to avoid spamming the build log

OBS-URL: https://build.opensuse.org/request/show/307134
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=28
This commit is contained in:
Jan Matejek
2015-05-18 13:36:47 +00:00
committed by Git OBS Bridge
parent 2030440379
commit 7ace6e2de1
4 changed files with 53 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-WebTest
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-WebTest
Version: 2.0.11
Version: 2.0.18
Release: 0
Url: http://webtest.pythonpaste.org/
Summary: Helper to test WSGI applications
@@ -74,6 +74,8 @@ This package contains documentation files for %{name}.
%prep
%setup -q -n WebTest-%{version}
# remove version limitation for nose
sed -i 's/nose<1\.3\.0/nose/' setup.py
%build
python setup.py build
@@ -84,7 +86,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%if 0%{?suse_version} > 1110
%check
python setup.py test
python setup.py -q test
%endif
%files