From 102e18178d7019177bf70d3f4de0b260fea242a8 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 3 Aug 2020 12:57:57 +0300 Subject: [PATCH] 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 Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- ...hon3-pyalsaaudio_0.8.4.bb => python3-pyalsaaudio_0.9.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pyalsaaudio_0.8.4.bb => python3-pyalsaaudio_0.9.0.bb} (61%) diff --git a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.8.4.bb b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb similarity index 61% rename from meta-python/recipes-devtools/python/python3-pyalsaaudio_0.8.4.bb rename to meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb index 987010a14..90050fb14 100644 --- a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.8.4.bb +++ b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb @@ -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"