14
0
forked from pool/python-PyRect

- 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
This commit is contained in:
2021-04-28 02:31:51 +00:00
committed by Git OBS Bridge
parent acf9cb4fcd
commit 83548dd823
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 28 02:31:13 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Do not build for Python 3.6, due to no NumPy.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 4 14:46:35 UTC 2020 - Johannes Grassler <johannes.grassler@suse.com> Mon May 4 14:46:35 UTC 2020 - Johannes Grassler <johannes.grassler@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-PyRect # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python36 1
Name: python-PyRect Name: python-PyRect
Version: 0.1.4 Version: 0.1.4
Release: 0 Release: 0
Summary: Rect class for Pygame-like rectangular areas Summary: Rect class for Pygame-like rectangular areas
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/asweigart/pyrect URL: https://github.com/asweigart/pyrect
Source: https://files.pythonhosted.org/packages/source/P/PyRect/PyRect-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/P/PyRect/PyRect-%{version}.tar.gz
Source1: https://raw.githubusercontent.com/asweigart/PyRect/master/LICENSE.txt Source1: https://raw.githubusercontent.com/asweigart/PyRect/master/LICENSE.txt