From 6b0eb1807e90f641dc05633ac67cbd521637098d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 16 Nov 2023 16:27:46 +0800 Subject: [PATCH] python3-pyaudio: upgrade 0.2.13 -> 0.2.14 Changelog: -pre-compiled wheels for Microsoft Windows (32-bit and 64-bit) are now available for Python 3.12 on PyPI. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-pyaudio_0.2.13.bb => python3-pyaudio_0.2.14.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pyaudio_0.2.13.bb => python3-pyaudio_0.2.14.bb} (74%) diff --git a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.13.bb b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb similarity index 74% rename from meta-python/recipes-devtools/python/python3-pyaudio_0.2.13.bb rename to meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb index 1f0b5cf6e8..1599ea8347 100644 --- a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.13.bb +++ b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb @@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3152b432b96d6dc4a1cb35397da9ec" PYPI_PACKAGE = "PyAudio" -SRC_URI[md5sum] = "41199ffd2abbdaf1ce6b88cf8af48cc5" -SRC_URI[sha256sum] = "26bccc81e4243d1c0ff5487e6b481de6329fcd65c79365c267cef38f363a2b56" +SRC_URI[sha256sum] = "78dfff3879b4994d1f4fc6485646a57755c6ee3c19647a491f790a0895bd2f87" inherit pypi setuptools3