diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-08-27 17:55:04 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-08-31 08:27:33 -0700 |
| commit | b1b46a3ea5bd9157e2fb710c527424180750d31c (patch) | |
| tree | 007abe505f8a647c6a0034406bd01483dd23f93b /meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.1.bb | |
| parent | d90087c2b985df33cf495b028be2f4e2c806f130 (diff) | |
| download | meta-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.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.1.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.1.bb b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.1.bb deleted file mode 100644 index 2c6110d0bd..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.1.bb +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | DESCRIPTION = "Adds SQLAlchemy support to your Flask application." | ||
| 2 | LICENSE = "BSD-3-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "1f5781cf3e1a2b1aabda47a5b20d2073" | ||
| 6 | SRC_URI[sha256sum] = "6974785d913666587949f7c2946f7001e4fa2cb2d19f4e69ead02e4b8f50b33d" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "Flask-SQLAlchemy" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS_${PN} = "${PYTHON_PN}-sqlalchemy ${PYTHON_PN}-flask" | ||
