summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-10-14 16:54:55 +0800
committerKhem Raj <raj.khem@gmail.com>2024-10-14 09:52:29 -0700
commit18a1ec80514b5b84982f5abc234e719566b5657f (patch)
treebd70cd2c16592a4f89711cdd1b443aead23eae41 /meta-python
parent7002ffd2b2aab8373d4e344c1ae4534c6e8851ff (diff)
downloadmeta-openembedded-18a1ec80514b5b84982f5abc234e719566b5657f.tar.gz
python3-pymisp: upgrade 2.4.198 -> 2.5.0
Changes ~~~~~~~ - misp_instance_version_master now uses the 2.5 branch. - Make mypy happy. - Only include the changelog in the sdist package. - [data] describeTypes.json updated. - Openioc.py is not a script, but had exec bit. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pymisp_2.5.0.bb (renamed from meta-python/recipes-devtools/python/python3-pymisp_2.4.198.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.198.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.5.0.bb
index b902061c05..83b3c82ab8 100644
--- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.198.bb
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.5.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/MISP/PyMISP"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
5 5
6SRC_URI[sha256sum] = "f5583263c2fcd380570c084b21c4e4812a01c32daa7baafcdc3f87153edc9303" 6SRC_URI[sha256sum] = "d3bfc7a337e4382026343f05aa442bfdecc3e11a4f3a5479ad0e6087dcde7e78"
7 7
8inherit python_poetry_core pypi 8inherit python_poetry_core pypi
9 9