diff mbox series

[meta-python] python3-pymisp: upgrade 2.4.175 -> 2.4.176

Message ID 1695109841-7964-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-pymisp: upgrade 2.4.175 -> 2.4.176 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 19, 2023, 7:50 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../{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 mbox series

Patch

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