From 0c7ca1c0292adbd126e68abafa3748619f5a883d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 24 Aug 2021 11:18:12 +0300 Subject: [PATCH 1/8] python3-colorlog: Upgrade 5.0.1 -> 6.4.1 Upgrade to release 6.4.1: - Renamed colorlog.logging to colorlog.wrappers - Import log levels from the logging module - Dropped support for Python 2 and Python versions below 3.5 - Added type hints and added mypy to CI - Support 256 colour ANSI codes - Support "light" ANSI codes - Support the NO_COLOR environment variable, and a no_color option - Updated various examples and documentation - Merged TTYColoredFormatter into ColoredFormatter, and ensure no ANSI codes are printed when colors are disabled - Replaced LevelFormatter with a far simpler implementation - Fixed version_info check for the Formatter validate parameter - Define formatMessage instead of format, so that ColoredRecord is used in fewer places - Use setuptool's "normalised" format for the version number - Add PEP 561 typing marker so mypy can find type annotations - Renamed internal modules - colorlog.colorlog is now colorlog.formatter - colorlog.logging is now colorlog.wrappers - Removed colorlog.escape_codes object so that the colorlog.escape_codes module can be imported and used - Import log levels from the logging module Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-colorlog_5.0.1.bb => python3-colorlog_6.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-colorlog_5.0.1.bb => python3-colorlog_6.4.1.bb} (75%) diff --git a/meta-python/recipes-devtools/python/python3-colorlog_5.0.1.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.4.1.bb similarity index 75% rename from meta-python/recipes-devtools/python/python3-colorlog_5.0.1.bb rename to meta-python/recipes-devtools/python/python3-colorlog_6.4.1.bb index 61b8152a1e0..59a0e94939c 100644 --- a/meta-python/recipes-devtools/python/python3-colorlog_5.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-colorlog_6.4.1.bb @@ -7,4 +7,4 @@ inherit pypi setuptools3 PYPI_PACKAGE = "colorlog" -SRC_URI[sha256sum] = "f17c013a06962b02f4449ee07cfdbe6b287df29efc2c9a1515b4a376f4e588ea" +SRC_URI[sha256sum] = "af99440154a01f27c09256760ea3477982bf782721feaa345904e806879df4d8" From f4a3011dd8769ceac9bd86e557b21ecde11a82a7 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 24 Aug 2021 11:18:13 +0300 Subject: [PATCH 2/8] python3-ruamel-yaml: Upgrade 0.17.11 -> 0.17.13 Upgrade to release 0.17.13: - minor fix in attr handling - fix issue with anchor on registered class not preserved and those classes using package attrs with @attr.s() Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...n3-ruamel-yaml_0.17.11.bb => python3-ruamel-yaml_0.17.13.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-ruamel-yaml_0.17.11.bb => python3-ruamel-yaml_0.17.13.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.11.bb b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.13.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.11.bb rename to meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.13.bb index 8423a892949..d28e8a12fed 100644 --- a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.11.bb +++ b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.13.bb @@ -8,7 +8,7 @@ PYPI_PACKAGE = "ruamel.yaml" inherit pypi setuptools3 -SRC_URI[sha256sum] = "b5e96c0a6619830a7733099f0599b56556a963c6114ef64d0ddb4673347b426f" +SRC_URI[sha256sum] = "02f0ed93e98ea32498d25a2952635bbd9fabd553599b8ad67724b4ac88dd8f6c" RDEPENDS:${PN} += "\ ${PYTHON_PN}-shell \ From f0dce42ec33552faeb63294613a4f5d46ce766f0 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 24 Aug 2021 11:18:14 +0300 Subject: [PATCH 3/8] python3-simplejson: Upgrade 3.17.4 -> 3.17.5 Upgrade to release 3.17.5: - Fix the C extension module to harden is_namedtuple against looks-a-likes such as Mocks. Also prevent dict encoding from causing an unraised SystemError when encountering a non-Dict. Noticed by running user tests against a CPython interpreter with C asserts enabled (COPTS += -UNDEBUG). Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...ython3-simplejson_3.17.4.bb => python3-simplejson_3.17.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-simplejson_3.17.4.bb => python3-simplejson_3.17.5.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.17.4.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.17.5.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-simplejson_3.17.4.bb rename to meta-python/recipes-devtools/python/python3-simplejson_3.17.5.bb index e50aac67a9a..7c92761c405 100644 --- a/meta-python/recipes-devtools/python/python3-simplejson_3.17.4.bb +++ b/meta-python/recipes-devtools/python/python3-simplejson_3.17.5.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e" -SRC_URI[sha256sum] = "2af85e028714c4b6cb2eb6fc03aa91f39ffd654f2eb2f6f8f860e14aeefa6be1" +SRC_URI[sha256sum] = "91cfb43fb91ff6d1e4258be04eee84b51a4ef40a28d899679b9ea2556322fb50" inherit pypi setuptools3 From e2340fa520d88cfe5061d9e393566b0d8b1e78c7 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 24 Aug 2021 11:18:15 +0300 Subject: [PATCH 4/8] python3-bitarray: Upgrade 2.3.0 -> 2.3.2 Upgrade to release 2.3.2: - fix slice assignment for shared buffer with offset case - add tests (including internal debug mode tests for `buffers_overlap()`) Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-bitarray_2.3.0.bb => python3-bitarray_2.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bitarray_2.3.0.bb => python3-bitarray_2.3.2.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.3.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.3.2.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-bitarray_2.3.0.bb rename to meta-python/recipes-devtools/python/python3-bitarray_2.3.2.bb index b198b470048..8b473b543d4 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_2.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.3.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray" LICENSE = "PSF" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" -SRC_URI[sha256sum] = "21f2e10420f9ae74d3bdfd3cb74947ddbe9fbc0b2e5662f2f039001954f1d8b6" +SRC_URI[sha256sum] = "4bee3ba9164b66cef64f1099e9a3b88e99ddcd0c943807e99443613e184b48b4" inherit setuptools3 pypi From 374ba61b8dbabfef6d86685f682cbd9cdef7a97e Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 24 Aug 2021 11:18:16 +0300 Subject: [PATCH 5/8] python3-watchdog: Upgrade 2.1.3 -> 2.1.5 Upgrade to release 2.1.5: - Fix regression introduced in 2.1.4 (reverted "Allow overriding or adding custom event handlers to event dispatch map. - Convert regexes of type str to list. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-watchdog_2.1.3.bb => python3-watchdog_2.1.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-watchdog_2.1.3.bb => python3-watchdog_2.1.5.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb b/meta-python/recipes-devtools/python/python3-watchdog_2.1.5.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb rename to meta-python/recipes-devtools/python/python3-watchdog_2.1.5.bb index 97d46b4f185..55b966a90f1 100644 --- a/meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb +++ b/meta-python/recipes-devtools/python/python3-watchdog_2.1.5.bb @@ -4,7 +4,7 @@ DEPENDS = "${PYTHON_PN}-argh" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "e5236a8e8602ab6db4b873664c2d356c365ab3cac96fbdec4970ad616415dd45" +SRC_URI[sha256sum] = "5563b005907613430ef3d4aaac9c78600dd5704e84764cb6deda4b3d72807f09" inherit pypi setuptools3 From 4e1e8c8dec76f720d8706a6ac33239742207e04e Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Mon, 23 Aug 2021 14:51:26 +0800 Subject: [PATCH 6/8] python3-pymisp: upgrade 2.4.144 -> 2.4.148 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New ~~~ - Method `sharing_group_exists` [Jakub Onderka] - Method `update_sharing_group` [Jakub Onderka] - Save one REST call when initialize PyMISP class. [Jakub Onderka] - Method `organisation_exists` [Jakub Onderka] - Method `sharing_group_exists` [Jakub Onderka] - Method `update_sharing_group` [Jakub Onderka] - `to_dict` method supports `json_format` parameter. [Jakub Onderka] - Method `organisation_exists` [Jakub Onderka] - Method `sharing_group_exists` [Jakub Onderka] - Method `update_sharing_group` [Jakub Onderka] - Save one REST call when initialize PyMISP class. [Jakub Onderka] - Method `organisation_exists` [Jakub Onderka] - Method `sharing_group_exists` [Jakub Onderka] - Method `update_sharing_group` [Jakub Onderka] - Exclude decayed attributes in search. [Raphaƫl Vinot] Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pymisp_2.4.144.bb => python3-pymisp_2.4.148.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.144.bb => python3-pymisp_2.4.148.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.144.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.148.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.144.bb rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.148.bb index 63930780698..e091e8757cc 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.144.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.148.bb @@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main" -SRCREV = "7dbaf665d9288f2a2692bee3d6207bb6abe3c51f" +SRCREV = "6f7157cf26a6b4ec102021c8f1197a40380b12e3" S = "${WORKDIR}/git" inherit setuptools3 From e0df48d05a33cd4360602fa04fafca034fbf2972 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Mon, 23 Aug 2021 14:52:24 +0800 Subject: [PATCH 7/8] python3-pyzmq: upgrade 22.1.0 -> 22.2.1 22.2.1 Fix bundling of wepoll on Windows. 22.2.0 New features: IPC support on Windows: where available (64bit Windows wheels and bundled libzmq when compiling from source, via wepoll), IPC should work on appropriate Windows versions. Nicer reprs of contexts and sockets Memory allocated by recv(copy=False) is no longer read-only asyncio: Always reference current loop instead of attaching to the current loop at instantiation time. This fixes e.g. contexts and/or sockets instantiated prior to a call to asyncio.run. ssh: $PYZMQ_PARAMIKO_HOST_KEY_POLICY can be used to set the missing host key policy, e.g. AutoAdd. Fixes: Fix memory corruption in gevent integration Fix memoryview(zmq.Frame) with cffi backend Fix threadsafety issue when closing sockets Changes: pypy Windows wheels are 64b-only, following an update in cibuildwheel 2.0 deprecate zmq.utils.jsonapi and remove support for non-stdlib json implementations in send/recv_json. Custom serialization methods should be used instead. Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pyzmq_22.1.0.bb => python3-pyzmq_22.2.1.bb} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pyzmq_22.1.0.bb => python3-pyzmq_22.2.1.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_22.1.0.bb b/meta-python/recipes-devtools/python/python3-pyzmq_22.2.1.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-pyzmq_22.1.0.bb rename to meta-python/recipes-devtools/python/python3-pyzmq_22.2.1.bb index 9e418f04b58..f58074a9a99 100644 --- a/meta-python/recipes-devtools/python/python3-pyzmq_22.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyzmq_22.2.1.bb @@ -8,11 +8,14 @@ DEPENDS = "zeromq" FILESEXTRAPATHS:prepend := "${THISDIR}/python-pyzmq:" SRC_URI += "file://club-rpath-out.patch" -SRC_URI[sha256sum] = "7040d6dd85ea65703904d023d7f57fab793d7ffee9ba9e14f3b897f34ff2415d" +SRC_URI[sha256sum] = "6d18c76676771fd891ca8e0e68da0bbfb88e30129835c0ade748016adb3b6242" inherit pypi pkgconfig setuptools3 -RDEPENDS:${PN} += "${PYTHON_PN}-multiprocessing" +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-multiprocessing \ + ${PYTHON_PN}-json \ +" FILES:${PN}-dbg =+ "${PYTHON_SITEPACKAGES_DIR}/zmq/backend/cython/.debug" From ffdcc73546c354f05739a1d9cfb3d744deb62aa4 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Mon, 23 Aug 2021 14:52:13 +0800 Subject: [PATCH 8/8] python3-tqdm: upgrade 4.62.0 -> 4.62.2 fix notebook memory leak (#1216) fix contrib.concurrent with generators (#1233 <- #1231) Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-tqdm_4.62.0.bb => python3-tqdm_4.62.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-tqdm_4.62.0.bb => python3-tqdm_4.62.2.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.62.0.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.62.2.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-tqdm_4.62.0.bb rename to meta-python/recipes-devtools/python/python3-tqdm_4.62.2.bb index f9b530d652b..bbdd795aabf 100644 --- a/meta-python/recipes-devtools/python/python3-tqdm_4.62.0.bb +++ b/meta-python/recipes-devtools/python/python3-tqdm_4.62.2.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" LICENSE = "MIT & MPL-2.0" LIC_FILES_CHKSUM = "file://LICENCE;md5=59e4271a933d33edfe60237db377a14b" -SRC_URI[sha256sum] = "3642d483b558eec80d3c831e23953582c34d7e4540db86d9e5ed9dad238dabc6" +SRC_URI[sha256sum] = "a4d6d112e507ef98513ac119ead1159d286deab17dffedd96921412c2d236ff5" inherit pypi setuptools3