Accepting request 889190 from home:mcalabkova:branches:devel:languages:python:numeric

- Update to 1.0.3
  * Added new object: MML, Music Macro Language evaluator.
  * Fixed segfault in reducePoints function.
  * PVBuffer's length attribute can now be changed dynamically.
  * Added the first version of the Events framework.
  * Expr API: Expr now can handle multiple input sources.
  * Expr API: Expr now can generate multiple output signals.
  * CallAfter's time and arg arguments can be changed dynamically.
  * Epyo: Added auto complete for cpp file (from corresponding header file).
- Add upstream-but-rebased py39.patch to fix build with python 3.9
- Pull LICENSE from github because it isn't in the tarball

OBS-URL: https://build.opensuse.org/request/show/889190
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyo?expand=0&rev=5
This commit is contained in:
2021-04-29 07:10:57 +00:00
committed by Git OBS Bridge
parent 87fed777bf
commit 86b500ff82
6 changed files with 235 additions and 17 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Apr 29 06:57:28 UTC 2021 - Markéta Machová <mmachova@suse.com>
- Update to 1.0.3
* Added new object: MML, Music Macro Language evaluator.
* Fixed segfault in reducePoints function.
* PVBuffer's length attribute can now be changed dynamically.
* Added the first version of the Events framework.
* Expr API: Expr now can handle multiple input sources.
* Expr API: Expr now can generate multiple output signals.
* CallAfter's time and arg arguments can be changed dynamically.
* Epyo: Added auto complete for cpp file (from corresponding header file).
- Add upstream-but-rebased py39.patch to fix build with python 3.9
- Pull LICENSE from github because it isn't in the tarball
-------------------------------------------------------------------
Wed Oct 31 01:57:15 UTC 2018 - Todd R <toddrme2178@gmail.com>