From 55d3f9212f315f943e0859a351f09fbefde50d4aae288ce3c25cc9d569908ed2 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 17 Oct 2025 03:45:50 +0000 Subject: [PATCH] - Use greater and equals for SLE16+ OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy1?expand=0&rev=24 --- python-SQLAlchemy1.changes | 3 ++- python-SQLAlchemy1.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/python-SQLAlchemy1.changes b/python-SQLAlchemy1.changes index 6aa315a..27a0f78 100644 --- a/python-SQLAlchemy1.changes +++ b/python-SQLAlchemy1.changes @@ -1,8 +1,9 @@ ------------------------------------------------------------------- -Fri Oct 17 03:40:08 UTC 2025 - Steve Kowalik +Fri Oct 17 03:45:18 UTC 2025 - Steve Kowalik - 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á diff --git a/python-SQLAlchemy1.spec b/python-SQLAlchemy1.spec index d0dbd5f..c847852 100644 --- a/python-SQLAlchemy1.spec +++ b/python-SQLAlchemy1.spec @@ -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