Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-python-rtmidi for openSUSE:Factory checked in at 2023-02-21 15:36:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python-rtmidi (Old) and /work/SRC/openSUSE:Factory/.python-python-rtmidi.new.22824 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-rtmidi" Tue Feb 21 15:36:35 2023 rev:8 rq:1066960 version:1.4.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python-rtmidi/python-python-rtmidi.changes 2021-06-24 18:22:46.948930081 +0200 +++ /work/SRC/openSUSE:Factory/.python-python-rtmidi.new.22824/python-python-rtmidi.changes 2023-02-21 15:36:54.064583208 +0100 @@ -1,0 +2,5 @@ +Tue Feb 21 09:57:05 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com> + +- Skip python 3.11, not supported yet gh#SpotlightKid/python-rtmidi#115 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python-rtmidi.spec ++++++ --- /var/tmp/diff_new_pack.kseT1g/_old 2023-02-21 15:36:54.528585875 +0100 +++ /var/tmp/diff_new_pack.kseT1g/_new 2023-02-21 15:36:54.536585921 +0100 @@ -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 @@ %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