diff mbox series

[meta-python,07/14] python3-alembic: upgrade 1.16.2 -> 1.16.4

Message ID 20250716064102.1813-7-wangmy@fujitsu.com
State New
Headers show
Series [meta-webserver,01/14] apache2: upgrade 2.4.63 -> 2.4.64 | expand

Commit Message

Wang Mingyu July 16, 2025, 6:40 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Added new pyproject_async template, combining the new pyproject template with the async template.
- Add "module" post-write hook.
- Fixed the rendering of server_default=FetchedValue() to ensure it is preceded
  by the sa. prefix in the migration script. Pull request courtesy david-fed.
- Fixed autogenerate rendering bug which failed to render foreign key
  constraints local to a CreateTableOp object if it did not refer to a MetaData
  collection via a private constructor argument that would not ordinarily be
  passed in user-defined rewriter recipes, including ones in the Alembic cookbook
  section of the docs.
- Fixed issue in new pyproject.toml support where boolean values, such as those
  used for the recursive_version_locations and sourceless configuration parameters, would not be accepted.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-alembic_1.16.2.bb => python3-alembic_1.16.4.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-alembic_1.16.2.bb => python3-alembic_1.16.4.bb} (80%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.16.2.bb b/meta-python/recipes-devtools/python/python3-alembic_1.16.4.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-alembic_1.16.2.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.16.4.bb
index a40a594522..f6df3131ed 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.16.2.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.16.4.bb
@@ -4,7 +4,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=d2ee18d90dcc02d96b76e9e953629936"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "e53c38ff88dadb92eb22f8b150708367db731d58ad7e9d417c9168ab516cbed8"
+SRC_URI[sha256sum] = "efab6ada0dd0fae2c92060800e0bf5c1dc26af15a10e02fb4babff164b4725e2"
 
 RDEPENDS:${PN} += "\
     python3-dateutil \