summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-alembic: upgrade 1.14.0 -> 1.14.1Wang Mingyu2025-02-121-17/+0
| | | | | | | | | | | | | | | | | | License-Update: Copyright year updated to 2025 Changelog: =========== - [usecase] [sqlite] Modified SQLite's dialect to render "ALTER TABLE RENAME COLUMN" when Operations.alter_column() is used with a straight rename, supporting SQLite's recently added column rename feature. - [bug] [environment] Added tzdata to tz extras, which is required on some platforms such as Windows. Pull request courtesy Danipulok. - [bug] [autogenerate] Fixed bug where autogen render of a "variant" type would fail to catch the variants if the leading type were a dialect-specific type, rather than a generic type. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: upgrade 1.13.3 -> 1.14.0Wang Mingyu2024-11-191-0/+17
Changelog: Added a new hook to the DefaultImpl DefaultImpl.version_table_impl(). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>