diff mbox series

[AUH] python3-pathspec: upgrading to 0.12.1 SUCCEEDED

Message ID 0101018c6dd71d6c-dba53a1f-db84-4d6c-a5ae-43940f61076b-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-pathspec: upgrading to 0.12.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-pathspec* to *0.12.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-pathspec-upgrade-0.11.2-0.12.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 55e58b3fa2ff62a4344988901186e859037769ae Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 15 Dec 2023 08:09:30 +0000
Subject: [PATCH] python3-pathspec: upgrade 0.11.2 -> 0.12.1

---
 .../{python3-pathspec_0.11.2.bb => python3-pathspec_0.12.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pathspec_0.11.2.bb => python3-pathspec_0.12.1.bb} (80%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pathspec_0.11.2.bb b/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb
similarity index 80%
rename from meta/recipes-devtools/python/python3-pathspec_0.11.2.bb
rename to meta/recipes-devtools/python/python3-pathspec_0.12.1.bb
index 37b9e27d33..b61f673397 100644
--- a/meta/recipes-devtools/python/python3-pathspec_0.11.2.bb
+++ b/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb
@@ -4,7 +4,7 @@  SECTION = "devel/python"
 LICENSE = "MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad"
 
-SRC_URI[sha256sum] = "e0d8d0ac2f12da61956eb2306b69f9469b42f4deb0f3cb6ed47b9cce9996ced3"
+SRC_URI[sha256sum] = "a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"
 
 inherit pypi setuptools3