From ad0e633eae828fe2c2c5fcae495d537fe1ee8943237ac6fc22ff3f4790b0f236 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 27 Oct 2021 20:33:19 +0000 Subject: [PATCH] - update to version 1.4.26: * a repair to the workings of the update() statement in an ORM context when used with hybrid and composite attributes. * Fixes for the with_loader_criteria() ORM option * adjustments to the ORM Session interface to accommodate for new API features * some new legacy warnings for lesser used patterns with Query.join() * SQL / ORM fixes for the use case of selecting from repeated, non-labeled column expressions, typically the null() construct when used as a placeholder in a UNION statement. * For PostgreSQL, refinements to the "expanding IN" SQL feature when used with PostgreSQL ARRAY datatypes as well as fixes for the mostly PostgreSQL-specific any_() and all_() column methods. * For MySQL, repaired support for new behaviors in MariaDB 10.6 * For SQL Server, reflection fixes and improvements for foreign key constraints as well table /view detection. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=197 --- SQLAlchemy-1.4.25.tar.gz | 3 --- SQLAlchemy-1.4.26.tar.gz | 3 +++ python-SQLAlchemy.changes | 19 +++++++++++++++++++ python-SQLAlchemy.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 SQLAlchemy-1.4.25.tar.gz create mode 100644 SQLAlchemy-1.4.26.tar.gz diff --git a/SQLAlchemy-1.4.25.tar.gz b/SQLAlchemy-1.4.25.tar.gz deleted file mode 100644 index b6ef09a..0000000 --- a/SQLAlchemy-1.4.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1adf3d25e2e33afbcd48cfad8076f9378793be43e7fec3e4334306cac6bec138 -size 7776002 diff --git a/SQLAlchemy-1.4.26.tar.gz b/SQLAlchemy-1.4.26.tar.gz new file mode 100644 index 0000000..29a5689 --- /dev/null +++ b/SQLAlchemy-1.4.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc7f9d7d90ef55e8c6db1308a8619cd8f40e24a34f759119b95e7284dca351a +size 7836259 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 7653b19..045129b 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Oct 27 19:23:55 UTC 2021 - Dirk Müller + +- update to version 1.4.26: + * a repair to the workings of the update() statement in an ORM context when + used with hybrid and composite attributes. + * Fixes for the with_loader_criteria() ORM option + * adjustments to the ORM Session interface to accommodate for new API features + * some new legacy warnings for lesser used patterns with Query.join() + * SQL / ORM fixes for the use case of selecting from repeated, non-labeled + column expressions, typically the null() construct when used as a + placeholder in a UNION statement. + * For PostgreSQL, refinements to the "expanding IN" SQL feature when used + with PostgreSQL ARRAY datatypes as well as fixes for the mostly + PostgreSQL-specific any_() and all_() column methods. + * For MySQL, repaired support for new behaviors in MariaDB 10.6 + * For SQL Server, reflection fixes and improvements for foreign key + constraints as well table /view detection. + ------------------------------------------------------------------- Sat Oct 16 23:34:51 UTC 2021 - Dirk Müller diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index edbc1c6..a60ed40 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %define oldpython python Name: python-SQLAlchemy -Version: 1.4.25 +Version: 1.4.26 Release: 0 Summary: Database Abstraction Library License: MIT