From 63edb5b42876f3cc50b52e481e9054a36068e400 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 28 Apr 2021 16:54:48 +0300 Subject: [PATCH] python3-pymisp: Upgrade 2.4.141.1 -> 2.4.142 Upgrade to release 2.4.142: - Support for correlation exclusion list Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pymisp_2.4.141.1.bb => python3-pymisp_2.4.142.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.141.1.bb => python3-pymisp_2.4.142.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.141.1.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.142.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.141.1.bb rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.142.bb index df6f1c762d..a644978e40 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.141.1.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.142.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 = "62cd5173f087e88834e88472060181b681b0b4d2" +SRCREV = "357096f24c4f8d7dac87dfe0b9edad4f924f27a3" S = "${WORKDIR}/git" inherit setuptools3