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 <[email protected]> --- ...python3-sqlalchemy_1.4.7.bb => python3-sqlalchemy_1.4.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.4.7.bb => python3-sqlalchemy_1.4.11.bb} (85%) 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 similarity index 85% rename from meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.7.bb rename to 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 -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#90994): https://lists.openembedded.org/g/openembedded-devel/message/90994 Mute This Topic: https://lists.openembedded.org/mt/82283143/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
