All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-huey: upgrade 2.4.1 -> 2.4.2
@ 2021-12-22  7:01 XU Huan
  2021-12-22  7:01 ` [oe] [meta-python] [PATCH] python3-h5py: upgrade 3.5.0 -> 3.6.0 XU Huan
  2021-12-22  7:01 ` [oe] [meta-python] [PATCH] python3-msgpack: upgrade 1.0.2 -> 1.0.3 XU Huan
  0 siblings, 2 replies; 4+ messages in thread
From: XU Huan @ 2021-12-22  7:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

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

changelog:
=============================================================================
Fix implementation of schedule-pop Lua script so it works with Redis cluster.
Ensure Django connections are closed before and after (previously they were
only closed after) task execution with db_task() and db_periodic_task().
Allow additional lock-names to be specified when flushing locks.

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

diff --git a/meta-python/recipes-devtools/python/python3-huey_2.4.1.bb b/meta-python/recipes-devtools/python/python3-huey_2.4.2.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-huey_2.4.1.bb
rename to meta-python/recipes-devtools/python/python3-huey_2.4.2.bb
index 64bd8880ec..865e9ff772 100644
--- a/meta-python/recipes-devtools/python/python3-huey_2.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-huey_2.4.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4"
 
 PYPI_PACKAGE = "huey"
 
-SRC_URI[sha256sum] = "bd55e90746cec16e7a61d6dc60d4591c74cba59000dca96c387a4d4eee1395f6"
+SRC_URI[sha256sum] = "20683288e27e851f786b38465784c5d0e7e2b93b8791cc826898f9555a320cb4"
 
 RDEPENDS:${PN} += " \
 	python3-datetime \
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-h5py: upgrade 3.5.0 -> 3.6.0
  2021-12-22  7:01 [oe] [meta-python] [PATCH] python3-huey: upgrade 2.4.1 -> 2.4.2 XU Huan
@ 2021-12-22  7:01 ` XU Huan
  2021-12-25 19:03   ` Khem Raj
  2021-12-22  7:01 ` [oe] [meta-python] [PATCH] python3-msgpack: upgrade 1.0.2 -> 1.0.3 XU Huan
  1 sibling, 1 reply; 4+ messages in thread
From: XU Huan @ 2021-12-22  7:01 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-h5py_3.5.0.bb => python3-h5py_3.6.0.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-h5py_3.5.0.bb => python3-h5py_3.6.0.bb} (90%)

diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.5.0.bb b/meta-python/recipes-devtools/python/python3-h5py_3.6.0.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-h5py_3.5.0.bb
rename to meta-python/recipes-devtools/python/python3-h5py_3.6.0.bb
index aad2f91777..5b0510f710 100644
--- a/meta-python/recipes-devtools/python/python3-h5py_3.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-h5py_3.6.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=113251d71fb0384712c719b567261c5c"
 
-SRC_URI[sha256sum] = "77c7be4001ac7d3ed80477de5b6942501d782de1bbe4886597bdfec2a7ab821f"
+SRC_URI[sha256sum] = "8752d2814a92aba4e2b2a5922d2782d0029102d99caaf3c201a566bc0b40db29"
 
 SRC_URI:append = " \
            file://0001-setup_build.py-avoid-absolute-path.patch \
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-msgpack: upgrade 1.0.2 -> 1.0.3
  2021-12-22  7:01 [oe] [meta-python] [PATCH] python3-huey: upgrade 2.4.1 -> 2.4.2 XU Huan
  2021-12-22  7:01 ` [oe] [meta-python] [PATCH] python3-h5py: upgrade 3.5.0 -> 3.6.0 XU Huan
@ 2021-12-22  7:01 ` XU Huan
  1 sibling, 0 replies; 4+ messages in thread
From: XU Huan @ 2021-12-22  7:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

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

changelog:
====================================================================
Release Date: 2021-11-24 JST

Fix Docstring (#459)
Fix error formatting (#463)
Improve error message about strict_map_key (#485)

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

diff --git a/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb b/meta-python/recipes-devtools/python/python3-msgpack_1.0.3.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb
rename to meta-python/recipes-devtools/python/python3-msgpack_1.0.3.bb
index 19c9caa406..92999255b6 100644
--- a/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-msgpack_1.0.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751"
 PYPI_PACKAGE = "msgpack"
 inherit pypi setuptools3 ptest
 
-SRC_URI[sha256sum] = "fae04496f5bc150eefad4e9571d1a76c55d021325dcd484ce45065ebbdd00984"
+SRC_URI[sha256sum] = "51fdc7fb93615286428ee7758cecc2f374d5ff363bdd884c7ea622a7a327a81e"
 
 RDEPENDS:${PN}:class-target += "\
     ${PYTHON_PN}-io \
-- 
2.25.1



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

* Re: [oe] [meta-python] [PATCH] python3-h5py: upgrade 3.5.0 -> 3.6.0
  2021-12-22  7:01 ` [oe] [meta-python] [PATCH] python3-h5py: upgrade 3.5.0 -> 3.6.0 XU Huan
@ 2021-12-25 19:03   ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2021-12-25 19:03 UTC (permalink / raw)
  To: xuhuan.fnst; +Cc: openembeded-devel

see this failure

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

we need to move this downloading into do_fetch task from do_configure.

On Tue, Dec 21, 2021 at 11:02 PM xuhuan.fnst@fujitsu.com
<xuhuan.fnst@fujitsu.com> wrote:
>
> From: Xu Huan <xuhuan.fnst@fujitsu.com>
>
> Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
> ---
>  .../python/{python3-h5py_3.5.0.bb => python3-h5py_3.6.0.bb}     | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-python/recipes-devtools/python/{python3-h5py_3.5.0.bb => python3-h5py_3.6.0.bb} (90%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.5.0.bb b/meta-python/recipes-devtools/python/python3-h5py_3.6.0.bb
> similarity index 90%
> rename from meta-python/recipes-devtools/python/python3-h5py_3.5.0.bb
> rename to meta-python/recipes-devtools/python/python3-h5py_3.6.0.bb
> index aad2f91777..5b0510f710 100644
> --- a/meta-python/recipes-devtools/python/python3-h5py_3.5.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-h5py_3.6.0.bb
> @@ -4,7 +4,7 @@ SECTION = "devel/python"
>  LICENSE = "BSD-3-Clause"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=113251d71fb0384712c719b567261c5c"
>
> -SRC_URI[sha256sum] = "77c7be4001ac7d3ed80477de5b6942501d782de1bbe4886597bdfec2a7ab821f"
> +SRC_URI[sha256sum] = "8752d2814a92aba4e2b2a5922d2782d0029102d99caaf3c201a566bc0b40db29"
>
>  SRC_URI:append = " \
>             file://0001-setup_build.py-avoid-absolute-path.patch \
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#94481): https://lists.openembedded.org/g/openembedded-devel/message/94481
> Mute This Topic: https://lists.openembedded.org/mt/87894018/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] 4+ messages in thread

end of thread, other threads:[~2021-12-25 19:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-22  7:01 [oe] [meta-python] [PATCH] python3-huey: upgrade 2.4.1 -> 2.4.2 XU Huan
2021-12-22  7:01 ` [oe] [meta-python] [PATCH] python3-h5py: upgrade 3.5.0 -> 3.6.0 XU Huan
2021-12-25 19:03   ` Khem Raj
2021-12-22  7:01 ` [oe] [meta-python] [PATCH] python3-msgpack: upgrade 1.0.2 -> 1.0.3 XU Huan

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.