From b89666545b48408d1056e4dc60afd5b8d667397beed7797cc7a957e4944384cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 18 Sep 2019 09:15:41 +0000 Subject: [PATCH 1/2] - Restrict pytest to < 3.0 as newer released do not work with this package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CacheControl?expand=0&rev=11 --- python-CacheControl.changes | 6 ++++++ python-CacheControl.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-CacheControl.changes b/python-CacheControl.changes index 924b2ff..c7bf2ea 100644 --- a/python-CacheControl.changes +++ b/python-CacheControl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 18 09:15:22 UTC 2019 - Tomáš Chvátal + +- Restrict pytest to < 3.0 as newer released do not work with + this package + ------------------------------------------------------------------- Fri Apr 5 07:14:44 UTC 2019 - Tomáš Chvátal diff --git a/python-CacheControl.spec b/python-CacheControl.spec index 2df6546..e4e5f37 100644 --- a/python-CacheControl.spec +++ b/python-CacheControl.spec @@ -39,7 +39,7 @@ BuildRequires: python3-CherryPy BuildRequires: python3-lockfile >= 0.9 BuildRequires: python3-mock BuildRequires: python3-msgpack -BuildRequires: python3-pytest +BuildRequires: python3-pytest < 4 BuildRequires: python3-redis >= 2.10.5 BuildRequires: python3-requests # /SECTION From 32e0a65362396e34182b91a20c6610d85231935e925928151eff2d58e6c2a48c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 23 Sep 2019 07:39:43 +0000 Subject: [PATCH 2/2] - Restrict pytest to 3.x as newer released do not work with OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CacheControl?expand=0&rev=12 --- python-CacheControl.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-CacheControl.changes b/python-CacheControl.changes index c7bf2ea..59a0d8b 100644 --- a/python-CacheControl.changes +++ b/python-CacheControl.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Wed Sep 18 09:15:22 UTC 2019 - Tomáš Chvátal -- Restrict pytest to < 3.0 as newer released do not work with +- Restrict pytest to 3.x as newer released do not work with this package -------------------------------------------------------------------