diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-14 16:54:55 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-14 09:52:29 -0700 |
| commit | 18a1ec80514b5b84982f5abc234e719566b5657f (patch) | |
| tree | bd70cd2c16592a4f89711cdd1b443aead23eae41 /meta-python | |
| parent | 7002ffd2b2aab8373d4e344c1ae4534c6e8851ff (diff) | |
| download | meta-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" | |||
| 3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "f5583263c2fcd380570c084b21c4e4812a01c32daa7baafcdc3f87153edc9303" | 6 | SRC_URI[sha256sum] = "d3bfc7a337e4382026343f05aa442bfdecc3e11a4f3a5479ad0e6087dcde7e78" |
| 7 | 7 | ||
| 8 | inherit python_poetry_core pypi | 8 | inherit python_poetry_core pypi |
| 9 | 9 | ||
