diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-18 17:29:35 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:12 -0800 |
| commit | 935971a7c3444d0016e9c965f699cef03102d114 (patch) | |
| tree | 861d647a26383caaebc897760dbda3d640413f83 /meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb | |
| parent | d9a406ffe2cb2ffd74d37cbf7a65cf3eb3a22790 (diff) | |
| download | meta-openembedded-935971a7c3444d0016e9c965f699cef03102d114.tar.gz | |
python3-alembic: upgrade 1.13.3 -> 1.14.0
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb b/meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb new file mode 100644 index 0000000000..5f09fb8994 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "A database migration tool for SQLAlchemy" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=00f8f5c8aab58c3e1cd61525a6675174" | ||
| 4 | |||
| 5 | inherit pypi python_setuptools_build_meta | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b" | ||
| 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" | ||
