diff mbox series

[meta-python] python3-pyaudio: upgrade 0.2.11 -> 0.2.12

Message ID 1658916605-9446-5-git-send-email-xuhuan.fnst@fujitsu.com
State New
Headers show
Series [meta-python] python3-pyaudio: upgrade 0.2.11 -> 0.2.12 | expand

Commit Message

XU Huan July 27, 2022, 10:10 a.m. UTC
From: Xu Huan <xuhuan.fnst@fujitsu.com>

License-Update: license check file changed to LICENSE.txt

Changelog:
==========
modernizing the Microsoft Windows build process
the use paFramesPerBufferUnspecified as the default frames per buffer
the patch that uses the system's preferred encoding
the patches that skip unit tests that require audio hardware
fixes and suggestions to the documentation
fixes to the website documentation

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../{python3-pyaudio_0.2.11.bb => python3-pyaudio_0.2.12.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pyaudio_0.2.11.bb => python3-pyaudio_0.2.12.bb} (54%)

Comments

Khem Raj July 28, 2022, 3:55 a.m. UTC | #1
This fails to build with musl see

https://errors.yoctoproject.org/Errors/Details/663060/

On Wed, Jul 27, 2022 at 6:10 AM xuhuan.fnst@fujitsu.com
<xuhuan.fnst@fujitsu.com> wrote:
>
> From: Xu Huan <xuhuan.fnst@fujitsu.com>
>
> License-Update: license check file changed to LICENSE.txt
>
> Changelog:
> ==========
> modernizing the Microsoft Windows build process
> the use paFramesPerBufferUnspecified as the default frames per buffer
> the patch that uses the system's preferred encoding
> the patches that skip unit tests that require audio hardware
> fixes and suggestions to the documentation
> fixes to the website documentation
>
> Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
> ---
>  .../{python3-pyaudio_0.2.11.bb => python3-pyaudio_0.2.12.bb} | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>  rename meta-python/recipes-devtools/python/{python3-pyaudio_0.2.11.bb => python3-pyaudio_0.2.12.bb} (54%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.12.bb
> similarity index 54%
> rename from meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb
> rename to meta-python/recipes-devtools/python/python3-pyaudio_0.2.12.bb
> index 802ca35100..ae5fcae4ac 100644
> --- a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb
> +++ b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.12.bb
> @@ -1,12 +1,11 @@
>  SUMMARY = "PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library"
>  SECTION = "devel/python"
>  LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://README;md5=288793c2b9b05bd67abbd2a8f5d144f7"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3152b432b96d6dc4a1cb35397da9ec"
>
>  PYPI_PACKAGE = "PyAudio"
>
> -SRC_URI[md5sum] = "7e4c88139284033f67b4336c74eda3b8"
> -SRC_URI[sha256sum] = "93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74"
> +SRC_URI[sha256sum] = "55ddf5db72bc537bba5f5dbca3ab9f0222ee5b842bda83978eab0b7b8f60fb9e"
>
>  inherit pypi setuptools3
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#98007): https://lists.openembedded.org/g/openembedded-devel/message/98007
> Mute This Topic: https://lists.openembedded.org/mt/92646107/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.12.bb
similarity index 54%
rename from meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb
rename to meta-python/recipes-devtools/python/python3-pyaudio_0.2.12.bb
index 802ca35100..ae5fcae4ac 100644
--- a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb
+++ b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.12.bb
@@ -1,12 +1,11 @@ 
 SUMMARY = "PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://README;md5=288793c2b9b05bd67abbd2a8f5d144f7"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3152b432b96d6dc4a1cb35397da9ec"
 
 PYPI_PACKAGE = "PyAudio"
 
-SRC_URI[md5sum] = "7e4c88139284033f67b4336c74eda3b8"
-SRC_URI[sha256sum] = "93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74"
+SRC_URI[sha256sum] = "55ddf5db72bc537bba5f5dbca3ab9f0222ee5b842bda83978eab0b7b8f60fb9e"
 
 inherit pypi setuptools3