From e5a449eba2a854c59e2939c4d9e69a828cb32ec9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 31 Mar 2025 17:11:26 +0800 Subject: python3-alembic: upgrade 1.15.1 -> 1.15.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-alembic_1.15.1.bb | 17 ----------------- .../recipes-devtools/python/python3-alembic_1.15.2.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-alembic_1.15.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-alembic_1.15.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.15.1.bb b/meta-python/recipes-devtools/python/python3-alembic_1.15.1.bb deleted file mode 100644 index 1ce840336b..0000000000 --- a/meta-python/recipes-devtools/python/python3-alembic_1.15.1.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] = "e1a1c738577bca1f27e68728c910cd389b9a92152ff91d902da649c192e30c49" - -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.15.2.bb b/meta-python/recipes-devtools/python/python3-alembic_1.15.2.bb new file mode 100644 index 0000000000..49bf054ecd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_1.15.2.bb @@ -0,0 +1,17 @@ +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] = "1c72391bbdeffccfe317eefba686cb9a3c078005478885413b95c3b26c57a8a7" + +RDEPENDS:${PN} += "\ + python3-dateutil \ + python3-editor \ + python3-mako \ + python3-sqlalchemy \ + python3-misc \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf