15
0

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

- update to version 0.5.0
- add new build dependency python-pbr
- add new runtime dependencies python-pbr and python-testtools

OBS-URL: https://build.opensuse.org/request/show/307329
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testscenarios?expand=0&rev=9
This commit is contained in:
Michal Čihař
2015-05-15 13:30:46 +00:00
committed by Git OBS Bridge
parent 76a491a582
commit 23ee802057
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri May 15 12:47:31 UTC 2015 - benoit.monin@gmx.fr
- update to version 0.5.0:
* Tests fixed for Python 3.3, 3.4, 3.5. (Robert Collins)
- add new build dependency python-pbr
- add new runtime dependencies python-pbr and python-testtools
-------------------------------------------------------------------
Mon May 6 07:14:03 UTC 2013 - speilicke@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-testscenarios
#
# Copyright (c) 2013 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-testscenarios
Version: 0.4
Version: 0.5.0
Release: 0
Url: https://launchpad.net/testscenarios
Summary: Testscenarios, a pyunit extension for dependency injection
@@ -26,10 +26,13 @@ Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/t/testscenarios/testscenarios-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-pbr >= 0.11
BuildRequires: python-testtools
# Test requirements:
BuildRequires: python-extras
BuildRequires: python-nose
BuildRequires: python-testtools
Requires: python-pbr >= 0.11
Requires: python-testtools
%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()")}
%else

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4feeee84f7fd8a6258fc00671e1521f80cb68d2fec1e2908b3ab52bcf396e198
size 22768

BIN
testscenarios-0.5.0.tar.gz LFS Normal file

Binary file not shown.