From 83548dd823976b33da7f9f96555041ed5295bd8c241ee2134879f0cfbc00f9d0 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 28 Apr 2021 02:31:51 +0000 Subject: [PATCH] - Do not build for Python 3.6, due to no NumPy. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyRect?expand=0&rev=3 --- python-PyRect.changes | 5 +++++ python-PyRect.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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