forked from pool/python-python-rtmidi
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:
@@ -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>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-python-rtmidi
|
||||
Version: 1.4.1
|
||||
Version: 1.4.2
|
||||
Release: 0
|
||||
Summary: Python binding for the RtMidi C++ library
|
||||
License: MIT
|
||||
@@ -59,6 +59,7 @@ Contains HTML documentation and examples for python-rtmidi.
|
||||
|
||||
%prep
|
||||
%setup -q -n python-rtmidi-%{version}
|
||||
sed -i 's,/usr/bin/env python,/usr/bin/%{python_for_executables},' examples/*.py examples/*/*.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
@@ -70,6 +71,7 @@ rm docs/modules.rst
|
||||
sphinx-apidoc -o docs/ rtmidi rtmidi/release.py
|
||||
cat docs/api.rst.inc >> docs/rtmidi.rst
|
||||
%make_build -C docs html
|
||||
rm docs/_build/html/.buildinfo docs/_build/html/objects.inv
|
||||
|
||||
%install
|
||||
%python_install
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07bfecdbd6f1abe11f57f4448cf1da29dc199daee16ee7e5a8db092a2d1c1e2c
|
||||
size 246566
|
3
python-rtmidi-1.4.2.tar.gz
Normal file
3
python-rtmidi-1.4.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3721ed3643f407cd96ad377cff0c2e28f2e8df0abbbe15a8a9668daae0b2b743
|
||||
size 247160
|
Reference in New Issue
Block a user