From 209d3e145606f6dcd10072fafd16e34feff2b0dd Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Feb 2025 17:00:54 +0800 Subject: python3-alembic: upgrade 1.14.0 -> 1.14.1 License-Update: Copyright year updated to 2025 Changelog: =========== - [usecase] [sqlite] Modified SQLite's dialect to render "ALTER TABLE RENAME COLUMN" when Operations.alter_column() is used with a straight rename, supporting SQLite's recently added column rename feature. - [bug] [environment] Added tzdata to tz extras, which is required on some platforms such as Windows. Pull request courtesy Danipulok. - [bug] [autogenerate] Fixed bug where autogen render of a "variant" type would fail to catch the variants if the leading type were a dialect-specific type, rather than a generic type. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-alembic_1.14.0.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb (limited to 'meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb b/meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb deleted file mode 100644 index 5f09fb8994..0000000000 --- a/meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "A database migration tool for SQLAlchemy" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=00f8f5c8aab58c3e1cd61525a6675174" - -inherit pypi python_setuptools_build_meta - -SRC_URI[sha256sum] = "b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b" - -RDEPENDS:${PN} += "\ - python3-dateutil \ - python3-editor \ - python3-mako \ - python3-sqlalchemy \ - python3-misc \ -" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf