14
0

Accepting request 821968 from devel:languages:python

- Fix rpmlint warnings
- Update to 1.4.2
Enhancements:
  * Added more helpful aliases for MIDI events/controllers
    constants
Examples:
  * Added ccstore advanced example to show how to remember last
    seen controller change values

OBS-URL: https://build.opensuse.org/request/show/821968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-rtmidi?expand=0&rev=2
This commit is contained in:
2020-07-20 19:09:22 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jul 20 17:44:05 UTC 2020 - Mia Herkt <mia@0x0.st>
- Fix rpmlint warnings
- Update to 1.4.2
Enhancements:
* Added more helpful aliases for MIDI events/controllers
constants
Examples:
* Added ccstore advanced example to show how to remember last
seen controller change values
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 22 19:29:15 UTC 2020 - Mia Herkt <mia@0x0.st> Mon Jun 22 19:29:15 UTC 2020 - Mia Herkt <mia@0x0.st>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-rtmidi Name: python-python-rtmidi
Version: 1.4.1 Version: 1.4.2
Release: 0 Release: 0
Summary: Python binding for the RtMidi C++ library Summary: Python binding for the RtMidi C++ library
License: MIT License: MIT
@@ -59,6 +59,7 @@ Contains HTML documentation and examples for python-rtmidi.
%prep %prep
%setup -q -n python-rtmidi-%{version} %setup -q -n python-rtmidi-%{version}
sed -i 's,/usr/bin/env python,/usr/bin/%{python_for_executables},' examples/*.py examples/*/*.py
%build %build
%python_build %python_build
@@ -70,6 +71,7 @@ rm docs/modules.rst
sphinx-apidoc -o docs/ rtmidi rtmidi/release.py sphinx-apidoc -o docs/ rtmidi rtmidi/release.py
cat docs/api.rst.inc >> docs/rtmidi.rst cat docs/api.rst.inc >> docs/rtmidi.rst
%make_build -C docs html %make_build -C docs html
rm docs/_build/html/.buildinfo docs/_build/html/objects.inv
%install %install
%python_install %python_install

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07bfecdbd6f1abe11f57f4448cf1da29dc199daee16ee7e5a8db092a2d1c1e2c
size 246566

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3721ed3643f407cd96ad377cff0c2e28f2e8df0abbbe15a8a9668daae0b2b743
size 247160