Re: [oe] [meta-python][PATCH 3/3] packagegroup-meta-python: -jinja2 -markupsafe => -ptest

2020-09-21 Thread Khem Raj
please rebase it on latest master and resend. On Mon, Sep 21, 2020 at 9:47 PM Tim Orling wrote: > > From: Tim Orling > > The main recipes for python3-jinja2 and python3-markupsafe > have moved to oe-core. No need to duplicate them here. > > Instead, we add them to meta-python3-ptest

Re: [oe] [dunfell 0/5] Merge request Sept 21

2020-09-21 Thread Khem Raj
merged now thanks On Mon, Sep 21, 2020 at 8:24 PM akuster wrote: > > Please merge these to dunfell. > This series was already on the list for review. > > The following changes since commit d7b41ced4b9a9a68083b0fcceff3b226298cff8b: > > net-snmp: Fix CVE-2020-15861 and CVE-2020-15862 (2020-09-03

[oe] [meta-python][PATCH 3/3] packagegroup-meta-python: -jinja2 -markupsafe => -ptest

2020-09-21 Thread Tim Orling
From: Tim Orling The main recipes for python3-jinja2 and python3-markupsafe have moved to oe-core. No need to duplicate them here. Instead, we add them to meta-python3-ptest sub-package, since we do enable ptest with bbappends. Signed-off-by: Tim Orling ---

[oe] [meta-python][PATCH 2/3] python3-jinja2: bbappend for ptest

2020-09-21 Thread Tim Orling
From: Tim Orling The main recipe has moved to oe-core, but with ptest disabled. Here we simply conditionally inherit ptest to enable it in meta-python. Remove the original recipe and the python3-jinja2/ directory. Signed-off-by: Tim Orling --- .../python/python3-jinja2/run-ptest |

[oe] [meta-python][PATCH 1/3] python3-markupsafe: bbappend for ptest

2020-09-21 Thread Tim Orling
From: Tim Orling The main recipe has moved to oe-core, but with ptest disabled. Here we simply conditionally inherit ptest to enable it in meta-python. Remove the original recipe and the python3-markupsafe/ directory. Signed-off-by: Tim Orling --- .../python/python3-markupsafe/run-ptest

[oe] [dunfell 0/5] Merge request Sept 21

2020-09-21 Thread akuster
Please merge these to dunfell. This series was already on the list for review. The following changes since commit d7b41ced4b9a9a68083b0fcceff3b226298cff8b: net-snmp: Fix CVE-2020-15861 and CVE-2020-15862 (2020-09-03 08:28:37 -0700) are available in the Git repository at:

[oe] [meta-oe][PATCH] jasper: upgrade 2.0.20 -> 2.0.21

2020-09-21 Thread Michael Vetter
--- meta-oe/recipes-graphics/jasper/{jasper_2.0.20.bb => jasper_2.0.21.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/jasper/{jasper_2.0.20.bb => jasper_2.0.21.bb} (93%) diff --git a/meta-oe/recipes-graphics/jasper/jasper_2.0.20.bb

[oe] [PATCH 1/1] jasper: upgrade 2.0.20 -> 2.0.21

2020-09-21 Thread Michael Vetter
Signed-off-by: Michael Vetter --- meta-oe/recipes-graphics/jasper/{jasper_2.0.20.bb => jasper_2.0.21.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/jasper/{jasper_2.0.20.bb => jasper_2.0.21.bb} (93%) diff --git

Re: [oe] [meta-python][PATCH V2] python3-argcomplete: add recipe 1.12.0

2020-09-21 Thread Trevor Gamblin
On 9/18/20 9:27 AM, Hongxu Jia wrote: Tab complete all the things! Argcomplete provides easy, extensible command line tab completion of arguments for your Python script. Signed-off-by: Hongxu Jia Acked-by: Trevor Gamblin --- .../packagegroups/packagegroup-meta-python.bb | 1 +

Re: [oe] [meta-python][PATCH 2/2] python3-rfc3339-validator: Upgrade 0.1.1 -> 0.1.2

2020-09-21 Thread Trevor Gamblin
On 9/18/20 7:58 AM, Leon Anavi wrote: Upgrade to release 0.1.2: - setup.py: move pytest-runner to test_requirements Patch has been removed from the recipe because it has been already upstreamed in the new release. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin ---

Re: [oe] [meta-python][PATCH 1/2] python3-cmd2: Upgrade 1.3.9 -> 1.3.10

2020-09-21 Thread Trevor Gamblin
On 9/18/20 7:58 AM, Leon Anavi wrote: Upgrade to release 1.3.10: - Added user-settable option called always_show_hint. If True, then tab completion hints will always display even when tab completion suggestions print. Arguments whose help or hint text is suppressed will not display

Re: [oe] [meta-python][PATCH 1/2] python3-langtable: Upgrade 0.0.52 -> 0.0.53

2020-09-21 Thread Trevor Gamblin
On 9/16/20 5:21 AM, Leon Anavi wrote: Upgrade to release 0.0.53: - Capitalize the return values of language_name() and territory_name() - Add more translations from CLDR - Get translation changes from CLDR Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin ---

Re: [oe] [meta-python][PATCH 2/2] python3-sentry-sdk: Upgrade 0.17.5 -> 0.17.6

2020-09-21 Thread Trevor Gamblin
On 9/16/20 5:21 AM, Leon Anavi wrote: Upgrade to release 0.17.6: - Support for Flask 0.10 (only relaxing verson check) Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...hon3-sentry-sdk_0.17.5.bb => python3-sentry-sdk_0.17.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2

[oe] [meta-python][PATCH 3/5] python3-isort: Upgrade 5.5.2 -> 5.5.3

2020-09-21 Thread Leon Anavi
Upgrade to release 5.5.3: - Bug fix: in rare cases isort can mangle yield from or raise from statements. Signed-off-by: Leon Anavi --- .../python/{python3-isort_5.5.2.bb => python3-isort_5.5.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-python][PATCH 2/5] python3-luma-core: Upgrade 1.16.1 -> 1.16.2

2020-09-21 Thread Leon Anavi
Upgrade to release 1.16.2: - Added new parallel interface module - Renamed parallel class to bitbang_6800; moved to parallel module Signed-off-by: Leon Anavi --- ...ython3-luma-core_1.16.1.bb => python3-luma-core_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-python][PATCH 1/5] python3-h2: Upgrade 3.2.0 -> 4.0.0

2020-09-21 Thread Leon Anavi
Upgrade to release 4.0.0: - Support for Python 2.7 has been removed. - Support for Python 3.4 has been removed. - Support for Python 3.5 has been removed. - Support for PyPy (Python 2.7 compatible) has been removed. - Support for Python 3.8 has been added. - Receiving DATA before HEADERS now

[oe] [meta-python][PATCH 4/5] python3-xlsxwriter: Upgrade 1.3.3 -> 1.3.4

2020-09-21 Thread Leon Anavi
Upgrade to release 1.3.4: - Replaced internal MD5 digest used to check for duplicate images with a SHA256 digest to avoid issues on operating systems such as Red Hat in FIPS mode which don't support MD5 for security reasons Signed-off-by: Leon Anavi --- ...ython3-xlsxwriter_1.3.3.bb =>

[oe] [meta-python][PATCH 5/5] python3-flask-uploads: Consolidate in a single file

2020-09-21 Thread Leon Anavi
Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi --- .../python/python-flask-uploads.inc| 12 .../python/python3-flask-uploads_0.2.1.bb | 14 +- 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644

[oe] wireguard-module broken in dunfell

2020-09-21 Thread Marek Belisko
Hi, I'm facing an issue when added wireguard-tools package to my final image. wireguard-tools depends on wireguard-module and both seem to be built fine. I'm hitting an issue during do_rootfs stage when got this error: Collected errors: * Solver encountered 1 problem(s): * Problem 1/1: * -