15
0

- Use greater and equals for SLE16+

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy1?expand=0&rev=24
This commit is contained in:
2025-10-17 03:45:50 +00:00
committed by Git OBS Bridge
parent 32b6485c78
commit 55d3f9212f
2 changed files with 3 additions and 2 deletions

View File

@@ -1,8 +1,9 @@
-------------------------------------------------------------------
Fri Oct 17 03:40:08 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
Fri Oct 17 03:45:18 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch support-python-3.14.patch:
* Support Python 3.14 asyncio changes.
- Use greater and equals for SLE16+
-------------------------------------------------------------------
Tue Apr 1 12:56:45 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -94,7 +94,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%license LICENSE
%doc CHANGES README.rst README.dialects.rst README.unittests.rst
%{python_sitearch}/sqlalchemy/
%if 0%{?suse_version} > 1600
%if 0%{?suse_version} >= 1600
%{python_sitearch}/sqlalchemy-%{version}.dist-info
%else
%{python_sitearch}/SQLAlchemy-%{version}.dist-info