Accepting request 1266119 from devel:languages:python
- Update to 2.0.40
* Support has been re-added for the MySQL-Connector/Python DBAPI
using the mysql+mysqlconnector:// URL scheme.
* Added support for specifying a list of columns for SET NULL and
SET DEFAULT actions of ON DELETE clause of foreign key definition
on PostgreSQL.
* Implemented support for the GROUPS frame specification in window
functions by adding groups option to over() and FunctionElement.over().
* Fixed regression in ORM Annotated Declarative class interpretation
caused by typing_extension==4.13.0 that introduced a different
implementation for TypeAliasType.
* More changes, see upstream changelog
- Wrap the metadata directory name in a distro-based conditional.
- Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/request/show/1266119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy?expand=0&rev=121
This commit is contained in:
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 11:16:59 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 2.0.40
|
||||
* Support has been re-added for the MySQL-Connector/Python DBAPI
|
||||
using the mysql+mysqlconnector:// URL scheme.
|
||||
* Added support for specifying a list of columns for SET NULL and
|
||||
SET DEFAULT actions of ON DELETE clause of foreign key definition
|
||||
on PostgreSQL.
|
||||
* Implemented support for the GROUPS frame specification in window
|
||||
functions by adding groups option to over() and FunctionElement.over().
|
||||
* Fixed regression in ORM Annotated Declarative class interpretation
|
||||
caused by typing_extension==4.13.0 that introduced a different
|
||||
implementation for TypeAliasType.
|
||||
* More changes, see upstream changelog
|
||||
- Wrap the metadata directory name in a distro-based conditional.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 08:18:23 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Lowercase metadata directory name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 07:53:14 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-SQLAlchemy
|
||||
Version: 2.0.39
|
||||
Version: 2.0.40
|
||||
Release: 0
|
||||
Summary: Database Abstraction Library
|
||||
License: MIT
|
||||
@@ -93,7 +93,11 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||
%license LICENSE
|
||||
%doc CHANGES.rst README.rst README.dialects.rst README.unittests.rst
|
||||
%{python_sitearch}/sqlalchemy/
|
||||
%if 0%{?suse_version} > 1600
|
||||
%{python_sitearch}/sqlalchemy-%{version}.dist-info
|
||||
%else
|
||||
%{python_sitearch}/SQLAlchemy-%{version}.dist-info
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} > 1500
|
||||
%files -n %{name}-doc
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d2d1fe548def3267b4c70a8568f108d1fed7cbbeccb9cc166e05af2abc25c22
|
||||
size 9644602
|
||||
BIN
sqlalchemy-2.0.40.tar.gz
LFS
Normal file
BIN
sqlalchemy-2.0.40.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user