diff mbox series

[meta-python,37/44] python3-types-psutil: upgrade 5.9.5.20240423 -> 5.9.5.20240511

Message ID 1715677817-2223-37-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/44] dool: upgrade 1.3.1 -> 1.3.2 | expand

Commit Message

Mingyu Wang (Fujitsu) May 14, 2024, 9:10 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- stubs: change psutil's Process.wait timeout argument to float

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...5.9.5.20240423.bb => python3-types-psutil_5.9.5.20240511.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-types-psutil_5.9.5.20240423.bb => python3-types-psutil_5.9.5.20240511.bb} (74%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240423.bb b/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240511.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240423.bb
rename to meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240511.bb
index 876f93a0f..c4475b755 100644
--- a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240423.bb
+++ b/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240511.bb
@@ -5,6 +5,6 @@  LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "1b976cf86308316c5ac22cec688015b04273c84f8e691c3dfb0c12318f32a6f3"
+SRC_URI[sha256sum] = "2c0b22edab6c8775f4a8688e3f14cefda8793e26ddf99d61b654a0d600179087"
 
 BBCLASSEXTEND = "native"