diff mbox series

[AUH] python3-alembic: upgrading to 1.11.2 SUCCEEDED

Message ID 20230805073829.B1562EB64DD@smtp.lore.kernel.org
State New
Headers show
Series [AUH] python3-alembic: upgrading to 1.11.2 SUCCEEDED | expand

Commit Message

auh@moto-timo.dev Aug. 5, 2023, 7:38 a.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-python3-alembic-upgrade-1.11.1-1.11.2.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 29edbe45640096081b9b50755d33107dc9237953 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@moto-timo.dev>
Date: Fri, 4 Aug 2023 21:20:43 -0500
Subject: [PATCH] python3-alembic: upgrade 1.11.1 -> 1.11.2

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

Patch

From 29edbe45640096081b9b50755d33107dc9237953 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@moto-timo.dev>
Date: Fri, 4 Aug 2023 21:20:43 -0500
Subject: [PATCH] python3-alembic: upgrade 1.11.1 -> 1.11.2

---
 .../{python3-alembic_1.11.1.bb => python3-alembic_1.11.2.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-alembic_1.11.1.bb => python3-alembic_1.11.2.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.11.1.bb b/meta-python/recipes-devtools/python/python3-alembic_1.11.2.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-alembic_1.11.1.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.11.2.bb
index feb2c419b..6577e7f81 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.11.1.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.11.2.bb
@@ -4,7 +4,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=e3023b042cb6002cb398344b51c67093"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "6a810a6b012c88b33458fceb869aef09ac75d6ace5291915ba7fae44de372c01"
+SRC_URI[sha256sum] = "678f662130dc540dac12de0ea73de9f89caea9dbea138f60ef6263149bf84657"
 
 PYPI_PACKAGE = "alembic"
 
-- 
2.25.1