summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-flask-sqlalchemy: Upgrade 2.4.1 -> 2.4.4Leon Anavi2020-08-311-12/+0
| | | | | | | | | | | | | | | 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>
* python3-flask-sqlalchemy: Consolidate in a single fileLeon Anavi2020-08-311-1/+11
| | | | | | | | Consolidate inc and bb files into a single bb file. 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>
* python-flask-sqlalchemy: upgrade 2.3.2 -> 2.4.1Zang Ruochen2019-11-081-0/+2
-License-Update: Renamed from LICENSE to LICENSE.rst and Copyright year changed to 2010. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>