[meta-python] python3-pymisp: upgrade 2.4.152 -> 2.4.155.1

Message ID 1646822705-61973-2-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-pymisp: upgrade 2.4.152 -> 2.4.155.1 | expand

Commit Message

Mingyu Wang (Fujitsu) March 9, 2022, 10:45 a.m. UTC
Changelog:
=========
Changes
-------
- Bump required python version for doc.
- Remove python 3.6 from metadata.
- Re-bump changelog.
- Bump version.
- Bump changelog.
- Bump misp-objects.
- Bump deps.
- Bump new minimal python version to 3.7.
- Perl dependencies not longer required.
- Simplify submodules checkout.
- Use https for link to documentation.
- Bump deps.
- [misp-objects] updated to the latest version.
- [FIPS] no clean way to support OpenSSL hashlib interface for FIPS.
- [FIPS] falling back on older version of Python not having
  usedforsecurity.
- [FIPS] in some cases, the `usedforsecurity` is not used. So fail if
  the FIPS compliance is required and then the `usedforsecurity` is
  disabled.
- [feeds] FIPS: when MD5 hashes are generated for fast-lookup it's not
  for security.

  hashlib provides an option to tell if the hash is used for security or
  not. By default, it's set to True. For the feed cache generation, it's
  not. Then usedforsecurity=False
- Bump deps.
- Bump deps, objects.

Fix
-----
- Incorrect call when requesting a new API key.
- Libfuzzy-dev is not longer required.
- [mispevent] cannot type.
- Make mypy happy.

New
------
- Get_new_authkey for a user.
- [dep] Use pydeep2 instead of pydeep.

Other
------
- Create add_filetype_object_from_csv.py.
- Add feed option for local tag exclusion #817.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-pymisp_2.4.152.bb => python3-pymisp_2.4.155.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.152.bb => python3-pymisp_2.4.155.1.bb} (92%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.152.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.155.1.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.152.bb
rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.155.1.bb
index 18f5f9cd90..ef18671a0a 100644
--- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.152.bb
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.155.1.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 = "d991e53f9a9641f454e116e83d2913edf405a53f"
+SRCREV = "03dc22f9598e6caae81b0e40ce27bf3f17799f4e"
 S = "${WORKDIR}/git"
 
 inherit poetry_core