diff mbox series

[meta-python,45/54] python3-types-psutil: upgrade 6.0.0.20240901 -> 6.0.0.20241011

Message ID 1728896115-2944-45-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:55 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- update psutil.Process.parent() return type
- per psutil.Process.parent()'s docstring, it may return None.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240901.bb b/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20241011.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240901.bb
rename to meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20241011.bb
index 331756e46..c04c14bf4 100644
--- a/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240901.bb
+++ b/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20241011.bb
@@ -5,6 +5,6 @@  LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "437affa76670363db9ffecfa4f153cc6900bf8a7072b3420f3bc07a593f92226"
+SRC_URI[sha256sum] = "5f5c71d02f7a018249d457e080f85966a31a8200644c5459f63cf02be1d85c04"
 
 BBCLASSEXTEND = "native"