From b1d3eb11b3da5d2367c7b7caa609c6aa1134057a Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 31 Mar 2021 12:17:57 +0300 Subject: python3-sqlalchemy: Upgrade 1.4.3 -> 1.4.4 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 Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-sqlalchemy_1.4.3.bb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.3.bb (limited to 'meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.3.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.3.bb deleted file mode 100644 index 8cff18dc2e..0000000000 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.3.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \ -application developers the full power and flexibility of SQL" -HOMEPAGE = "http://www.sqlalchemy.org/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3359ed561ac16aaa25b6c6eff84df595" - -SRC_URI[sha256sum] = "a719b80b41a900bbcec3cc248616394ebd134043ce5e62185270d785d8a184d3" - -PYPI_PACKAGE = "SQLAlchemy" -inherit pypi setuptools3 - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-pickle \ - ${PYTHON_PN}-logging \ - ${PYTHON_PN}-netclient \ - ${PYTHON_PN}-numbers \ - ${PYTHON_PN}-threading \ -" -- cgit v1.2.3-54-g00ecf