diff mbox series

[AUH] python3-psutil: upgrading to 5.9.8 SUCCEEDED

Message ID 0101018d65d3f20c-ca84abb0-cf46-4ba1-96f5-08f53adaf0dd-000000@us-west-2.amazonses.com
State RFC, archived
Headers show
Series [AUH] python3-psutil: upgrading to 5.9.8 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Feb. 1, 2024, 6 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-psutil* to *5.9.8* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-psutil-upgrade-5.9.7-5.9.8.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From adc5193e3fe4c364437c32a1ef2d7cf6d03cf324 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 1 Feb 2024 08:04:51 +0000
Subject: [PATCH] python3-psutil: upgrade 5.9.7 -> 5.9.8

---
 .../python/{python3-psutil_5.9.7.bb => python3-psutil_5.9.8.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-psutil_5.9.7.bb => python3-psutil_5.9.8.bb} (90%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-psutil_5.9.7.bb b/meta/recipes-devtools/python/python3-psutil_5.9.8.bb
similarity index 90%
rename from meta/recipes-devtools/python/python3-psutil_5.9.7.bb
rename to meta/recipes-devtools/python/python3-psutil_5.9.8.bb
index 9a8c3e11f8..f07f1131a6 100644
--- a/meta/recipes-devtools/python/python3-psutil_5.9.7.bb
+++ b/meta/recipes-devtools/python/python3-psutil_5.9.8.bb
@@ -3,7 +3,7 @@  LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a9c72113a843d0d732a0ac1c200d81b1"
 HOMEPAGE = "https://pypi.org/project/psutil/"
 
-SRC_URI[sha256sum] = "3f02134e82cfb5d089fddf20bb2e03fd5cd52395321d1c8458a9e58500ff417c"
+SRC_URI[sha256sum] = "6be126e3225486dff286a8fb9a06246a5253f4c7c53b475ea5f5ac934e64194c"
 
 inherit pypi setuptools3