15
0

Accepting request 1266133 from devel:languages:python

- Make the dist-info name case-insensitive

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266133
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-MarkupSafe?expand=0&rev=33
This commit is contained in:
2025-04-11 14:44:55 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Thu Feb 20 08:14:24 UTC 2025 - Dirk Müller <dmueller@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