diff --git a/python-PyRect.changes b/python-PyRect.changes index 53d04ff..b45ac97 100644 --- a/python-PyRect.changes +++ b/python-PyRect.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 28 02:31:13 UTC 2021 - Steve Kowalik + +- Do not build for Python 3.6, due to no NumPy. + ------------------------------------------------------------------- Mon May 4 14:46:35 UTC 2020 - Johannes Grassler diff --git a/python-PyRect.spec b/python-PyRect.spec index e749bc9..3cdbe2a 100644 --- a/python-PyRect.spec +++ b/python-PyRect.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyRect # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python36 1 Name: python-PyRect Version: 0.1.4 Release: 0 Summary: Rect class for Pygame-like rectangular areas License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/asweigart/pyrect Source: https://files.pythonhosted.org/packages/source/P/PyRect/PyRect-%{version}.tar.gz Source1: https://raw.githubusercontent.com/asweigart/PyRect/master/LICENSE.txt