diff mbox series

[AUH] python3-pytest-mock: upgrading to 3.12.0 SUCCEEDED

Message ID 0101018b97fb1885-583e5798-4927-454d-ab94-8a43be804ebb-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-pytest-mock: upgrading to 3.12.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 4, 2023, 1:38 a.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-python3-pytest-mock-upgrade-3.11.1-3.12.0.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 6fb2601b01e41a3e94be7976b90fb7037446deb1 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 00:17:48 +0000
Subject: [PATCH] python3-pytest-mock: upgrade 3.11.1 -> 3.12.0

---
 ...hon3-pytest-mock_3.11.1.bb => python3-pytest-mock_3.12.0.bb} | 2 ++
 1 file changed, 2 insertions(+)
 rename meta-python/recipes-devtools/python/{python3-pytest-mock_3.11.1.bb => python3-pytest-mock_3.12.0.bb} (94%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pytest-mock_3.11.1.bb b/meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-pytest-mock_3.11.1.bb
rename to meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb
index 5dda1da46..f95ebecdd 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-mock_3.11.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb
@@ -32,3 +32,5 @@  do_install_ptest() {
     install -d ${D}${PTEST_PATH}/tests
     cp -rf ${S}/tests ${D}${PTEST_PATH}/
 }
+
+SRCREV = "69adc6f76c1a7baf4e7a728da9eec38741d5783e"