diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-10 17:00:54 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-12 09:16:01 -0800 |
| commit | 209d3e145606f6dcd10072fafd16e34feff2b0dd (patch) | |
| tree | fca066294b30f4e92335b4f1adb220c554abfc1b /meta-python/recipes-devtools/python/python3-alembic_1.14.1.bb | |
| parent | 35a8cf9e9154a5552a5fddfb9132bf09d424720b (diff) | |
| download | meta-openembedded-209d3e145606f6dcd10072fafd16e34feff2b0dd.tar.gz | |
python3-alembic: upgrade 1.14.0 -> 1.14.1
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-alembic_1.14.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-alembic_1.14.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.14.1.bb b/meta-python/recipes-devtools/python/python3-alembic_1.14.1.bb new file mode 100644 index 0000000000..1e9279977c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_1.14.1.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] = "496e888245a53adf1498fcab31713a469c65836f8de76e01399aa1c3e90dd213" | ||
| 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" | ||
