diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-02-02 15:54:10 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-05 10:26:10 -0800 |
| commit | b5833accbab7f538506f294b60ef5952525520ed (patch) | |
| tree | 02b6518cbead0a79913820858441cc583051e4cb /meta-python/recipes-devtools/python/python3-flask-migrate_2.6.0.bb | |
| parent | 00fad68757cc2a27b29e5a17aac9681392fa9ea5 (diff) | |
| download | meta-openembedded-b5833accbab7f538506f294b60ef5952525520ed.tar.gz | |
python3-flask-migrate: Upgrade 2.5.3 -> 2.6.0
Upgrade to release 2.6.0:
- Removed deprecated --head-only option
- Initialize logger with a name
- Move import to the top in env.py file to avoid linter warnings
- Add a note to the documentation regarding logging
- Move builds to GitHub actions
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-migrate_2.6.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-migrate_2.6.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-migrate_2.6.0.bb b/meta-python/recipes-devtools/python/python3-flask-migrate_2.6.0.bb new file mode 100644 index 0000000000..810f0eb27c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-migrate_2.6.0.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DESCRIPTION = "SQLAlchemy database migrations for Flask applications using Alembic" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b69377f79f3f48c661701236d5a6a85" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "8626af845e6071ef80c70b0dc16d373f761c981f0ad61bb143a529cab649e725" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "Flask-Migrate" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS_${PN} += "\ | ||
| 12 | ${PYTHON_PN}-flask-sqlalchemy \ | ||
| 13 | ${PYTHON_PN}-alembic \ | ||
| 14 | ${PYTHON_PN}-flask \ | ||
| 15 | " | ||
