[oe] [meta-python][PATCH] python3-requests: Support idna version 3.1

2021-03-04 Thread Fabio Berton
Change idna required version to use python3-idna recipe that currently is on version 3.1. Without this change python-request doesn't work as the idna version doesn't match the required versions. When bump python-request recipe, verify if the upstream project bumped the idna version and drop this

[oe] [meta-oe][PATCH 2/2] opencv: Remove duplicate patch

2021-03-04 Thread Khem Raj
include is already taken care with 0001-Fix-building-opencv-using-gcc-11.x-19244.patch Signed-off-by: Khem Raj --- .../opencv/0001-Add-missing-include.patch | 28 --- .../recipes-support/opencv/opencv_4.5.1.bb| 1 - 2 files changed, 29 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH 1/2] opencv: Add packageconfig for building tests

2021-03-04 Thread Khem Raj
This could be enabled when ptests are enabled but generally its fine to disable them Signed-off-by: Khem Raj --- meta-oe/recipes-support/opencv/opencv_4.5.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/opencv/opencv_4.5.1.bb

Re: [oe] [meta-oe][PATCH] grpc: Upgrade 1.24.3 -> 1.35.0

2021-03-04 Thread Anatol Belski
Hi Clément, On 3/4/2021 11:05 AM, Clément Péron wrote: Hi Anatol, Stefan, On Wed, 3 Mar 2021 at 16:27, Anatol Belski wrote: Hi, On 3/2/2021 8:13 PM, Clément Péron wrote: Hi Stefan, Le mar. 2 mars 2021 à 19:38, Stefan Herbrechtsmeier a écrit : Hi, Am 02.03.21 um 19:22 schrieb Anatol

Re: [oe] [meta-multimedia][PATCH 1/2] pipewire: Move to meta-multimedia

2021-03-04 Thread Khem Raj
On 3/4/21 9:17 AM, Carlos Rafael Giani wrote: I see three steps then: 1. Upgrade the recipe to 0.3.23 that was released today 2. Migrate it to oe-core 3. Establish a packagegroup feature to be able to easily replace PA with it I think steps 1 and 2 can be combined, but 3 should remain

Re: [oe] [meta-multimedia][PATCH 1/2] pipewire: Move to meta-multimedia

2021-03-04 Thread Carlos Rafael Giani via lists.openembedded.org
I see three steps then: 1. Upgrade the recipe to 0.3.23 that was released today 2. Migrate it to oe-core 3. Establish a packagegroup feature to be able to easily replace PA with it I think steps 1 and 2 can be combined, but 3 should remain separate. That is, once it is in oe-core, we can start

Re: [oe] [meta-multimedia][PATCH 1/2] pipewire: Move to meta-multimedia

2021-03-04 Thread Khem Raj
On 3/4/21 5:12 AM, Carlos Rafael Giani via lists.openembedded.org wrote: Well, fine by me, though I'd like to ask others as well what they think about moving this to oe-core? I think its a good idea and perhaps if we can make it an easy replacement for PA via a packagegroup or feature (

Re: [oe] [meta-multimedia][PATCH 2/2] pipewire: Rework 0.3 recipe and upgrade to 0.3.22

2021-03-04 Thread Carlos Rafael Giani via lists.openembedded.org
Version 0.3.23 just came out. I'd rather upgrade the recipe to that one, and if others here are OK with it, migrate it to oe-core. On 03.03.21 20:22, Johannes Pointner wrote: Hello Carlos, On Wed, Mar 3, 2021 at 12:41 PM Carlos Rafael Giani via lists.openembedded.org wrote: * Use a

Re: [oe] [meta-multimedia][PATCH 1/2] pipewire: Move to meta-multimedia

2021-03-04 Thread Carlos Rafael Giani via lists.openembedded.org
Well, fine by me, though I'd like to ask others as well what they think about moving this to oe-core? On 03.03.21 22:01, Andreas Müller wrote: On Wed, Mar 3, 2021 at 12:41 PM Carlos Rafael Giani via lists.openembedded.org wrote: Signed-off-by: Carlos Rafael Giani ---

[oe] [meta-python][PATCH 3/5] python3-astroid: Upgrade 2.5 -> 2.5.1

2021-03-04 Thread Leon Anavi
Upgrade to release 2.5.1: - The ``context.path`` is reverted to a set because otherwise it leads to false positives for non `numpy` functions. - Don't transform dataclass ClassVars - Improve typing.TypedDict inference - Fix the `Duplicates found in MROs` false positive. Signed-off-by: Leon

[oe] [meta-python][PATCH 2/5] python3-yamlloader: Upgrade 0.5.5 -> 1.0.0

2021-03-04 Thread Leon Anavi
Upgrade to the first stable release 1.0.0: - Main change is that it returns always an OrderedDict, even for Python >= 3.7 for consistency Signed-off-by: Leon Anavi --- ...python3-yamlloader_0.5.5.bb => python3-yamlloader_1.0.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

[oe] [meta-python][PATCH 5/5] python3-pandas: Upgrade 1.2.2 -> 1.2.3

2021-03-04 Thread Leon Anavi
Upgrade to release 1.2.3: - Fixed regression in to_excel() raising KeyError when giving duplicate columns with columns attribute - Fixed regression in nullable integer unary ops propagating mask on assignment - Fixed regression in DataFrame.__setitem__() not aligning DataFrame on right-hand

[oe] [meta-python][PATCH 1/5] python3-ipython: Upgrade 7.20.0 -> 7.21.0

2021-03-04 Thread Leon Anavi
Upgrade to release 7.21.0: - New "context" command in ipdb - Fix some issues on new osx-arm64 - Compatibility with Xeus-Python for debugger protocol - Misc docs fixes for compatibility and uniformity with Numpydoc Signed-off-by: Leon Anavi --- .../{python3-ipython_7.20.0.bb =>

[oe] [meta-python][PATCH 4/5] python3-portion: Upgrade 2.1.4 -> 2.1.5

2021-03-04 Thread Leon Anavi
Upgrade to release 2.1.5: - Getting items from an Interval using a slice does no longer return a list but an Interval instance. - Intervals are properly pretty-printed by pandas. Signed-off-by: Leon Anavi --- .../{python3-portion_2.1.4.bb => python3-portion_2.1.5.bb} | 2 +- 1 file

[oe] [PATCH 1/2] grpc: Add PackageConfig to build only required plugins

2021-03-04 Thread Clément Péron
Signed-off-by: Clément Péron --- meta-oe/recipes-devtools/grpc/grpc_1.36.1.bb | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.36.1.bb b/meta-oe/recipes-devtools/grpc/grpc_1.36.1.bb index 6e2707dae409..56f20a4bfaed 100644 ---

[oe] [PATCH 2/2] grpc: remove gflags dependency

2021-03-04 Thread Clément Péron
gFlags has been removed since: 1f670397ce7f8a12dfb1fb32d8857b2233022856 Remove gflags. With the move to abseil's flags, this removed the now-unnecessary submodule and installation commands. Signed-off-by: Clément Péron --- meta-oe/recipes-devtools/grpc/grpc_1.36.1.bb | 3 +-- 1 file changed,

Re: [oe] [meta-oe][PATCH] grpc: Upgrade 1.24.3 -> 1.35.0

2021-03-04 Thread Clément Péron
Hi Anatol, Stefan, On Wed, 3 Mar 2021 at 16:27, Anatol Belski wrote: > > Hi, > > On 3/2/2021 8:13 PM, Clément Péron wrote: > > Hi Stefan, > > Le mar. 2 mars 2021 à 19:38, Stefan Herbrechtsmeier > a écrit : >> >> Hi, >> >> Am 02.03.21 um 19:22 schrieb Anatol Belski: >> > >> > On 3/2/2021 5:06

[oe] [meta-oe] [PATCH] sigrok-cli: upgrade 0.7.1 -> 0.7.2

2021-03-04 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- .../sigrok/{sigrok-cli_0.7.1.bb => sigrok-cli_0.7.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/sigrok/{sigrok-cli_0.7.1.bb => sigrok-cli_0.7.2.bb} (78%) diff --git

[oe] [meta-oe] [PATCH] nano: upgrade 5.5 -> 5.6

2021-03-04 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- meta-oe/recipes-support/nano/{nano_5.5.bb => nano_5.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/nano/{nano_5.5.bb => nano_5.6.bb} (87%) diff --git a/meta-oe/recipes-support/nano/nano_5.5.bb

[oe] [meta-oe] [PATCH] qpdf: upgrade 10.0.4 -> 10.2.0

2021-03-04 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- .../recipes-printing/qpdf/{qpdf_10.0.4.bb => qpdf_10.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-printing/qpdf/{qpdf_10.0.4.bb => qpdf_10.2.0.bb} (86%) diff --git a/meta-oe/recipes-printing/qpdf/qpdf_10.0.4.bb

[oe] [meta-java][PATCH] ecj: exclude BB_NUMBER_THREADS from sstate hash

2021-03-04 Thread Wes Lindauer
From: Wes Lindauer The sstate-cache for libecj-bootstrap is not shareable across multiple machines because the parallelisation configuration of Bitbake is being embedded into the sstate hash of libecj-bootstrap. Exclude BB_NUMBER_THREADS from the do_compile sstate hashing to avoid this issue.

[oe] [meta-oe] [PATCH] mailcap: upgrade 2.1.49 -> 2.1.52

2021-03-04 Thread zangrc
Signed-off-by: Zang Ruochen --- .../mailcap/{mailcap_2.1.49.bb => mailcap_2.1.52.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/mailcap/{mailcap_2.1.49.bb => mailcap_2.1.52.bb} (89%) diff --git

[oe] [meta-oe] [PATCH] hwdata: upgrade 0.343 -> 0.345

2021-03-04 Thread zangrc
Signed-off-by: Zang Ruochen --- meta-oe/recipes-support/hwdata/hwdata_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/hwdata/hwdata_git.bb b/meta-oe/recipes-support/hwdata/hwdata_git.bb index 59c6093b14..56d814db88 100644 ---

[oe] [meta-networking] [PATCH] opensaf: upgrade 5.20.11 -> 5.21.03

2021-03-04 Thread zangrc
Signed-off-by: Zang Ruochen --- .../opensaf/{opensaf_5.20.11.bb => opensaf_5.21.03.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-daemons/opensaf/{opensaf_5.20.11.bb => opensaf_5.21.03.bb} (96%) diff --git

[oe] [meta-networking] [PATCH] strongswan: upgrade 5.9.1 -> 5.9.2

2021-03-04 Thread zangrc
Signed-off-by: Zang Ruochen --- .../strongswan/{strongswan_5.9.1.bb => strongswan_5.9.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/strongswan/{strongswan_5.9.1.bb => strongswan_5.9.2.bb} (97%) diff --git

[oe] [meta-networking] [PATCH] openvpn: upgrade 2.5.0 -> 2.5.1

2021-03-04 Thread zangrc
Signed-off-by: Zang Ruochen --- .../openvpn/{openvpn_2.5.0.bb => openvpn_2.5.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/openvpn/{openvpn_2.5.0.bb => openvpn_2.5.1.bb} (95%) diff --git

[oe] [meta-networking] [PATCH] wireguard-tools: upgrade 1.0.20200827 -> 1.0.20210223

2021-03-04 Thread zangrc
Signed-off-by: Zang Ruochen --- ...rd-tools_1.0.20200827.bb => wireguard-tools_1.0.20210223.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-kernel/wireguard/{wireguard-tools_1.0.20200827.bb => wireguard-tools_1.0.20210223.bb} (92%) diff --git