14
0

- Make the dist-info name case-insensitive

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython0?expand=0&rev=13
This commit is contained in:
2025-04-01 12:19:21 +00:00
committed by Git OBS Bridge
parent 24f39ce199
commit faca41841c
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 1 11:48:56 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make the dist-info name case-insensitive
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 25 01:19:44 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com> Tue Mar 25 01:19:44 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -96,7 +96,7 @@ $python runtests.py -v
%python_alternative %{_bindir}/cython %python_alternative %{_bindir}/cython
%python_alternative %{_bindir}/cythonize %python_alternative %{_bindir}/cythonize
%{python_sitearch}/Cython/ %{python_sitearch}/Cython/
%{python_sitearch}/cython-%{version}*-info %{python_sitearch}/[cC]ython-%{version}*-info
%{python_sitearch}/cython.py* %{python_sitearch}/cython.py*
%pycache_only %{python_sitearch}/__pycache__/cython*.py* %pycache_only %{python_sitearch}/__pycache__/cython*.py*
%{python_sitearch}/pyximport/ %{python_sitearch}/pyximport/