14
0

Accepting request 519225 from home:TheBlackCat:branches:devel:languages:python

- Update to 0.2.11
  * Fix use-after-free memory issue in callback handler.
  * Fix docstring for get_output_latency().
- Update to 0.2.10
  * Release the GIL during PortAudio I/O calls to avoid potential deadlock.
  * Add a few automated unit tests.
- Update to PyAudio 0.2.9
  * Fix overflow error handling logic for pa_read_stream.
  * Fix IOError arguments.
  * Python library surfaces issues with importing low-level C module.
  * Code formatting update.
  * Updates to examples for Python 3 compatibility.
- Implement single-spec version
- Fix source URL

OBS-URL: https://build.opensuse.org/request/show/519225
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyAudio?expand=0&rev=6
This commit is contained in:
Todd R
2017-08-28 20:45:27 +00:00
committed by Git OBS Bridge
parent de8b782ccd
commit a316785c1b
4 changed files with 52 additions and 27 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Aug 28 20:43:35 UTC 2017 - toddrme2178@gmail.com
- Update to 0.2.11
* Fix use-after-free memory issue in callback handler.
* Fix docstring for get_output_latency().
- Update to 0.2.10
* Release the GIL during PortAudio I/O calls to avoid potential deadlock.
* Add a few automated unit tests.
- Update to PyAudio 0.2.9
* Fix overflow error handling logic for pa_read_stream.
* Fix IOError arguments.
* Python library surfaces issues with importing low-level C module.
* Code formatting update.
* Updates to examples for Python 3 compatibility.
- Implement single-spec version
- Fix source URL
-------------------------------------------------------------------
Mon Jul 14 15:30:37 UTC 2014 - toddrme2178@gmail.com