summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-04-06 15:33:30 +0300
committerArmin Kuster <akuster808@gmail.com>2021-04-08 13:13:29 -0700
commit796b538871502b6b2e753d0a09c73bce62d7d47d (patch)
tree7d67cf2fd90a5fe31f6214a58d4968546931c609 /meta-python/recipes-devtools
parent6da16d6631a533d231f608b1a4c1729691102f60 (diff)
downloadmeta-openembedded-796b538871502b6b2e753d0a09c73bce62d7d47d.tar.gz
python3-pymisp: Upgrade 2.4.141 -> 2.4.141.1
Upgrade to release 2.4.141.1: - Re-bump changelog - Bump version Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 0eefda892aea7f69189d1f3b1f99949d4feb5321) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-pymisp_2.4.141.1.bb (renamed from meta-python/recipes-devtools/python/python3-pymisp_2.4.141.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.141.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.141.1.bb
index c8bd52f105..df6f1c762d 100644
--- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.141.bb
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.141.1.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
5 5
6SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main" 6SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main"
7SRCREV = "4a0c1e1dc42af171d3c1bcaa12436f79ff6cfd9b" 7SRCREV = "62cd5173f087e88834e88472060181b681b0b4d2"
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9
10inherit setuptools3 10inherit setuptools3