python3-pyalsaaudio: Upgrade 0.8.4 -> 0.9.0

Upgrade to release 0.9.0:

- Added keyword arguments for channels, format, rate and periodsize
- Deprecated setchannel, setformat, setrate and setperiodsize

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leon Anavi 2020-08-03 12:57:57 +03:00 committed by Khem Raj
parent ed796b822f
commit 102e18178d

View File

@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d"
inherit pypi setuptools3
SRC_URI[md5sum] = "b46f69561bc85fc52e698b2440ca251e"
SRC_URI[sha256sum] = "84e8f8da544d7f4bd96479ce4a237600077984d9be1d7f16c1d9a492ecf50085"
SRC_URI[md5sum] = "48c40424a79c2568676a41643d93f1f7"
SRC_URI[sha256sum] = "3ca069c736c8ad2a3047b5033468d983a2480f94fad4feb0169c056060e01e69"
DEPENDS += "alsa-lib"