diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-07-16 14:40:55 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-15 23:54:15 -0700 |
| commit | a53bf42d5ba27ddc310c9f2fb9c938cbe40043bb (patch) | |
| tree | 95fde7e4ebab3b4815fa8adc023ac3293a0c8c70 /meta-python/recipes-devtools/python/python3-alembic_1.16.4.bb | |
| parent | 73498cf9bc5449c87247824acb1d0bd1af39a8a7 (diff) | |
| download | meta-openembedded-a53bf42d5ba27ddc310c9f2fb9c938cbe40043bb.tar.gz | |
python3-alembic: upgrade 1.16.2 -> 1.16.4
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-alembic_1.16.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-alembic_1.16.4.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.16.4.bb b/meta-python/recipes-devtools/python/python3-alembic_1.16.4.bb new file mode 100644 index 0000000000..f6df3131ed --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_1.16.4.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "A database migration tool for SQLAlchemy" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2ee18d90dcc02d96b76e9e953629936" | ||
| 4 | |||
| 5 | inherit pypi python_setuptools_build_meta | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "efab6ada0dd0fae2c92060800e0bf5c1dc26af15a10e02fb4babff164b4725e2" | ||
| 8 | |||
| 9 | RDEPENDS:${PN} += "\ | ||
| 10 | python3-dateutil \ | ||
| 11 | python3-editor \ | ||
| 12 | python3-mako \ | ||
| 13 | python3-sqlalchemy \ | ||
| 14 | python3-misc \ | ||
| 15 | " | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
