diff mbox series

[AUH] python3-pytest-runner: upgrading to 6.0.1 SUCCEEDED

Message ID 0101018c6dd71ded-df97be16-5d5e-4553-b091-b375b1e57105-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-pytest-runner: upgrading to 6.0.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Dec. 15, 2023, 2:17 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-python3-pytest-runner-upgrade-6.0.0-6.0.1.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 b18d481c722bad57023692106992d422feacddd2 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 15 Dec 2023 08:12:35 +0000
Subject: [PATCH] python3-pytest-runner: upgrade 6.0.0 -> 6.0.1

---
 ...n3-pytest-runner_6.0.0.bb => python3-pytest-runner_6.0.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pytest-runner_6.0.0.bb => python3-pytest-runner_6.0.1.bb} (85%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb b/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb
rename to meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb
index f7a2c1bb95..6f54bac1ff 100644
--- a/meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb
+++ b/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://pypi.org/project/pytest-runner/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
 
-SRC_URI[sha256sum] = "b4d85362ed29b4c348678de797df438f0f0509497ddb8c647096c02a6d87b685"
+SRC_URI[sha256sum] = "70d4739585a7008f37bf4933c013fdb327b8878a5a69fcbb3316c88882f0f49b"
 
 inherit pypi python_setuptools_build_meta