From 7557cc4b6bdf496045a33e9275cc166715ef1240702152b69f03f39cc2481a78 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 5 Jan 2016 16:09:54 +0000 Subject: [PATCH] Accepting request 351998 from Cloud:OpenStack:Master - BuildRequire python-pytest-cov >= 1.7 because openSUSE-13.1 build failed with python-pytest-cov-1.6 OBS-URL: https://build.opensuse.org/request/show/351998 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=13 --- python-PyJWT.changes | 5 +++++ python-PyJWT.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-PyJWT.changes b/python-PyJWT.changes index 42a9318..70d8841 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 5 09:38:01 UTC 2016 - bwiedemann@suse.com + +- BuildRequire python-pytest-cov >= 1.7 + ------------------------------------------------------------------- Thu Nov 5 10:38:45 UTC 2015 - toddrme2178@gmail.com diff --git a/python-PyJWT.spec b/python-PyJWT.spec index 00d3081..1d283bd 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyJWT # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -32,7 +32,7 @@ BuildRequires: python-devel BuildRequires: python-ecdsa BuildRequires: python-pycrypto BuildRequires: python-pytest -BuildRequires: python-pytest-cov +BuildRequires: python-pytest-cov >= 1.7 BuildRequires: python-pytest-runner BuildRequires: python-setuptools Requires: python-cryptography