From fd1558550c4370f14b282470be870da274aa1e75870391371b01c214c10cb966 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 072ba309ee68dc9dd98e5d2ae0bb78ad00acaec5ded69b82c5bf7ae921e77863 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 -------------------------------------------------------------------