summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-08-27 17:55:04 +0300
committerKhem Raj <raj.khem@gmail.com>2020-08-31 08:27:33 -0700
commitb1b46a3ea5bd9157e2fb710c527424180750d31c (patch)
tree007abe505f8a647c6a0034406bd01483dd23f93b /meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb
parentd90087c2b985df33cf495b028be2f4e2c806f130 (diff)
downloadmeta-openembedded-b1b46a3ea5bd9157e2fb710c527424180750d31c.tar.gz
python3-flask-sqlalchemy: Upgrade 2.4.1 -> 2.4.4
Upgrade to release 2.4.4: - Change base class of meta mixins to type. This fixes an issue caused by a regression in CPython 3.8.4. - Deprecate SQLALCHEMY_COMMIT_ON_TEARDOWN as it can cause various design issues that are difficult to debug. Call db.session.commit() directly instead. - Fix bad pagination when records are de-duped. 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-sqlalchemy_2.4.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb12
1 files changed, 12 insertions, 0 deletions
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
new file mode 100644
index 0000000000..2755c7d6be
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb
@@ -0,0 +1,12 @@
1DESCRIPTION = "Adds SQLAlchemy support to your Flask application."
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
4
5SRC_URI[md5sum] = "63a522cb82a75292dc8bc77b6d26187a"
6SRC_URI[sha256sum] = "bfc7150eaf809b1c283879302f04c42791136060c6eeb12c0c6674fb1291fae5"
7
8PYPI_PACKAGE = "Flask-SQLAlchemy"
9
10inherit pypi setuptools3
11
12RDEPENDS_${PN} = "${PYTHON_PN}-sqlalchemy ${PYTHON_PN}-flask"