Re: [oe] [PATCH] python3-pastedeploy: Add recipe

2021-03-15 Thread Khem Raj
Thanks for follow-up, It would be good if you added Singed-off-by lines as well as described in patch guidelines see https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines On 3/15/21 10:27 PM, Devon Pringle via lists.openembedded.org wrote: From: Devon Pringle --- .../packagegro

Re: [oe] [PATCH] python3-pastedeploy: Add recipe

2021-03-15 Thread Devon Pringle via lists.openembedded.org
From: Devon Pringle --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-pastedeploy_2.0.1.bb | 26 +++ 2 files changed, 27 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pastedeploy_2.0.1.bb diff --git a/meta-python/

[oe] [meta-xfce][PATCH 6/7] xfce4-systemload-plugin: 1.2.4 -> 1.3.0

2021-03-15 Thread kai
From: Kai Kang Release notes for 1.3.0 === - Port to xfconf - Add new icons and switch to rDNS naming - Add Help button to properties dialog - Fix compilation warnings - autoconf: Some updates - Update `.gitignore` - configure.ac: use AC_PROG_CC_C99 - Translation Updates: Be

[oe] [meta-xfce][PATCH 7/7] xfce4-taskmanager: 1.4.2 -> 1.5.2

2021-03-15 Thread kai
From: Kai Kang Update xfce4-taskmanager from 1.4.2 to 1.5.2: * add dependency libxfce4ui Release notes for 1.5.2 === - Fix restoring the window size (Fixes #39) - Improve wording of systray option (Fixes #19) - Translation Updates: Italian Release notes for 1.5.1 =

[oe] [meta-xfce][PATCH 4/7] xfce4-genmon-plugin: 4.1.0 -> 4.1.1

2021-03-15 Thread kai
From: Kai Kang Signed-off-by: Kai Kang --- ...fce4-genmon-plugin_4.1.0.bb => xfce4-genmon-plugin_4.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-panel-plugins/genmon/{xfce4-genmon-plugin_4.1.0.bb => xfce4-genmon-plugin_4.1.1.bb} (80%) diff --git a/me

[oe] [meta-xfce][PATCH 5/7] xfce4-weather-plugin: 0.10.2 -> 0.11.0

2021-03-15 Thread kai
From: Kai Kang Release notes for 0.11.0 - Port to Xfconf Please note that settings from the rc file are not automatically migrated. - Fix null g_array_sort() argument - settings: Use infobar and symbolic icons - Improve forecast window - autoconf: Remove AC_HEADER_STD

[oe] [meta-xfce][PATCH 1/7] xfce4-cpufreq-plugin: 1.2.2 -> 1.2.5

2021-03-15 Thread kai
From: Kai Kang Upgrade xfce4-cpufreq-plugin from 1.2.2 to 1.2.5: * drop patches which are fixed in upstream already Release notes for 1.2.3 === - configure.ac: use AC_PROG_CC_C99 - Remove duplicate information from configuration window's title - Fix missing-prototypes - Remo

[oe] [meta-xfce][PATCH 2/7] exo: 4.16.0 -> 4.16.1

2021-03-15 Thread kai
From: Kai Kang Release notes for exo 4.16.1 - Revamp the documentation to modernize and uniformize accross components - Fix keyboard navigation when only one item is present (#53) Signed-off-by: Kai Kang --- meta-xfce/recipes-xfce/exo/{exo_4.16.0.bb => exo_4.16.1

[oe] [meta-xfce][PATCH 3/7] xfce4-netload-plugin: 1.3.2 -> 1.4.0

2021-03-15 Thread kai
From: Kai Kang Release notes for 1.4.0 === - Add new icons and switch to rDNS naming - Add "About" dialog - Add help button to properties dialog - Improve progressbar look - Update URLs from goodies.x.o to docs.x.o (Bug #16170) - Fix compilation warnings - autoconf: AM_CONFIG_

[oe] [meta-xfce][PATCH 0/7] Update recipes in meta-xfce

2021-03-15 Thread kai
From: Kai Kang Kai Kang (7): xfce4-cpufreq-plugin: 1.2.2 -> 1.2.5 exo: 4.16.0 -> 4.16.1 xfce4-netload-plugin: 1.3.2 -> 1.4.0 xfce4-genmon-plugin: 4.1.0 -> 4.1.1 xfce4-weather-plugin: 0.10.2 -> 0.11.0 xfce4-systemload-plugin: 1.2.4 -> 1.3.0 xfce4-taskmanager: 1.4.2 -> 1.5.2 ...er_1

Re: [oe] [meta-python][PATCH] python3-pastedeploy: Add recipe

2021-03-15 Thread Khem Raj
Thanks Devon Could you also add it to packagegroup-meta-python.bb as well ? On 3/15/21 6:58 PM, Devon Pringle via lists.openembedded.org wrote: From: Devon Pringle --- .../python/python3-pastedeploy_2.0.1.bb | 26 +++ 1 file changed, 26 insertions(+) create mode 100

Re: [oe] [meta-perl] [PATCH] libcrypt-openssl-guess-perl: upgrade 0.11 -> 0.12

2021-03-15 Thread Khem Raj
On 3/16/21 3:43 AM, zhengruoqin wrote: Signed-off-by: Zheng Ruoqin --- ...guess-perl_0.11.bb => libcrypt-openssl-guess-perl_0.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-perl/recipes-perl/libcrypt/{libcrypt-openssl-guess-perl_0.11.bb => libcrypt-openssl-g

[oe] [meta-python][PATCH] python3-pastedeploy: Add recipe

2021-03-15 Thread Devon Pringle via lists.openembedded.org
From: Devon Pringle --- .../python/python3-pastedeploy_2.0.1.bb | 26 +++ 1 file changed, 26 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pastedeploy_2.0.1.bb diff --git a/meta-python/recipes-devtools/python/python3-pastedeploy_2.0.1.bb b

[oe] [meta-perl] [PATCH] libcrypt-openssl-guess-perl: upgrade 0.11 -> 0.12

2021-03-15 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- ...guess-perl_0.11.bb => libcrypt-openssl-guess-perl_0.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-perl/recipes-perl/libcrypt/{libcrypt-openssl-guess-perl_0.11.bb => libcrypt-openssl-guess-perl_0.12.bb} (86%) diff --git a/meta-p

[oe] [meta-oe] [PATCH] satyr: upgrade 0.36 -> 0.37

2021-03-15 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- meta-oe/recipes-support/satyr/{satyr_0.36.bb => satyr_0.37.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/satyr/{satyr_0.36.bb => satyr_0.37.bb} (94%) diff --git a/meta-oe/recipes-support/satyr/satyr_0.36.bb b/meta-oe/re

[oe] [meta-oe] [PATCH] openocd: upgrade 0.10 -> 0.11

2021-03-15 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- meta-oe/recipes-devtools/openocd/openocd_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb index 05e06a25d5..85add50b6c 100644 --- a/meta

[oe] [meta-oe] [PATCH] gd: upgrade 2.3.1 -> 2.3.2

2021-03-15 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- meta-oe/recipes-support/gd/{gd_2.3.1.bb => gd_2.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/gd/{gd_2.3.1.bb => gd_2.3.2.bb} (96%) diff --git a/meta-oe/recipes-support/gd/gd_2.3.1.bb b/meta-oe/recipes-support/gd/gd

[oe] [meta-oe] [PATCH] fio: upgrade 3.25 -> 3.26

2021-03-15 Thread zangrc
Signed-off-by: Zang Ruochen --- meta-oe/recipes-benchmark/fio/{fio_3.25.bb => fio_3.26.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-benchmark/fio/{fio_3.25.bb => fio_3.26.bb} (96%) diff --git a/meta-oe/recipes-benchmark/fio/fio_3.25.bb b/meta-oe/recipes-benc

[oe] [meta-oe] [PATCH] dialog: upgrade 1.3-20210117 -> 1.3-20210306

2021-03-15 Thread zangrc
Signed-off-by: Zang Ruochen --- .../dialog/{dialog_1.3-20210117.bb => dialog_1.3-20210306.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/dialog/{dialog_1.3-20210117.bb => dialog_1.3-20210306.bb} (88%) diff --git a/meta-oe/recipes-extended/dialog/d

[oe] [meta-networking] [PATCH] fetchmail: upgrade 6.4.16 -> 6.4.17

2021-03-15 Thread zangrc
Signed-off-by: Zang Ruochen --- .../fetchmail/{fetchmail_6.4.16.bb => fetchmail_6.4.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/fetchmail/{fetchmail_6.4.16.bb => fetchmail_6.4.17.bb} (91%) diff --git a/meta-networking/recipes-support

[oe] [meta-networking] [PATCH] dovecot: upgrade 2.3.13 -> 2.3.14

2021-03-15 Thread zangrc
Signed-off-by: Zang Ruochen --- .../dovecot/{dovecot_2.3.13.bb => dovecot_2.3.14.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/dovecot/{dovecot_2.3.13.bb => dovecot_2.3.14.bb} (95%) diff --git a/meta-networking/recipes-support/dov

[oe] [meta-oe][PATCH] breakpad: Do not fallback to android implementation for getcontext/setcontext on musl

2021-03-15 Thread Khem Raj
with musl, it tried to use local implementation which is geared towards android and does not compile with musl/linux Signed-off-by: Khem Raj --- ...ONTEXT-check-to-add-local-implementa.patch | 54 +++ ...isable-calls-to-getcontext-with-musl.patch | 47 .../recipe

Re: [oe] [meta-oe][PATCH] tclap: upgrade 1.2.2 -> 1.4.0

2021-03-15 Thread Khem Raj
On 3/15/21 8:55 AM, Randy MacLeod wrote: Project switched from autotools to CMake so drop the Makefile.am patch. The COPYING file copyright years were updated. Add description. Signed-off-by: Randy MacLeod --- .../tclap/Makefile.am-disable-docs.patch | 31 --- meta-oe/

[oe] [meta-oe][PATCH] dbus-broker: upgrade 26 -> 27

2021-03-15 Thread Luca Bocassi
From: Luca Boccassi See full changelog https://github.com/bus1/dbus-broker/releases/tag/v27 Signed-off-by: Luca Boccassi --- .../recipes-core/dbus/{dbus-broker_26.bb => dbus-broker_27.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-core/dbus/{dbus-broker_26.b

Re: [oe] [meta-oe][PATCH] tclap: upgrade 1.2.2 -> 1.4.0

2021-03-15 Thread Randy MacLeod
bitbake of ima-inspect, which depends on tclap, succeeds. I didn't check on meta-freescale but I've CCed Otavio here. BUILDALL-QEMU LOG FOR tclap START TIME: 2021-03-14_17:51:24 HOSTNAME: ala-lpggp3 HOST OS: Ubuntu 18.04.3 LTS HOST KERNEL: 5.4.0-62-generic === BUILD RESULTS: [glibc

Re: [oe] [meta-oe][dunfell PATCH] thin-provisioning-tools: switch branch from master to main

2021-03-15 Thread Denys Dmytriyenko
Armin, Could you please merge this backport to dunfell ASAP, as GitHub branch renaming broke dunfell builds. Thanks a lot! -- Denys On Mon, Mar 15, 2021 at 08:48:04AM -0700, Khem Raj wrote: > I think yes, this should help dunfell if backported. > > On 3/15/21 8:45 AM, Bajjuri, Praneeth wrote

[oe] [meta-oe][PATCH] tclap: upgrade 1.2.2 -> 1.4.0

2021-03-15 Thread Randy MacLeod
Project switched from autotools to CMake so drop the Makefile.am patch. The COPYING file copyright years were updated. Add description. Signed-off-by: Randy MacLeod --- .../tclap/Makefile.am-disable-docs.patch | 31 --- meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb | 16

Re: [oe] [meta-oe][dunfell PATCH] thin-provisioning-tools: switch branch from master to main

2021-03-15 Thread Khem Raj
I think yes, this should help dunfell if backported. On 3/15/21 8:45 AM, Bajjuri, Praneeth wrote: On 3/14/2021 8:14 PM, prane...@ti.com wrote: From: Changqing Li Have observed build errors like the below DEBUG: Mirror fetch failure for url git://github.com/jthornber/thin-provisioning-too

Re: [oe] [meta-oe][dunfell PATCH] thin-provisioning-tools: switch branch from master to main

2021-03-15 Thread praneeth via lists.openembedded.org
On 3/14/2021 8:14 PM, prane...@ti.com wrote: From: Changqing Li Have observed build errors like the below DEBUG: Mirror fetch failure for url git://github.com/jthornber/thin-provisioning-tools;protocol=https (original url: git://github.com/jthornber/thin-provisioning-tools) DEBUG: Fetcher

[oe] [PATCH] libxmlb: upgrade to 0.3.0

2021-03-15 Thread Ross Burton
--- .../libxmlb/{libxmlb_0.1.15.bb => libxmlb_0.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-gnome/libxmlb/{libxmlb_0.1.15.bb => libxmlb_0.3.0.bb} (90%) diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.1.15.bb b/meta-oe/recipes-gnome/libx

Re: [oe] [meta-python][PATCH 2/2] python3-grpcio,python3-grpcio-tools: Enable build on ppc64/glibc

2021-03-15 Thread Trevor Gamblin
On 2021-03-13 1:30 p.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] We can compile abseil-cpp now for ppc64 Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../recipes-core/packagegroups/packagegroup-meta-python.bb| 2 +- .../recipes-devtools/

Re: [oe] [meta-python][PATCH] python3-robotframework: update to 4.0

2021-03-15 Thread Trevor Gamblin
On 2021-03-12 12:09 p.m., Oleksandr Kravchuk wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Oleksandr Kravchuk Acked-by: Trevor Gamblin --- ...-robotframework_3.2.2.bb => python3-robotframework_4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 dele

Re: [oe] [meta-python][PATCH] python3-sentry-sdk: update to 1.0.0

2021-03-15 Thread Trevor Gamblin
On 2021-03-12 12:09 p.m., Oleksandr Kravchuk wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Oleksandr Kravchuk Acked-by: Trevor Gamblin --- ...ython3-sentry-sdk_0.20.3.bb => python3-sentry-sdk_1.0.0.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 dele

Re: [oe] [meta-python][PATCH v2] python3-grpcio,python3-grpcio-tools: Disable for ppc64le

2021-03-15 Thread Trevor Gamblin
On 2021-03-12 2:47 a.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] abseil-cpp does not have support for ppc64le yet Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../recipes-core/packagegroups/packagegroup-meta-python.bb| 1 + .../recipes-d

Re: [oe] [meta-python][PATCH] python3-grpcio: Disable for ppc64le

2021-03-15 Thread Trevor Gamblin
On 2021-03-12 2:28 a.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] abseil-cpp does not have support for ppc64le yet Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb | 4 1 file chan

Re: [oe] [meta-python][PATCH 3/5] python3-pyscaffold: Upgrade 3.3.1 -> 4.0

2021-03-15 Thread Trevor Gamblin
On 2021-03-12 11:25 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 4.0: - Cookiecutter, Django and Travis extensions extracted to their own repositories - Support for Python 3.4 and 3.5 dropped - Dropped deprecated requirements.txt f

Re: [oe] [meta-python][PATCH 5/5] python3-prompt-toolkit: Upgrade 3.0.16 -> 3.0.17

2021-03-15 Thread Trevor Gamblin
On 2021-03-12 11:26 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 3.0.17: - Accept `style` parameter in `print_container` utility. - On Windows, handle Control-Delete. - Avoid leaking file descriptors in SSH server. Signed-off-by: Leo

Re: [oe] [meta-python][PATCH 4/5] python3-croniter: Upgrade 1.0.6 -> 1.0.8

2021-03-15 Thread Trevor Gamblin
On 2021-03-12 11:25 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 1.0.8: - Update _expand to lowercase each component of the expression - Fix _expand to reject int literals with underscores - Remove a debug statement to make flake8 hap

Re: [oe] [meta-python][PATCH 1/5] python3-waitress: Upgrade 1.4.4 -> 2.0.0

2021-03-15 Thread Trevor Gamblin
On 2021-03-12 11:25 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 2.0.0: - Fix a crash on startup when listening to multiple interfaces. - Waitress no longer attempts to guess at what the server_name should be for a listen socket, i

Re: [oe] [meta-python][PATCH 2/5] python3-pako: Upgrade 0.3.0 -> 0.3.1

2021-03-15 Thread Trevor Gamblin
On 2021-03-12 11:25 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 0.3.1: - Adds an optional no-confirm flag particularly for use in non-interactive setups. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{py

[oe] [meta-oe][dunfell][PATCH] neon: Add ptest

2021-03-15 Thread Neetika.Singh
From: "Aditya.Tayade" Reused below test suites from neon source package: BASIC_TESTS: auth basic request session socket string-tests stubs uri-tests util-tests DAV_TESTS: acl3744 lock oldacl props xml xmlreq Overall execution time of above test suite is approximately 15sec. Signed-off-by: Neet

[oe] [meta-oe][gatesgarth][PATCH] neon: Add ptest

2021-03-15 Thread Neetika.Singh
From: "Aditya.Tayade" Reused below test suites from neon source package: BASIC_TESTS: auth basic request session socket string-tests stubs uri-tests util-tests DAV_TESTS: acl3744 lock oldacl props xml xmlreq Overall execution time of above test suite is approximately 15sec. Signed-off-by: Neet

[oe] [meta-oe][master][PATCH] neon: Add ptest

2021-03-15 Thread Neetika.Singh
From: "Aditya.Tayade" Reused below test suites from neon source package: BASIC_TESTS: auth basic request session socket string-tests stubs uri-tests util-tests DAV_TESTS: acl3744 lock oldacl props xml xmlreq Overall execution time of above test suite is approximately 15sec. Signed-off-by: Neet

[oe] [meta-python][PATCH 10/10] python3-autobahn: Upgrade 21.2.2 -> 21.3.1

2021-03-15 Thread Leon Anavi
Upgrade to release 21.3.1: - fix: Twisted v21.2.0 breaks Crossbar.io Signed-off-by: Leon Anavi --- .../{python3-autobahn_21.2.2.bb => python3-autobahn_21.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-autobahn_21.2.2.bb => py

[oe] [meta-python][PATCH 06/10] python3-pycodestyle: Upgrade 2.6.0 -> 2.7.0

2021-03-15 Thread Leon Anavi
Upgrade to release 2.7.0: - Fix physical checks (such as W191) at end of file - Add --indent-size option (defaulting to 4) - W605: fix escaped crlf false positive on windows Signed-off-by: Leon Anavi --- ...thon3-pycodestyle_2.6.0.bb => python3-pycodestyle_2.7.0.bb} | 3 +-- 1 file changed, 1 i

[oe] [meta-python][PATCH 09/10] python3-pyflakes: Upgrade 2.2.0 -> 2.3.0

2021-03-15 Thread Leon Anavi
Upgrade to release 2.3.0: - Recognize tuple concatenation in __all__ export definitions - Better support use of annotation-only assignments when using from __future__ import annotations - Recognize special-case typing for Annotated - Fix undefined name __qualname__ in class scope - Recognize spe

[oe] [meta-python][PATCH 08/10] python3-alembic: Upgrade 1.5.5 -> 1.5.7

2021-03-15 Thread Leon Anavi
Upgrade to release 1.5.7: - Bug fix: adjusted the recently added EnvironmentContext.configure.include_name hook to accommodate for additional object types such as "views" that don't have a parent table, to support third party recipes and extensions. Signed-off-by: Leon Anavi --- .../{pyth

[oe] [meta-python][PATCH 07/10] python3-bitarray: Upgrade 1.7.0 -> 1.7.1

2021-03-15 Thread Leon Anavi
Upgrade to release 1.7.1: - raise TypeError when incorrect index is used during assignment, e.g. `a[1.5] = 1` - raise TypeError (not IndexError) when assigning slice to incorrect type, e.g. `a[1:4] = 1.2` - improve some docstrings and tests Signed-off-by: Leon Anavi --- .../{python3-bitarra

[oe] [meta-python][PATCH 05/10] python3-luma-core: Upgrade 2.2.0 -> 2.3.1

2021-03-15 Thread Leon Anavi
Upgrade to release 2.3.1: - Add Github publish action - Cleanup only GPIO pins used rather than all License-Update: Update year Signed-off-by: Leon Anavi --- ...{python3-luma-core_2.2.0.bb => python3-luma-core_2.3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-pyt

[oe] [meta-python][PATCH 04/10] python3-configargparse: Upgrade 1.3 -> 1.4

2021-03-15 Thread Leon Anavi
Upgrade to release 1.4: - Allow nearly all characters in a keyword Signed-off-by: Leon Anavi --- ...hon3-configargparse_1.3.bb => python3-configargparse_1.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-configargparse_1.3.bb => p

[oe] [meta-python][PATCH 02/10] python3-jsonpatch: Upgrade 1.31 -> 1.32

2021-03-15 Thread Leon Anavi
Upgrade to release 1.32: - take_index causing 'move' of incorrect values due to bad True==1 comparison Signed-off-by: Leon Anavi --- .../{python3-jsonpatch_1.31.bb => python3-jsonpatch_1.32.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/pytho

[oe] [meta-python][PATCH 03/10] python3-jsonpointer: Upgrade 2.0 -> 2.1

2021-03-15 Thread Leon Anavi
Upgrade to release 2.1: - Support Python 3.8 and 3.9 Signed-off-by: Leon Anavi --- .../{python3-jsonpointer_2.0.bb => python3-jsonpointer_2.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-jsonpointer_2.0.bb => python3-jsonpoint

[oe] [meta-python][PATCH 01/10] python3-pymisp: Upgrade 2.4.138 -> 2.4.140

2021-03-15 Thread Leon Anavi
Upgrade to release 2.4.140: - Soft delete object in MISPEvent - Add in ability to add a new cluster relation - MISP Galaxy 2.0 capability Signed-off-by: Leon Anavi --- .../{python3-pymisp_2.4.138.bb => python3-pymisp_2.4.140.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename m