diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 9deb178..9fd10d5 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Sep 11 09:13:44 UTC 2025 - Markéta Machová + +- Update to 2.0.43 + * Adjusted the test suite as well as the ORM’s method of scanning classes + for annotations to work under current beta releases of Python 3.14. + * Added support for postgresql_include keyword argument to UniqueConstraint + and PrimaryKeyConstraint. + * The values() construct gains a new method Values.cte(), which allows + creation of a named, explicit-columns CTE against an unnamed VALUES + expression, producing a syntax that allows column-oriented selection from + a VALUES construct on modern versions of PostgreSQL, SQLite, and MariaDB. + * Fixed some regressions from 2.0.40 in postgresql and mysql toolbox. + * Improved validation of execution parameters passed to the + Connection.execute() and similar methods. + * Added dataclass_metadata argument to all ORM attribute constructors that + accept dataclasses parameters. + * Implemented the defer(), undefer() and load_only() ORM loader options + to work for composite attributes. + * Added new parameter create_engine.skip_autocommit_rollback which provides + for a per-dialect feature of preventing the DBAPI .rollback() from being + called under any circumstances. + ------------------------------------------------------------------- Tue Apr 22 12:39:48 UTC 2025 - Daniel Garcia diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index f08b83f..0177a26 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -1,7 +1,7 @@ # # spec file for package python-SQLAlchemy # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-SQLAlchemy -Version: 2.0.40 +Version: 2.0.43 Release: 0 Summary: Database Abstraction Library License: MIT diff --git a/sqlalchemy-2.0.40.tar.gz b/sqlalchemy-2.0.40.tar.gz deleted file mode 100644 index e288ffb..0000000 --- a/sqlalchemy-2.0.40.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d827099289c64589418ebbcaead0145cd19f4e3e8a93919a0100247af245fa00 -size 9664299 diff --git a/sqlalchemy-2.0.43.tar.gz b/sqlalchemy-2.0.43.tar.gz new file mode 100644 index 0000000..68d1051 --- /dev/null +++ b/sqlalchemy-2.0.43.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788bfcef6787a7764169cfe9859fe425bf44559619e1d9f56f5bddf2ebf6f417 +size 9762949