From adedb2ccc693d7135ce4bd60b115e7856d0edec9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 12 Mar 2026 18:51:40 +0800 Subject: python3-alembic: upgrade 1.18.3 -> 1.18.4 Changelog: - Reverted the behavior of Operations.add_column() that would automatically render the "PRIMARY KEY" keyword inline when a Column with primary_key=True is added. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-alembic_1.18.3.bb | 17 ----------------- .../recipes-devtools/python/python3-alembic_1.18.4.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-alembic_1.18.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-alembic_1.18.4.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.18.3.bb b/meta-python/recipes-devtools/python/python3-alembic_1.18.3.bb deleted file mode 100644 index b6ea160949..0000000000 --- a/meta-python/recipes-devtools/python/python3-alembic_1.18.3.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "A database migration tool for SQLAlchemy" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ff111c41e8748bbfa45e8ba92347b681" - -inherit pypi python_setuptools_build_meta - -SRC_URI[sha256sum] = "1212aa3778626f2b0f0aa6dd4e99a5f99b94bd25a0c1ac0bba3be65e081e50b0" - -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.18.4.bb b/meta-python/recipes-devtools/python/python3-alembic_1.18.4.bb new file mode 100644 index 0000000000..92c8a019e1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_1.18.4.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "A database migration tool for SQLAlchemy" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ff111c41e8748bbfa45e8ba92347b681" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "cb6e1fd84b6174ab8dbb2329f86d631ba9559dd78df550b57804d607672cedbc" + +RDEPENDS:${PN} += "\ + python3-dateutil \ + python3-editor \ + python3-mako \ + python3-sqlalchemy \ + python3-misc \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf