diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-10-14 17:18:59 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-14 09:00:21 -0700 |
| commit | ff832a1a96d02a95170da350b64c3497faee1889 (patch) | |
| tree | 81039de7eb9b8cb6e6d31d08797cf2730b5c2d0b /meta-python/recipes-devtools/python/python3-alembic_1.17.0.bb | |
| parent | 44694fc20651692d4bf76a8ae53c1c4cbe67ccf0 (diff) | |
| download | meta-openembedded-ff832a1a96d02a95170da350b64c3497faee1889.tar.gz | |
python3-alembic: upgrade 1.16.5 -> 1.17.0
Changelog:
============
* The top-level test runner has been changed to use nox, adding a noxfile.py as well as some included modules.
* The minimum Python version is now 3.10, as Python 3.9 is EOL.
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.17.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-alembic_1.17.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.17.0.bb b/meta-python/recipes-devtools/python/python3-alembic_1.17.0.bb new file mode 100644 index 0000000000..34273e6807 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_1.17.0.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] = "4652a0b3e19616b57d652b82bfa5e38bf5dbea0813eed971612671cb9e90c0fe" | ||
| 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" | ||
