From a1eefe56d9e9fcd1eb88e9acc4fe4060807aafda1985ea622c6b283215b07d17 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Fri, 10 Dec 2021 07:13:15 +0000 Subject: [PATCH] Accepting request 937331 from home:susnux:branches:devel:languages:python Skip build for python 2 to fix build on Leap hypothesis is not python 2 compatible anymore, so either no tests or no build with python2. And as no tests mean no trustful build -> no build OBS-URL: https://build.opensuse.org/request/show/937331 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parver?expand=0&rev=8 --- python-parver.changes | 7 +++++++ python-parver.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/python-parver.changes b/python-parver.changes index 26e3e10..3a400db 100644 --- a/python-parver.changes +++ b/python-parver.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Dec 8 22:33:56 UTC 2021 - Ferdinand Thiessen + +- Skip build for python 2 to fix build on Leap + * hypothesis is not python 2 compatible anymore, so either no + tests or no build with python2. + ------------------------------------------------------------------- Fri Jan 22 09:28:08 UTC 2021 - Markéta Machová diff --git a/python-parver.spec b/python-parver.spec index 703dcd7..80fd900 100644 --- a/python-parver.spec +++ b/python-parver.spec @@ -17,6 +17,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +# hypothesis, as a dependency of this, is not python2 compatible anymore +%define skip_python2 1 Name: python-parver Version: 0.3.1 Release: 0