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 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" 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 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" 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 \ 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 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 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