aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-04-22 14:51:00 +0300
committerKhem Raj <raj.khem@gmail.com>2021-04-26 08:22:59 -0700
commit85a43815cb5d5f929998818a52d2539dcab9ccf0 (patch)
tree34c794d38e10cac09c983de8f8c6922446753b8c /meta-python
parentfed3ddaeddbf4af748217bcbd543f2d49ab29468 (diff)
downloadmeta-openembedded-contrib-85a43815cb5d5f929998818a52d2539dcab9ccf0.tar.gz
python3-sqlalchemy: Upgrade 1.4.7 -> 1.4.11
Upgrade to release 1.4.11: orm: - Fixed regression where recent changes to support Python dataclasses had the inadvertent effect that an ORM mapped class could not successfully override the __new__() method. engine: - Fixed critical regression where the connection pool "init" phase no longer occurred within mutexed isolation, allowing other threads to proceed with the dialect uninitialized, which could then impact the compilation of SQL statements. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.11.bb (renamed from meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.7.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.7.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.11.bb
index 883b2660b0..ca61ab6ff0 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.7.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.11.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3359ed561ac16aaa25b6c6eff84df595"
-SRC_URI[sha256sum] = "84115f97d88c8ccf26db81b7997c5f5de9ae360e0785ef859d0987794495f0a9"
+SRC_URI[sha256sum] = "4ad4044eb86fbcbdff2106e44f479fbdac703d77860b3e19988c8a8786e73061"
PYPI_PACKAGE = "SQLAlchemy"
inherit pypi setuptools3