15
0

Accepting request 1266093 from home:mcalabkova:branches: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.

OBS-URL: https://build.opensuse.org/request/show/1266093
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=267
This commit is contained in:
2025-04-01 12:11:57 +00:00
committed by Git OBS Bridge
parent aa32341901
commit 7938db50c1
4 changed files with 25 additions and 4 deletions

View File

@@ -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