From 745ae32848cd07b2d01173337d5e48dedc9bf018 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 4 Nov 2023 13:28:54 -0700 Subject: python3-alembic: upgrade 1.12.0 -> 1.12.1 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-alembic_1.12.0.bb | 19 ------------------- .../recipes-devtools/python/python3-alembic_1.12.1.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-alembic_1.12.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-alembic_1.12.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.12.0.bb b/meta-python/recipes-devtools/python/python3-alembic_1.12.0.bb deleted file mode 100644 index 78b888e9f1..0000000000 --- a/meta-python/recipes-devtools/python/python3-alembic_1.12.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "A database migration tool for SQLAlchemy" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e3023b042cb6002cb398344b51c67093" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "8e7645c32e4f200675e69f0745415335eb59a3663f5feb487abfa0b30c45888b" - -PYPI_PACKAGE = "alembic" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-dateutil \ - ${PYTHON_PN}-editor \ - ${PYTHON_PN}-mako \ - ${PYTHON_PN}-sqlalchemy \ - ${PYTHON_PN}-misc \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.12.1.bb b/meta-python/recipes-devtools/python/python3-alembic_1.12.1.bb new file mode 100644 index 0000000000..107546dbfe --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_1.12.1.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "A database migration tool for SQLAlchemy" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e3023b042cb6002cb398344b51c67093" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "bca5877e9678b454706347bc10b97cb7d67f300320fa5c3a94423e8266e2823f" + +PYPI_PACKAGE = "alembic" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-dateutil \ + ${PYTHON_PN}-editor \ + ${PYTHON_PN}-mako \ + ${PYTHON_PN}-sqlalchemy \ + ${PYTHON_PN}-misc \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf