Accepting request 307473 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/307473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-cov?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2015-05-16 17:01:48 +00:00
committed by Git OBS Bridge
parent e6f384c534
commit d1540e2b22
4 changed files with 22 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-cov
#
# 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
@@ -13,25 +13,26 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-pytest-cov
Version: 1.7.0
Version: 1.8.1
Release: 0
License: MIT
Summary: Pytest plugin for coverage reporting
Url: http://bitbucket.org/memedough/pytest-cov/overview
License: MIT
Group: Development/Languages/Python
Url: https://github.com/schlamar/pytest-cov
Source: https://pypi.python.org/packages/source/p/pytest-cov/pytest-cov-%{version}.tar.gz
BuildRequires: python-cov-core >= 1.14.0
BuildRequires: python-devel
BuildRequires: python-pytest >= 2.6.0
BuildRequires: python-setuptools
BuildRequires: python-cov-core >= 1.12
BuildRequires: python-pytest >= 2.2.3
# Test requirements:
BuildRequires: python-py
BuildRequires: python-py >= 1.4.22
BuildRequires: python-virtualenv
Requires: python-pytest >= 2.2.3
Requires: python-cov-core >= 1.12
Requires: python-cov-core >= 1.14.0
Requires: python-pytest >= 2.6.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()")}