All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.168 -> 2.4.168.1
@ 2023-03-04 11:11 wangmy
  2023-03-04 11:11 ` [oe] [meta-python] [PATCH] python3-watchdog: upgrade 2.3.0-> 2.3.1 wangmy
  2023-03-04 11:11 ` [oe] [meta-python] [PATCH] python3-wrapt: upgrade 1.14.1 -> 1.15.0 wangmy
  0 siblings, 2 replies; 3+ messages in thread
From: wangmy @ 2023-03-04 11:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
New
-----
- [doc] added the Jupyter notebook used in a.7-rest-api-extensive-
  restsearch.

Fix
--
- Properly handle missing parameter in CSV importer.
- Undefined variable in event delegation.
- Remove reference to old pydeep.

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

diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.168.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.168.1.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.168.bb
rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.168.1.bb
index 2beff5c33..3d55f35c3 100644
--- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.168.bb
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.168.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 = "9a7adb2e0d60d2edee9f541db808652875bae20e"
+SRCREV = "5fa99aa55706321767576ea501ce08416d970ace"
 S = "${WORKDIR}/git"
 
 inherit python_poetry_core
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [oe] [meta-python] [PATCH] python3-watchdog: upgrade 2.3.0-> 2.3.1
  2023-03-04 11:11 [oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.168 -> 2.4.168.1 wangmy
@ 2023-03-04 11:11 ` wangmy
  2023-03-04 11:11 ` [oe] [meta-python] [PATCH] python3-wrapt: upgrade 1.14.1 -> 1.15.0 wangmy
  1 sibling, 0 replies; 3+ messages in thread
From: wangmy @ 2023-03-04 11:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
    Run black on the entire source code
    Bundle the requirements-tests.txt file in the source distribution (#939)
    [watchmedo] Exclude FileOpenedEvent events from AutoRestartTrick, and ShellCommandTrick, to restore watchdog < 2.3.0 behavior. A better solution should be found in the future. (#949)
    [watchmedo] Log FileOpenedEvent, and FileClosedEvent, events in LoggerTrick

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

diff --git a/meta-python/recipes-devtools/python/python3-watchdog_2.3.0.bb b/meta-python/recipes-devtools/python/python3-watchdog_2.3.1.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-watchdog_2.3.0.bb
rename to meta-python/recipes-devtools/python/python3-watchdog_2.3.1.bb
index 8b4cdbb3e..b927de41e 100644
--- a/meta-python/recipes-devtools/python/python3-watchdog_2.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-watchdog_2.3.1.bb
@@ -4,7 +4,7 @@ DEPENDS = "${PYTHON_PN}-argh"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = "9d39effe6909be898ba3e7286a9e9b17a6a9f734fb1ef9dde3e9bb68715fca39"
+SRC_URI[sha256sum] = "d9f9ed26ed22a9d331820a8432c3680707ea8b54121ddcc9dc7d9f2ceeb36906"
 
 inherit pypi setuptools3
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [oe] [meta-python] [PATCH] python3-wrapt: upgrade 1.14.1 -> 1.15.0
  2023-03-04 11:11 [oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.168 -> 2.4.168.1 wangmy
  2023-03-04 11:11 ` [oe] [meta-python] [PATCH] python3-watchdog: upgrade 2.3.0-> 2.3.1 wangmy
@ 2023-03-04 11:11 ` wangmy
  1 sibling, 0 replies; 3+ messages in thread
From: wangmy @ 2023-03-04 11:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
https://wrapt.readthedocs.io/en/latest/changes.html

License-Update: Copyright year updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-wrapt_1.14.1.bb => python3-wrapt_1.15.0.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-wrapt_1.14.1.bb => python3-wrapt_1.15.0.bb} (66%)

diff --git a/meta-python/recipes-devtools/python/python3-wrapt_1.14.1.bb b/meta-python/recipes-devtools/python/python3-wrapt_1.15.0.bb
similarity index 66%
rename from meta-python/recipes-devtools/python/python3-wrapt_1.14.1.bb
rename to meta-python/recipes-devtools/python/python3-wrapt_1.15.0.bb
index 54bf1ee99..e35e1f7a7 100644
--- a/meta-python/recipes-devtools/python/python3-wrapt_1.14.1.bb
+++ b/meta-python/recipes-devtools/python/python3-wrapt_1.15.0.bb
@@ -2,9 +2,9 @@ SUMMARY = "A Python module for decorators, wrappers and monkey patching."
 HOMEPAGE = "http://wrapt.readthedocs.org/"
 LICENSE = "BSD-2-Clause"
 SECTION = "devel/python"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=7a4e084dbc322d180bc74f26cdf8236e"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=dc34cbad60bc961452eb7ade801d25f7"
 
-SRC_URI[sha256sum] = "380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d"
+SRC_URI[sha256sum] = "d06730c6aed78cee4126234cf2d071e01b44b915e725a6cb439a879ec9754a3a"
 
 inherit pypi setuptools3 
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-04 11:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-04 11:11 [oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.168 -> 2.4.168.1 wangmy
2023-03-04 11:11 ` [oe] [meta-python] [PATCH] python3-watchdog: upgrade 2.3.0-> 2.3.1 wangmy
2023-03-04 11:11 ` [oe] [meta-python] [PATCH] python3-wrapt: upgrade 1.14.1 -> 1.15.0 wangmy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.