Compare commits
13 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 223bb3ba66 | |||
| e7b6e53ae0 | |||
| 5cc0c97103 | |||
| 7938db50c1 | |||
| aa32341901 | |||
| a15a260687 | |||
| 5884d16e64 | |||
| 4cd230bcd5 | |||
| 7af36972f3 | |||
| ad4f50e9ad | |||
| 644a1ddc0f | |||
| 44324f51c5 | |||
| 2936b5c8bb |
@@ -1,34 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Nov 10 08:31:29 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 2.0.44:
|
|
||||||
* Unblocked automatic greenlet installation for Python 3.14 now
|
|
||||||
that there are greenlet wheels on pypi for python 3.14
|
|
||||||
* https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.44
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Sep 11 09:13:44 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
||||||
|
|
||||||
- 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 <daniel.garcia@suse.com>
|
Tue Apr 22 12:39:48 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-SQLAlchemy
|
# spec file for package python-SQLAlchemy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-SQLAlchemy
|
Name: python-SQLAlchemy
|
||||||
Version: 2.0.44
|
Version: 2.0.40
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Database Abstraction Library
|
Summary: Database Abstraction Library
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
BIN
sqlalchemy-2.0.40.tar.gz
LFS
Normal file
BIN
sqlalchemy-2.0.40.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0ae7454e1ab1d780aee69fd2aae7d6b8670a581d8847f2d1e0f7ddfbf47e5a22
|
|
||||||
size 9819830
|
|
||||||
Reference in New Issue
Block a user