All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-imageio: upgrade 2.19.3 -> 2.19.5
@ 2022-07-27 10:10 XU Huan
  2022-07-27 10:10 ` [oe] [meta-python] [PATCH] python3-lz4: upgrade 4.0.1 -> 4.0.2 XU Huan
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: XU Huan @ 2022-07-27 10:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

From: Xu Huan <xuhuan.fnst@fujitsu.com>

Changelog:
==========
Fix
-----
    Allow multiple reads from imopen (#830) (18e3cb6)

Other
------
    Fix typos in v3 narrative docs. (#835) (d68f16b)
    Point source links to github (#834) (20eef2a)
    Remove outdated numpy minimum version (#833) (39947a7)

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../{python3-imageio_2.19.3.bb => python3-imageio_2.19.5.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-imageio_2.19.3.bb => python3-imageio_2.19.5.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.19.3.bb b/meta-python/recipes-devtools/python/python3-imageio_2.19.5.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-imageio_2.19.3.bb
rename to meta-python/recipes-devtools/python/python3-imageio_2.19.5.bb
index 86229322b8..6fa43930de 100644
--- a/meta-python/recipes-devtools/python/python3-imageio_2.19.3.bb
+++ b/meta-python/recipes-devtools/python/python3-imageio_2.19.5.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=24cb9a367a9e641b459a01c4d15256ba"
 
-SRC_URI[sha256sum] = "0c9df80e42f2ee68bea92001e7fcf612aa149910efe040eb757f5ce323250ae1"
+SRC_URI[sha256sum] = "eb3cd70de8be87b72ea85716b7363c700b91144589ee6b5d7b49d42998b7d185"
 
 inherit pypi setuptools3
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [oe] [meta-python] [PATCH] python3-lz4: upgrade 4.0.1 -> 4.0.2
  2022-07-27 10:10 [oe] [meta-python] [PATCH] python3-imageio: upgrade 2.19.3 -> 2.19.5 XU Huan
@ 2022-07-27 10:10 ` XU Huan
  2022-07-27 10:10 ` [oe] [meta-python] [PATCH] python3-mypy: upgrade 0.961 -> 0.971 XU Huan
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: XU Huan @ 2022-07-27 10:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

From: Xu Huan <xuhuan.fnst@fujitsu.com>

Fix a memory leak when frame decompression fails

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../python/{python3-lz4_4.0.1.bb => python3-lz4_4.0.2.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-lz4_4.0.1.bb => python3-lz4_4.0.2.bb} (88%)

diff --git a/meta-python/recipes-devtools/python/python3-lz4_4.0.1.bb b/meta-python/recipes-devtools/python/python3-lz4_4.0.2.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-lz4_4.0.1.bb
rename to meta-python/recipes-devtools/python/python3-lz4_4.0.2.bb
index 0dd353bfee..ad006e61b1 100644
--- a/meta-python/recipes-devtools/python/python3-lz4_4.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-lz4_4.0.2.bb
@@ -11,7 +11,7 @@ DEPENDS += " \
 
 SRC_URI += "file://run-ptest"
 
-SRC_URI[sha256sum] = "efdfec2175715bf2d814ed72a7a185406f3456464eb3f343db1b87ed813e039c"
+SRC_URI[sha256sum] = "083b7172c2938412ae37c3a090250bfdd9e4a6e855442594f86c3608ed12729b"
 
 inherit pkgconfig pypi python_setuptools_build_meta ptest
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [oe] [meta-python] [PATCH] python3-mypy: upgrade 0.961 -> 0.971
  2022-07-27 10:10 [oe] [meta-python] [PATCH] python3-imageio: upgrade 2.19.3 -> 2.19.5 XU Huan
  2022-07-27 10:10 ` [oe] [meta-python] [PATCH] python3-lz4: upgrade 4.0.1 -> 4.0.2 XU Huan
@ 2022-07-27 10:10 ` XU Huan
  2022-07-27 10:10 ` [oe] [meta-python] [PATCH] python3-protobuf: upgrade 4.21.2 -> 4.21.3 XU Huan
  2022-07-27 10:10 ` [oe] [meta-python] [PATCH] python3-pyaudio: upgrade 0.2.11 -> 0.2.12 XU Huan
  3 siblings, 0 replies; 6+ messages in thread
From: XU Huan @ 2022-07-27 10:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

From: Xu Huan <xuhuan.fnst@fujitsu.com>

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../python/{python3-mypy_0.961.bb => python3-mypy_0.971.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-mypy_0.961.bb => python3-mypy_0.971.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-mypy_0.961.bb b/meta-python/recipes-devtools/python/python3-mypy_0.971.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-mypy_0.961.bb
rename to meta-python/recipes-devtools/python/python3-mypy_0.971.bb
index 02f7cce4ca..31fcb06c9e 100644
--- a/meta-python/recipes-devtools/python/python3-mypy_0.961.bb
+++ b/meta-python/recipes-devtools/python/python3-mypy_0.971.bb
@@ -7,7 +7,7 @@ PYPI_PACKAGE = "mypy"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "f730d56cb924d371c26b8eaddeea3cc07d78ff51c521c6d04899ac6904b75492"
+SRC_URI[sha256sum] = "40b0f21484238269ae6a57200c807d80debc6459d444c0489a102d7c6a75fa56"
 
 BBCLASSEXTEND = "native"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [oe] [meta-python] [PATCH] python3-protobuf: upgrade 4.21.2 -> 4.21.3
  2022-07-27 10:10 [oe] [meta-python] [PATCH] python3-imageio: upgrade 2.19.3 -> 2.19.5 XU Huan
  2022-07-27 10:10 ` [oe] [meta-python] [PATCH] python3-lz4: upgrade 4.0.1 -> 4.0.2 XU Huan
  2022-07-27 10:10 ` [oe] [meta-python] [PATCH] python3-mypy: upgrade 0.961 -> 0.971 XU Huan
@ 2022-07-27 10:10 ` XU Huan
  2022-07-27 10:10 ` [oe] [meta-python] [PATCH] python3-pyaudio: upgrade 0.2.11 -> 0.2.12 XU Huan
  3 siblings, 0 replies; 6+ messages in thread
From: XU Huan @ 2022-07-27 10:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

From: Xu Huan <xuhuan.fnst@fujitsu.com>

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../{python3-protobuf_4.21.2.bb => python3-protobuf_4.21.3.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-protobuf_4.21.2.bb => python3-protobuf_4.21.3.bb} (92%)

diff --git a/meta-python/recipes-devtools/python/python3-protobuf_4.21.2.bb b/meta-python/recipes-devtools/python/python3-protobuf_4.21.3.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-protobuf_4.21.2.bb
rename to meta-python/recipes-devtools/python/python3-protobuf_4.21.3.bb
index b8287a88e5..528f99ef20 100644
--- a/meta-python/recipes-devtools/python/python3-protobuf_4.21.2.bb
+++ b/meta-python/recipes-devtools/python/python3-protobuf_4.21.3.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "863f65e137d9de4a76cac39ae731a19bea1c30997f512ecf0dc9348112313401"
+SRC_URI[sha256sum] = "9130759e719bee1e6d05ca6a3037f7eff66d7a7ff6ba25871917dc40e8f3fbb6"
 
 # http://errors.yoctoproject.org/Errors/Details/184715/
 # Can't find required file: ../src/google/protobuf/descriptor.proto
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [oe] [meta-python] [PATCH] python3-pyaudio: upgrade 0.2.11 -> 0.2.12
  2022-07-27 10:10 [oe] [meta-python] [PATCH] python3-imageio: upgrade 2.19.3 -> 2.19.5 XU Huan
                   ` (2 preceding siblings ...)
  2022-07-27 10:10 ` [oe] [meta-python] [PATCH] python3-protobuf: upgrade 4.21.2 -> 4.21.3 XU Huan
@ 2022-07-27 10:10 ` XU Huan
  2022-07-28  3:55   ` Khem Raj
  3 siblings, 1 reply; 6+ messages in thread
From: XU Huan @ 2022-07-27 10:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

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



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [oe] [meta-python] [PATCH] python3-pyaudio: upgrade 0.2.11 -> 0.2.12
  2022-07-27 10:10 ` [oe] [meta-python] [PATCH] python3-pyaudio: upgrade 0.2.11 -> 0.2.12 XU Huan
@ 2022-07-28  3:55   ` Khem Raj
  0 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2022-07-28  3:55 UTC (permalink / raw)
  To: xuhuan.fnst; +Cc: openembeded-devel

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]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-07-28  3:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 10:10 [oe] [meta-python] [PATCH] python3-imageio: upgrade 2.19.3 -> 2.19.5 XU Huan
2022-07-27 10:10 ` [oe] [meta-python] [PATCH] python3-lz4: upgrade 4.0.1 -> 4.0.2 XU Huan
2022-07-27 10:10 ` [oe] [meta-python] [PATCH] python3-mypy: upgrade 0.961 -> 0.971 XU Huan
2022-07-27 10:10 ` [oe] [meta-python] [PATCH] python3-protobuf: upgrade 4.21.2 -> 4.21.3 XU Huan
2022-07-27 10:10 ` [oe] [meta-python] [PATCH] python3-pyaudio: upgrade 0.2.11 -> 0.2.12 XU Huan
2022-07-28  3:55   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.