From 2adce1085a1f7b7e6a2aa233811a352b3d8ae502 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 26 Jun 2020 14:29:38 +0300 Subject: python3-sqlalchemy: Upgrade 1.3.17 -> 1.3.18 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrade to release 1.3.18: - orm: Improve error message when using Query.filter_by() in a query where the first entity is not a mapped class. - orm: Added a new parameter query_expression.default_expr to the query_expression() construct, which will be appled to queries automatically if the with_expression() option is not used. - engine: Further refinements to the fixes to the "reset" agent fixed in #5326, which now emits a warning when it is not being correctly invoked and corrects for the behavior. Additional scenarios have been identified and fixed where this warning was being emitted. - engine: Fixed issue in URL object where stringifying the object would not URL encode special characters, preventing the URL from being re-consumable as a real URL. - sql: Added a “.schema” parameter to the table() construct, allowing ad-hoc table expressions to also include a schema name. - sql: Introduce IdentityOptions to store common parameters for sequences and identity columns. - schema: Fixed issue where dialect_options were omitted when a database object (e.g., Table) was copied using tometadata(). Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/python3-sqlalchemy_1.3.17.bb | 20 -------------------- .../python/python3-sqlalchemy_1.3.18.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.17.bb create mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.18.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.17.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.17.bb deleted file mode 100644 index b9c58e5b6a..0000000000 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.17.bb +++ /dev/null @@ -1,20 +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=c19467890539ff718c00a019c9c7a7b2" - -SRC_URI[md5sum] = "478214152b9293bf5652815d7312c890" -SRC_URI[sha256sum] = "156a27548ba4e1fed944ff9fcdc150633e61d350d673ae7baaf6c25c04ac1f71" - -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 \ -" diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.18.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.18.bb new file mode 100644 index 0000000000..a5e1737b07 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.18.bb @@ -0,0 +1,20 @@ +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=c19467890539ff718c00a019c9c7a7b2" + +SRC_URI[md5sum] = "96e085d318297b1ad36ef2685f54287a" +SRC_URI[sha256sum] = "da2fb75f64792c1fc64c82313a00c728a7c301efe6a60b7a9fe35b16b4368ce7" + +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