diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-16 09:40:19 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-08-15 20:07:55 -0700 |
| commit | d513c2d68e82c01438e478d92dfbaed014699f39 (patch) | |
| tree | 0769a2d51b23430a89cad024f7505ea1ccf47823 /meta-python/recipes-devtools/python/python3-alembic_1.11.2.bb | |
| parent | 50a021adb38a86817496e480e58581be40c340f5 (diff) | |
| download | meta-openembedded-d513c2d68e82c01438e478d92dfbaed014699f39.tar.gz | |
python3-alembic: upgrade 1.11.1 -> 1.11.2
Changelog:
===========
- [feature] [operations] Added parameters if_exists and if_not_exists for index operations.
Pull request courtesy of Max Adrian.
- [usecase] [typing] Added typing to the default script mako templates.
- [usecase] [autogenerate] Added support in autogenerate for NULLS NOT DISTINCT in
the PostgreSQL dialect.
- [bug] Fixed format string logged when running a post write hook
Pull request curtesy of Mathieu Défosse.
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.11.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-alembic_1.11.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.11.2.bb b/meta-python/recipes-devtools/python/python3-alembic_1.11.2.bb new file mode 100644 index 0000000000..6577e7f811 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_1.11.2.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "A database migration tool for SQLAlchemy" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3023b042cb6002cb398344b51c67093" | ||
| 4 | |||
| 5 | inherit pypi setuptools3 | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "678f662130dc540dac12de0ea73de9f89caea9dbea138f60ef6263149bf84657" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "alembic" | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += "\ | ||
| 12 | ${PYTHON_PN}-dateutil \ | ||
| 13 | ${PYTHON_PN}-editor \ | ||
| 14 | ${PYTHON_PN}-mako \ | ||
| 15 | ${PYTHON_PN}-sqlalchemy \ | ||
| 16 | ${PYTHON_PN}-misc \ | ||
| 17 | " | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
