From 3755264c0d2a57f1bb57e2b0d1aaf85a391645164280d2ad89f13832a11081ed Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 21 Feb 2023 09:58:02 +0000 Subject: [PATCH] - Skip python 3.11, not supported yet gh#SpotlightKid/python-rtmidi#115 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rtmidi?expand=0&rev=15 --- python-python-rtmidi.changes | 5 +++++ python-python-rtmidi.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/python-python-rtmidi.changes b/python-python-rtmidi.changes index 3a0a3ce..c3c89a3 100644 --- a/python-python-rtmidi.changes +++ b/python-python-rtmidi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 21 09:57:05 UTC 2023 - Daniel Garcia + +- Skip python 3.11, not supported yet gh#SpotlightKid/python-rtmidi#115 + ------------------------------------------------------------------- Wed Jun 23 17:28:07 UTC 2021 - Mia Herkt diff --git a/python-python-rtmidi.spec b/python-python-rtmidi.spec index 98cd006..9223c4f 100644 --- a/python-python-rtmidi.spec +++ b/python-python-rtmidi.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-rtmidi # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +# Do not support python 3.11 yet, gh#SpotlightKid/python-rtmidi#115 +%define skip_python311 1 Name: python-python-rtmidi Version: 1.4.9 Release: 0 @@ -84,7 +85,8 @@ rm docs/_build/html/.buildinfo docs/_build/html/objects.inv %files %{python_files} %license LICENSE.txt %doc AUTHORS.rst CHANGELOG.rst README.rst -%{python_sitearch}/* +%{python_sitearch}/rtmidi +%{python_sitearch}/python_rtmidi-%{version}*-info %files %{python_files doc} %doc docs/_build/html examples