From 267d59ca60fbdfea6bfafe98ba9aaeadd3bcb554 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 5 Feb 2026 13:14:25 +0800 Subject: python3-alembic: upgrade 1.18.1 -> 1.18.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-alembic_1.18.1.bb | 17 ----------------- .../recipes-devtools/python/python3-alembic_1.18.3.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-alembic_1.18.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-alembic_1.18.3.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.18.1.bb b/meta-python/recipes-devtools/python/python3-alembic_1.18.1.bb deleted file mode 100644 index b9bc454bdb..0000000000 --- a/meta-python/recipes-devtools/python/python3-alembic_1.18.1.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "A database migration tool for SQLAlchemy" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ff111c41e8748bbfa45e8ba92347b681" - -inherit pypi python_setuptools_build_meta - -SRC_URI[sha256sum] = "83ac6b81359596816fb3b893099841a0862f2117b2963258e965d70dc62fb866" - -RDEPENDS:${PN} += "\ - python3-dateutil \ - python3-editor \ - python3-mako \ - python3-sqlalchemy \ - python3-misc \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.18.3.bb b/meta-python/recipes-devtools/python/python3-alembic_1.18.3.bb new file mode 100644 index 0000000000..b6ea160949 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_1.18.3.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "A database migration tool for SQLAlchemy" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ff111c41e8748bbfa45e8ba92347b681" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "1212aa3778626f2b0f0aa6dd4e99a5f99b94bd25a0c1ac0bba3be65e081e50b0" + +RDEPENDS:${PN} += "\ + python3-dateutil \ + python3-editor \ + python3-mako \ + python3-sqlalchemy \ + python3-misc \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf