17
0

Accepting request 1271880 from devel:languages:python

- Update files to support modern and older setuptools, lowercase and
  uppercase dist-info file, in Factory and Leap.

OBS-URL: https://build.opensuse.org/request/show/1271880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy?expand=0&rev=122
This commit is contained in:
2025-04-23 13:18:15 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 22 12:39:48 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Update files to support modern and older setuptools, lowercase and
uppercase dist-info file, in Factory and Leap.
-------------------------------------------------------------------
Tue Apr 1 11:16:59 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -93,11 +93,7 @@ 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
%{python_sitearch}/[sS][qQ][lL][aA]lchemy-%{version}.dist-info
%if 0%{?suse_version} > 1500
%files -n %{name}-doc