forked from pool/python-testtools
Accepting request 263648 from home:rhafer:branches:devel:languages:python
Update to 1.5.0 OBS-URL: https://build.opensuse.org/request/show/263648 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testtools?expand=0&rev=34
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: python-testtools
|
||||
Version: 1.1.0
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: Extensions to the Python Standard Library Unit Testing Framework
|
||||
License: MIT
|
||||
@@ -29,15 +29,14 @@ Group: Development/Languages/Python
|
||||
Url: https://launchpad.net/testtools
|
||||
Source: https://pypi.python.org/packages/source/t/testtools/testtools-%{version}.tar.gz
|
||||
BuildRequires: python-devel
|
||||
# Documentation requirements:
|
||||
BuildRequires: python-Sphinx
|
||||
# Test requirements:
|
||||
%if %{with tests}
|
||||
BuildRequires: python-extras
|
||||
BuildRequires: python-python-mimeparse
|
||||
%endif
|
||||
BuildRequires: python-unittest2 >= 0.8.0
|
||||
# Documentation requirements:
|
||||
BuildRequires: python-Sphinx
|
||||
Requires: python-extras
|
||||
Requires: python-python-mimeparse
|
||||
Requires: python-unittest >= 0.8.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
Reference in New Issue
Block a user