14
0

Accepting request 1186087 from devel:languages:python

- Remove upper bound on Cython.

OBS-URL: https://build.opensuse.org/request/show/1186087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-rtmidi?expand=0&rev=12
This commit is contained in:
2024-07-08 17:08:45 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 8 06:42:00 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Remove upper bound on Cython.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 11 13:56:06 UTC 2023 - Mia Herkt <mia@0x0.st> Mon Dec 11 13:56:06 UTC 2023 - Mia Herkt <mia@0x0.st>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-python-rtmidi # spec file for package python-python-rtmidi
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 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
@@ -21,10 +21,9 @@ Version: 1.5.8
Release: 0 Release: 0
Summary: Python binding for the RtMidi C++ library Summary: Python binding for the RtMidi C++ library
License: MIT License: MIT
Group: Development/Languages/Python
URL: https://spotlightkid.github.io/python-rtmidi/ URL: https://spotlightkid.github.io/python-rtmidi/
Source: https://files.pythonhosted.org/packages/source/p/python-rtmidi/python_rtmidi-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/python-rtmidi/python_rtmidi-%{version}.tar.gz
BuildRequires: %{python_module Cython <= 1.0.0} BuildRequires: %{python_module Cython}
BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module meson-python} BuildRequires: %{python_module meson-python}
@@ -73,6 +72,6 @@ rm src/_rtmidi.cpp
%doc AUTHORS.md CHANGELOG.md README.md %doc AUTHORS.md CHANGELOG.md README.md
%doc examples %doc examples
%{python_sitearch}/rtmidi %{python_sitearch}/rtmidi
%{python_sitearch}/python_rtmidi-%{version}*-info %{python_sitearch}/python_rtmidi-%{version}.dist-info
%changelog %changelog