From 23be3d56d1e6954808d3aa940f412456c5f72992 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 13 Jan 2026 18:23:21 +0800 Subject: python3-alembic: upgrade 1.17.2 -> 1.18.0 License-Update: copyright year updated to 2026 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-alembic_1.17.2.bb | 17 ----------------- .../recipes-devtools/python/python3-alembic_1.18.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-alembic_1.17.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-alembic_1.18.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.17.2.bb b/meta-python/recipes-devtools/python/python3-alembic_1.17.2.bb deleted file mode 100644 index 81bfdc64be..0000000000 --- a/meta-python/recipes-devtools/python/python3-alembic_1.17.2.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "A database migration tool for SQLAlchemy" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d2ee18d90dcc02d96b76e9e953629936" - -inherit pypi python_setuptools_build_meta - -SRC_URI[sha256sum] = "bbe9751705c5e0f14877f02d46c53d10885e377e3d90eda810a016f9baa19e8e" - -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.0.bb b/meta-python/recipes-devtools/python/python3-alembic_1.18.0.bb new file mode 100644 index 0000000000..39038958f4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_1.18.0.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] = "0c4c03c927dc54d4c56821bdcc988652f4f63bf7b9017fd9d78d63f09fd22b48" + +RDEPENDS:${PN} += "\ + python3-dateutil \ + python3-editor \ + python3-mako \ + python3-sqlalchemy \ + python3-misc \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf