diff mbox series

[meta-python,34/54] python3-pymisp: upgrade 2.4.198 -> 2.5.0

Message ID 1728896115-2944-34-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/54] adw-gtk3: upgrade 5.4 -> 5.5 | expand

Commit Message

Mingyu Wang (Fujitsu) Oct. 14, 2024, 8:54 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../{python3-pymisp_2.4.198.bb => python3-pymisp_2.5.0.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.198.bb => python3-pymisp_2.5.0.bb} (85%)
diff mbox series

Patch

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
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.198.bb
rename to meta-python/recipes-devtools/python/python3-pymisp_2.5.0.bb
index b902061c0..83b3c82ab 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"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
 
-SRC_URI[sha256sum] = "f5583263c2fcd380570c084b21c4e4812a01c32daa7baafcdc3f87153edc9303"
+SRC_URI[sha256sum] = "d3bfc7a337e4382026343f05aa442bfdecc3e11a4f3a5479ad0e6087dcde7e78"
 
 inherit python_poetry_core pypi