forked from pool/python-SQLAlchemy1
- 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:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user