diff mbox series

[meta-python,09/30] python3-alembic: upgrade 1.16.1 -> 1.16.2

Message ID 20250623071138.402-9-wangmy@fujitsu.com
State New
Headers show
Series [meta-filesystems,01/30] bindfs: upgrade 1.18.0 -> 1.18.1 | expand

Commit Message

Wang Mingyu June 23, 2025, 7:11 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../{python3-alembic_1.16.1.bb => python3-alembic_1.16.2.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-alembic_1.16.1.bb => python3-alembic_1.16.2.bb} (80%)
diff mbox series

Patch

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
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-alembic_1.16.1.bb
rename to 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"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "43d37ba24b3d17bc1eb1024fe0f51cd1dc95aeb5464594a02c6bb9ca9864bfa4"
+SRC_URI[sha256sum] = "e53c38ff88dadb92eb22f8b150708367db731d58ad7e9d417c9168ab516cbed8"
 
 RDEPENDS:${PN} += "\
     python3-dateutil \