summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-06-23 15:11:16 +0800
committerKhem Raj <raj.khem@gmail.com>2025-06-26 07:24:01 -0700
commit0ed559d72f9258b62f60735e2944c1eca64f420a (patch)
treeeceea89faa5eb5b4f6776ecf78fa68570e37cd9b /meta-python
parent750c51903dd2bb81f369636dd818a5af751e6843 (diff)
downloadmeta-openembedded-0ed559d72f9258b62f60735e2944c1eca64f420a.tar.gz
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 <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.16.2.bb (renamed from meta-python/recipes-devtools/python/python3-alembic_1.16.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.16.1.bb b/meta-python/recipes-devtools/python/python3-alembic_1.16.2.bb
index 415b147175..a40a594522 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.16.1.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.16.2.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d2ee18d90dcc02d96b76e9e953629936"
4 4
5inherit pypi python_setuptools_build_meta 5inherit pypi python_setuptools_build_meta
6 6
7SRC_URI[sha256sum] = "43d37ba24b3d17bc1eb1024fe0f51cd1dc95aeb5464594a02c6bb9ca9864bfa4" 7SRC_URI[sha256sum] = "e53c38ff88dadb92eb22f8b150708367db731d58ad7e9d417c9168ab516cbed8"
8 8
9RDEPENDS:${PN} += "\ 9RDEPENDS:${PN} += "\
10 python3-dateutil \ 10 python3-dateutil \