From: Leon Anavi <[email protected]> Upgrade to release 1.4.4:
orm: - Fixed critical issue in the new PropComparator.and_() feature where loader strategies that emit secondary SELECT statements such as selectinload() and lazyload() would fail to accommodate for bound parameters in the user-defined criteria in terms of the current statement being executed, as opposed to the cached statement, causing stale bound values to be used. - Fixed missing method Session.get() from the ScopedSession interface. engine: - Modified the context manager used by Transaction so that an "already detached" warning is not emitted by the ending of the context manager itself, if the transaction were already manually rolled back inside the block. This applies to regular transactions, savepoint transactions, and legacy "marker" transactions. A warning is still emitted if the .rollback() method is called explicitly more than once. - Repair wrong arguments to exception handling method in CursorResult. postgresql: - Fixed issue in PostgreSQL reflection where a column expressing "NOT NULL" will supersede the nullability of a corresponding domain. - Modified the is_disconnect() handler for the pg8000 dialect, which now accommodates for a new InterfaceError emitted by pg8000 1.19.0. misc: - Adjusted the usage of the importlib_metadata library for loading setuptools entrypoints in order to accommodate for some deprecation changes. Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]> (cherry picked from commit b1d3eb11b3da5d2367c7b7caa609c6aa1134057a) Signed-off-by: Armin Kuster <[email protected]> --- ...{python3-sqlalchemy_1.4.3.bb => python3-sqlalchemy_1.4.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.4.3.bb => python3-sqlalchemy_1.4.4.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.3.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.4.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.3.bb rename to meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.4.bb index 8cff18dc2eb..1578da5e578 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.3.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.4.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3359ed561ac16aaa25b6c6eff84df595" -SRC_URI[sha256sum] = "a719b80b41a900bbcec3cc248616394ebd134043ce5e62185270d785d8a184d3" +SRC_URI[sha256sum] = "7ba9c00c129dbb4fd026a1f2c943188db59c802612e49bc9bded426d8eb14bc0" PYPI_PACKAGE = "SQLAlchemy" inherit pypi setuptools3 -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#90664): https://lists.openembedded.org/g/openembedded-devel/message/90664 Mute This Topic: https://lists.openembedded.org/mt/81947011/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
