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 <[email protected]>
---
 ...-sqlalchemy_2.4.1.bb => python3-flask-sqlalchemy_2.4.4.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-flask-sqlalchemy_2.4.1.bb 
=> python3-flask-sqlalchemy_2.4.4.bb} (67%)

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.4.bb
similarity index 67%
rename from 
meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.1.bb
rename to meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb
index 2c6110d0b..2755c7d6b 100644
--- a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "Adds SQLAlchemy support to your Flask 
application."
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
 
-SRC_URI[md5sum] = "1f5781cf3e1a2b1aabda47a5b20d2073"
-SRC_URI[sha256sum] = 
"6974785d913666587949f7c2946f7001e4fa2cb2d19f4e69ead02e4b8f50b33d"
+SRC_URI[md5sum] = "63a522cb82a75292dc8bc77b6d26187a"
+SRC_URI[sha256sum] = 
"bfc7150eaf809b1c283879302f04c42791136060c6eeb12c0c6674fb1291fae5"
 
 PYPI_PACKAGE = "Flask-SQLAlchemy"
 
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#86646): 
https://lists.openembedded.org/g/openembedded-devel/message/86646
Mute This Topic: https://lists.openembedded.org/mt/76453050/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to