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