Re: [oe] [PATCH 4/4] opencv: update 4.5.2 -> 4.5.5

2022-06-16 Thread Zoltan Boszormenyi via lists.openembedded.org
2022. 05. 19. 11:44 keltezéssel, Alexander Kanavin írta: Thanks for the heads up, I think the standard policy is to simply wait for 4.6.0. FYI, OpenCV 4.6.0 was released. https://github.com/opencv/opencv/releases/tag/4.6.0 Alex On Thu, 19 May 2022 at 11:37, Böszörményi Zoltán wrote: 2022

[oe] [meta-python][kirkstone][PATCH V1] python3-iperf: initial add 0.1.11

2022-06-16 Thread Daide Li via lists.openembedded.org
Signed-off-by: Daide Li --- .../recipes-devtools/python/python3-iperf_0.1.11.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb diff --git a/meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb b/meta-py

[oe] [meta-python] [PATCH] python3-smbus2: upgrade 0.4.1 -> 0.4.2

2022-06-16 Thread xuhuan.f...@fujitsu.com
From: Xu Huan Changelog: = * Explicitly export from top level of package #69. * Transitioned pipelines from Travis-CI to GitHub Actions. Python 3.10 added. Signed-off-by: Xu Huan --- .../python/{python3-smbus2_0.4.1.bb => python3-smbus2_0.4.2.bb} | 2 +- 1 file changed, 1 inse

[oe] [meta-python] [PATCH] python3-mypy: upgrade 0.960 -> 0.961

2022-06-16 Thread xuhuan.f...@fujitsu.com
From: Xu Huan Signed-off-by: Xu Huan --- .../python/{python3-mypy_0.960.bb => python3-mypy_0.961.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-mypy_0.960.bb => python3-mypy_0.961.bb} (86%) diff --git a/meta-python/recipes-de

[oe] [meta-python] [PATCH] python3-pylint: upgrade 2.13.9 -> 2.14.1

2022-06-16 Thread xuhuan.f...@fujitsu.com
From: Xu Huan Changelog: = Avoid reporting unnecessary-dict-index-lookup or unnecessary-list-index-lookup when the index lookup is part of a destructuring assignment. Fixed parsing of unrelated options in tox.ini. Fixed a crash when linting __new__() methods that return a call expressio

[oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.49.0 -> 2.50.0

2022-06-16 Thread zhengruoqin
Changelog: fix changelog header to consistent size (#1818) (b698f9c) Signed-off-by: Zheng Ruoqin --- ...ent_2.49.0.bb => python3-google-api-python-client_2.50.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-api-python-clien

[oe] [meta-python] [PATCH] python3-bitstruct: upgrade 8.14.1 -> 8.15.1

2022-06-16 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- ...{python3-bitstruct_8.14.1.bb => python3-bitstruct_8.15.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bitstruct_8.14.1.bb => python3-bitstruct_8.15.1.bb} (79%) diff --git a/meta-python/recipes-d

[oe] [meta-python] [PATCH] python3-google-auth: upgrade 2.6.6 -> 2.7.0

2022-06-16 Thread zhengruoqin
Changelog: == Features -- add experimental enterprise cert support (#1052) (dda7dda) add experimental GDCH support (#1022) (5367aac) Pluggable auth support (#995) (62daa73) Bug Fixes -- validate urls for external accounts (#1031) (61b1f15) Reverts -

[oe] [meta-python] [PATCH] python3-xmlschema: upgrade 1.11.1 -> 1.11.2

2022-06-16 Thread zhengruoqin
Changelog: == Fix 'replace_existing' argument usage in XsdElement.get_binding method Add Russian full translation Signed-off-by: Zheng Ruoqin --- ...{python3-xmlschema_1.11.1.bb => python3-xmlschema_1.11.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/reci

[oe] [meta-python][PATCH] python3-pyconnman: Add 'future' runtime dependency

2022-06-16 Thread Marcus Flyckt via lists.openembedded.org
pyconnman has an install_requires on 'future', but the corresponding 'python3-future' is missing from the recipes RDEPENDS. --- .../python-pyconnman/python3-pyconnman_0.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-connectivity/pyth

[oe] [meta-oe][PATCH] abseil-cpp: do not enforce -mfpu=neon on arm

2022-06-16 Thread Jonas Gorski
Abseil-cpp assumes that if you are building for ARM, you can use neon instructions. This is of course bogus, since not every ARM platform supports these. This then leaks via pkgconfig into any package using abseil-cpp, e.g. gprc. Fixes application crashes on ARM platforms without neon that use gr

[oe] [PATCH] python3-cbor2: upgrade 5.4.2 to 5.4.3

2022-06-16 Thread Ross Burton
Now that we have a new enough setuptools, cbor2 5.4.3 successfully builds. Signed-off-by: Ross Burton --- .../python/{python3-cbor2_5.4.2.bb => python3-cbor2_5.4.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cbor2_5.4.2.bb =>

[oe] [meta-networking][PATCH] lldpd: upgrade 1.0.8 -> 1.0.14

2022-06-16 Thread Harshal Gohel via lists.openembedded.org
From: Harshal --- .../recipes-daemons/lldpd/{lldpd_1.0.8.bb => lldpd_1.0.14.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-networking/recipes-daemons/lldpd/{lldpd_1.0.8.bb => lldpd_1.0.14.bb} (94%) diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb b/