From d1540e2b22c7fe7a2c906b9869b6ab580c76252587c6b70508890cfd9b93dfcc Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 16 May 2015 17:01:48 +0000 Subject: [PATCH] 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 --- pytest-cov-1.7.0.tar.gz | 3 --- pytest-cov-1.8.1.tar.gz | 3 +++ python-pytest-cov.changes | 9 +++++++++ python-pytest-cov.spec | 19 ++++++++++--------- 4 files changed, 22 insertions(+), 12 deletions(-) delete mode 100644 pytest-cov-1.7.0.tar.gz create mode 100644 pytest-cov-1.8.1.tar.gz diff --git a/pytest-cov-1.7.0.tar.gz b/pytest-cov-1.7.0.tar.gz deleted file mode 100644 index 6224e30..0000000 --- a/pytest-cov-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b49da3d45112bcd75019fbd7c12556b09e4cb54205278e6668f18d80f0d2ff69 -size 8553 diff --git a/pytest-cov-1.8.1.tar.gz b/pytest-cov-1.8.1.tar.gz new file mode 100644 index 0000000..a66db68 --- /dev/null +++ b/pytest-cov-1.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e5198c06f290e1e813d30ddd063a0401d9e3a698129ca44267781673a71285 +size 8649 diff --git a/python-pytest-cov.changes b/python-pytest-cov.changes index fc26cfa..89ef711 100644 --- a/python-pytest-cov.changes +++ b/python-pytest-cov.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue May 12 11:12:31 UTC 2015 - benoit.monin@gmx.fr + +- update to version 1.8.1: + * no changelog available +- update project URL +- increase minimum version of python-cov-core and python-pytest +- set a minimum version for python-py + ------------------------------------------------------------------- Wed Jul 30 07:27:46 UTC 2014 - toddrme2178@gmail.com diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec index 048f8cd..49c903e 100644 --- a/python-pytest-cov.spec +++ b/python-pytest-cov.spec @@ -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()")}