From 935971a7c3444d0016e9c965f699cef03102d114 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 18 Nov 2024 17:29:35 +0800 Subject: [PATCH] python3-alembic: upgrade 1.13.3 -> 1.14.0 Changelog: Added a new hook to the DefaultImpl DefaultImpl.version_table_impl(). Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-alembic_1.13.3.bb => python3-alembic_1.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-alembic_1.13.3.bb => python3-alembic_1.14.0.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.13.3.bb b/meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-alembic_1.13.3.bb rename to meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb index f046c3ebcd..5f09fb8994 100644 --- a/meta-python/recipes-devtools/python/python3-alembic_1.13.3.bb +++ b/meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=00f8f5c8aab58c3e1cd61525a6675174" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "203503117415561e203aa14541740643a611f641517f0209fcae63e9fa09f1a2" +SRC_URI[sha256sum] = "b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b" RDEPENDS:${PN} += "\ python3-dateutil \