diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-03-06 12:59:27 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-07 08:37:00 -0800 |
| commit | 3e73dbaab81f1cd9cd4c2bbd3a0a14bbafe0868f (patch) | |
| tree | 6b7d8c3bf1ed7f4c6e922ce142326cc52d71acb3 /meta-python/recipes-devtools/python/python3-alembic_1.15.1.bb | |
| parent | aaca0cb3f380258434d5874e8b417b0d2958c964 (diff) | |
| download | meta-openembedded-3e73dbaab81f1cd9cd4c2bbd3a0a14bbafe0868f.tar.gz | |
python3-alembic: Upgrade 1.14.1 -> 1.15.1
Upgrade to release 1.15.1:
- Fixed an issue in the new PEP 621 pyproject.toml layout that
prevented Alembic's template files from being included in the
.whl file in the distribution.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-alembic_1.15.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-alembic_1.15.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.15.1.bb b/meta-python/recipes-devtools/python/python3-alembic_1.15.1.bb new file mode 100644 index 0000000000..1ce840336b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_1.15.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] = "e1a1c738577bca1f27e68728c910cd389b9a92152ff91d902da649c192e30c49" | ||
| 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" | ||
