diff mbox series

[meta-python,32/42] python3-types-psutil: upgrade 6.0.0.20240621 -> 6.0.0.20240901

Message ID 1725958990-5719-32-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/42] ctags: upgrade 6.1.20240825.0 -> 6.1.20240908.0 | expand

Commit Message

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

License-Update: "Apache-2.0 license" changed to "Apache-2.0"

Changelog:
 Fix types for psutil.cpu_* functions

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/python3-types-psutil_6.0.0.20240621.bb      | 10 ----------
 .../python/python3-types-psutil_6.0.0.20240901.bb      | 10 ++++++++++
 2 files changed, 10 insertions(+), 10 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240621.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240901.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240621.bb b/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240621.bb
deleted file mode 100644
index 92acdc4fd..000000000
--- a/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240621.bb
+++ /dev/null
@@ -1,10 +0,0 @@ 
-SUMMARY = "Typing stubs for psutil"
-HOMEPAGE = "https://github.com/python/typeshed"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1608a4a9c7b578e"
-
-inherit pypi setuptools3
-
-SRC_URI[sha256sum] = "1be027326c42ff51ebd65255a5146f9dc57e5cf8c4f9519a88b3f3f6a7fcd00e"
-
-BBCLASSEXTEND = "native"
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.20240901.bb
new file mode 100644
index 000000000..331756e46
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240901.bb
@@ -0,0 +1,10 @@ 
+SUMMARY = "Typing stubs for psutil"
+HOMEPAGE = "https://github.com/python/typeshed"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462545aeb1356ad23"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "437affa76670363db9ffecfa4f153cc6900bf8a7072b3420f3bc07a593f92226"
+
+BBCLASSEXTEND = "native"