From adedb2ccc693d7135ce4bd60b115e7856d0edec9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 12 Mar 2026 18:51:40 +0800 Subject: [PATCH] python3-alembic: upgrade 1.18.3 -> 1.18.4 Changelog: - Reverted the behavior of Operations.add_column() that would automatically render the "PRIMARY KEY" keyword inline when a Column with primary_key=True is added. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-alembic_1.18.3.bb => python3-alembic_1.18.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-alembic_1.18.3.bb => python3-alembic_1.18.4.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.18.3.bb b/meta-python/recipes-devtools/python/python3-alembic_1.18.4.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-alembic_1.18.3.bb rename to meta-python/recipes-devtools/python/python3-alembic_1.18.4.bb index b6ea160949..92c8a019e1 100644 --- a/meta-python/recipes-devtools/python/python3-alembic_1.18.3.bb +++ b/meta-python/recipes-devtools/python/python3-alembic_1.18.4.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ff111c41e8748bbfa45e8ba92347b681" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "1212aa3778626f2b0f0aa6dd4e99a5f99b94bd25a0c1ac0bba3be65e081e50b0" +SRC_URI[sha256sum] = "cb6e1fd84b6174ab8dbb2329f86d631ba9559dd78df550b57804d607672cedbc" RDEPENDS:${PN} += "\ python3-dateutil \