14
0

Accepting request 456943 from home:jcsl:LXDE

Update to version 0.8.2

OBS-URL: https://build.opensuse.org/request/show/456943
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyalsaaudio?expand=0&rev=4
This commit is contained in:
2017-03-04 10:22:46 +00:00
committed by Git OBS Bridge
parent 93df7af0ee
commit 2d7422734b
4 changed files with 60 additions and 17 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Mon Feb 13 18:47:31 UTC 2017 - trcs@gmx.com
- specfile:
* applied spec-cleaner
* changed to https for source url
* updated source url to files.pythonhosted.org
- splitted doc subpackage
- update to version 0.8.2:
* fix #3 (we cannot get the revision from git for pip installs)
- changes from version 0.8.1:
* document changes (this file)
- changes from version 0.8:
* 'PCM()' has new 'device' and 'cardindex' keyword arguments.
+ The keyword 'device' allows to select virtual devices,
'cardindex' can be used to select hardware cards by index (as
with 'mixers()' and 'Mixer()').
+ The 'card' keyword argument is still supported, but deprecated.
+ The reason for this change is that the 'card' keyword argument
guessed a device name from the card name, but this only works
sometimes, and breaks opening virtual devices.
* new function 'pcms()' to list available PCM devices.
* mixers() and Mixer() take an additional 'device' keyword argument.
This allows to list or open virtual devices.
* The default behaviour of Mixer() without any arguments has
changed. Now Mixer() will try to open the 'default' Mixer instead
of the Mixer that is associated with card 0.
* fix a memory leak under Python 3.x
* some more memory leaks in error conditions fixed.
-------------------------------------------------------------------
Sun Jan 13 15:07:02 UTC 2013 - p.drouand@gmail.com