Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
cf8d55e0bf |
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Lowercase metadata directory name.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 18 08:06:19 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
Fri Oct 18 08:06:19 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Cython0
|
# spec file for package python-Cython0
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -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/
|
||||||
|
Reference in New Issue
Block a user