diff mbox series

[meta-python] python3-pyaudio: upgrade 0.2.13 -> 0.2.14

Message ID 1700123266-22328-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-python] python3-pyaudio: upgrade 0.2.13 -> 0.2.14 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 16, 2023, 8:27 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../{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%)

Comments

Khem Raj Nov. 20, 2023, 3:50 a.m. UTC | #1
On Thu, 16 Nov 2023 16:27:46 +0800, wangmy@fujitsu.com wrote:
> Changelog:
> -pre-compiled wheels for Microsoft Windows (32-bit and 64-bit) are now
>  available for Python 3.12 on PyPI.
> 
> 

Applied, thanks!

[1/1] python3-pyaudio: upgrade 0.2.13 -> 0.2.14
      commit: 6b0eb1807e90f641dc05633ac67cbd521637098d

Best regards,
diff mbox series

Patch

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 1f0b5cf6e..1599ea834 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