15
0

- Make the dist-info name case-insensitive

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=59
This commit is contained in:
2025-04-01 12:30:57 +00:00
committed by Git OBS Bridge
parent 1f92abb618
commit 67f5adb7f4
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 1 12:30:12 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make the dist-info name case-insensitive
-------------------------------------------------------------------
Tue Mar 25 03:17:06 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -79,7 +79,7 @@ export CFLAGS="%{optflags}"
%license LICENSE.rst
%doc README.rst docs/
%{python_sitearch}/markupsafe/
%{python_sitearch}/markupsafe-%{version}.dist-info
%{python_sitearch}/[mM]arkup[sS]afe-%{version}.dist-info
%endif
%changelog