15
0
forked from pool/python-extras

Accepting request 209159 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/209159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-extras?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2013-12-03 09:48:09 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 25 13:49:08 UTC 2013 - speilicke@suse.com
- Drop nose buildrequires, use testtools directly
-------------------------------------------------------------------
Mon Apr 29 11:49:58 UTC 2013 - dmueller@suse.com

View File

@@ -25,8 +25,8 @@ Group: Development/Languages/Python
Url: https://github.com/testing-cabal/extras
Source: http://pypi.python.org/packages/source/e/extras/extras-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
# Test requirements:
BuildRequires: python-nose
BuildRequires: python-testtools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -50,7 +50,7 @@ python setup.py build
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
nosetests
python setup.py test
%files
%defattr(-,root,root,-)