From 65380f3601cffcd2b93b025fcb27894bba447ce5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Sep 2023 15:50:41 +0800 Subject: [PATCH] python3-pymisp: upgrade 2.4.175 -> 2.4.176 Changelog: ========= - Avoid exception when data is an empty iterator. - Revert "build(deps): bump codecov/codecov-action from 3 to 4" - Build(deps): bump codecov/codecov-action from 3 to 4. - Build(deps): bump actions/checkout from 3 to 4. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-pymisp_2.4.175.bb => python3-pymisp_2.4.176.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.175.bb => python3-pymisp_2.4.176.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.175.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.176.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.175.bb rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.176.bb index 969e4b7b5a..56f34d4123 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.175.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.176.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 = "69e660ef03108cc16a52b170e7ab4440bd202520" +SRCREV = "249cf20f3516100cea0adb0396635e2c13d7695d" S = "${WORKDIR}/git" inherit python_poetry_core