14
0

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:
2014-12-01 17:30:09 +00:00
committed by Git OBS Bridge
parent 1efb001c88
commit 0804c6881a
4 changed files with 42 additions and 9 deletions

View File

@@ -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()")}