summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-03-12 18:51:40 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-17 13:25:28 -0700
commitadedb2ccc693d7135ce4bd60b115e7856d0edec9 (patch)
tree8a3af256b0f7c81e04a36f35048c7145d5e75dde /meta-python
parent66c524b5de9dbf4b1da08a89946734f72306e6c1 (diff)
downloadmeta-openembedded-adedb2ccc693d7135ce4bd60b115e7856d0edec9.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-alembic_1.18.4.bb (renamed from meta-python/recipes-devtools/python/python3-alembic_1.18.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.18.3.bb b/meta-python/recipes-devtools/python/python3-alembic_1.18.4.bb
index b6ea160949..92c8a019e1 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.18.3.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.18.4.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ff111c41e8748bbfa45e8ba92347b681"
4 4
5inherit pypi python_setuptools_build_meta 5inherit pypi python_setuptools_build_meta
6 6
7SRC_URI[sha256sum] = "1212aa3778626f2b0f0aa6dd4e99a5f99b94bd25a0c1ac0bba3be65e081e50b0" 7SRC_URI[sha256sum] = "cb6e1fd84b6174ab8dbb2329f86d631ba9559dd78df550b57804d607672cedbc"
8 8
9RDEPENDS:${PN} += "\ 9RDEPENDS:${PN} += "\
10 python3-dateutil \ 10 python3-dateutil \