From c0f4406563f39da1907838e28f5e5bd1ec692dcb Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 25 Mar 2021 15:34:34 +0200 Subject: python3-flask-sqlalchemy: Upgrade 2.4.4 -> 2.5.1 Upgrade to release 2.5.1: - Fix compatibility with Python 2.7. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-flask-sqlalchemy_2.4.4.bb | 12 ------------ .../python/python3-flask-sqlalchemy_2.5.1.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.5.1.bb diff --git a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb deleted file mode 100644 index 2755c7d6be..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Adds SQLAlchemy support to your Flask application." -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" - -SRC_URI[md5sum] = "63a522cb82a75292dc8bc77b6d26187a" -SRC_URI[sha256sum] = "bfc7150eaf809b1c283879302f04c42791136060c6eeb12c0c6674fb1291fae5" - -PYPI_PACKAGE = "Flask-SQLAlchemy" - -inherit pypi setuptools3 - -RDEPENDS_${PN} = "${PYTHON_PN}-sqlalchemy ${PYTHON_PN}-flask" diff --git a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.5.1.bb b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.5.1.bb new file mode 100644 index 0000000000..3ca0227bd7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.5.1.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Adds SQLAlchemy support to your Flask application." +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" + +SRC_URI[sha256sum] = "2bda44b43e7cacb15d4e05ff3cc1f8bc97936cc464623424102bfc2c35e95912" + +PYPI_PACKAGE = "Flask-SQLAlchemy" + +inherit pypi setuptools3 + +RDEPENDS_${PN} = "${PYTHON_PN}-sqlalchemy ${PYTHON_PN}-flask" -- cgit v1.2.3-54-g00ecf