From 3e73dbaab81f1cd9cd4c2bbd3a0a14bbafe0868f Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 6 Mar 2025 12:59:27 +0200 Subject: python3-alembic: Upgrade 1.14.1 -> 1.15.1 Upgrade to release 1.15.1: - Fixed an issue in the new PEP 621 pyproject.toml layout that prevented Alembic's template files from being included in the .whl file in the distribution. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-alembic_1.14.1.bb | 17 ----------------- .../recipes-devtools/python/python3-alembic_1.15.1.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-alembic_1.14.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-alembic_1.15.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.14.1.bb b/meta-python/recipes-devtools/python/python3-alembic_1.14.1.bb deleted file mode 100644 index 1e9279977c..0000000000 --- a/meta-python/recipes-devtools/python/python3-alembic_1.14.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] = "496e888245a53adf1498fcab31713a469c65836f8de76e01399aa1c3e90dd213" - -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.1.bb b/meta-python/recipes-devtools/python/python3-alembic_1.15.1.bb new file mode 100644 index 0000000000..1ce840336b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_1.15.1.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] = "e1a1c738577bca1f27e68728c910cd389b9a92152ff91d902da649c192e30c49" + +RDEPENDS:${PN} += "\ + python3-dateutil \ + python3-editor \ + python3-mako \ + python3-sqlalchemy \ + python3-misc \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf