From b5833accbab7f538506f294b60ef5952525520ed Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 2 Feb 2021 15:54:10 +0200 Subject: 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 Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/python3-flask-migrate_2.5.3.bb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-flask-migrate_2.5.3.bb (limited to 'meta-python/recipes-devtools/python/python3-flask-migrate_2.5.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-flask-migrate_2.5.3.bb b/meta-python/recipes-devtools/python/python3-flask-migrate_2.5.3.bb deleted file mode 100644 index 54fa1dd972..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-migrate_2.5.3.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "SQLAlchemy database migrations for Flask applications using Alembic" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b69377f79f3f48c661701236d5a6a85" - -SRC_URI[md5sum] = "707d4a5fd4e11d3113a1228aa7793176" -SRC_URI[sha256sum] = "a69d508c2e09d289f6e55a417b3b8c7bfe70e640f53d2d9deb0d056a384f37ee" - -PYPI_PACKAGE = "Flask-Migrate" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-flask-sqlalchemy \ - ${PYTHON_PN}-alembic \ - ${PYTHON_PN}-flask \ - " -- cgit v1.2.3-54-g00ecf