diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-05-08 18:10:00 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-08 21:45:54 -0700 |
| commit | b6d5a4453fec557af9833fc4ac2e970a89024240 (patch) | |
| tree | 4ead5aab4736467e7cb86ac41df6c12b5ff672a4 /meta-python/recipes-devtools/python/python3-alembic_1.10.3.bb | |
| parent | afca23cd71a7dd1b3c2230159c3678a0bb6d34ee (diff) | |
| download | meta-openembedded-b6d5a4453fec557af9833fc4ac2e970a89024240.tar.gz | |
python3-alembic: upgrade 1.10.3 -> 1.10.4
Changelog:
=========
feature
----------
Added support for autogenerate comparison of indexes on PostgreSQL which
include SQL sort option, such as ASC or NULLS FIRST.
bug
---------
Fixed issue where using a directive such as op.create_foreign_key() to
create a self-referential constraint on a single table where the same
column were present on both sides (e.g. within a composite foreign key)
would produce an error under SQLAlchemy 2.0 and a warning under SQLAlchemy 1.4
indicating that a duplicate column were being added to a table.
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.10.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-alembic_1.10.3.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.10.3.bb b/meta-python/recipes-devtools/python/python3-alembic_1.10.3.bb deleted file mode 100644 index 6bdc9cf96c..0000000000 --- a/meta-python/recipes-devtools/python/python3-alembic_1.10.3.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 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] = "32a69b13a613aeb7e8093f242da60eff9daed13c0df02fff279c1b06c32965d2" | ||
| 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" | ||
