From 0ed559d72f9258b62f60735e2944c1eca64f420a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Jun 2025 15:11:16 +0800 Subject: python3-alembic: upgrade 1.16.1 -> 1.16.2 Changelog: =========== - Fixed issue where dialect-specific keyword arguments in dialect_kwargs were not rendered when rendering the Operations.create_foreign_key() operation. - Fixed rendering of pyproject.toml to include two newlines when appending content to an existing file. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-alembic_1.16.1.bb | 17 ----------------- .../recipes-devtools/python/python3-alembic_1.16.2.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-alembic_1.16.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-alembic_1.16.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.16.1.bb b/meta-python/recipes-devtools/python/python3-alembic_1.16.1.bb deleted file mode 100644 index 415b147175..0000000000 --- a/meta-python/recipes-devtools/python/python3-alembic_1.16.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] = "43d37ba24b3d17bc1eb1024fe0f51cd1dc95aeb5464594a02c6bb9ca9864bfa4" - -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.16.2.bb b/meta-python/recipes-devtools/python/python3-alembic_1.16.2.bb new file mode 100644 index 0000000000..a40a594522 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_1.16.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] = "e53c38ff88dadb92eb22f8b150708367db731d58ad7e9d417c9168ab516cbed8" + +RDEPENDS:${PN} += "\ + python3-dateutil \ + python3-editor \ + python3-mako \ + python3-sqlalchemy \ + python3-misc \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf