15
0
forked from pool/python-Paste

- Make the dist-info name case-insensitive

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=77
This commit is contained in:
2025-04-01 12:32:37 +00:00
committed by Git OBS Bridge
parent 7d4ae2af8c
commit fb11f4db16
2 changed files with 6 additions and 1 deletions

View File

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

View File

@@ -62,7 +62,7 @@ rm tests/test_proxy.py
%license docs/license.txt
%doc README.rst
%{python_sitelib}/paste
%{python_sitelib}/paste-%{version}.dist-info
%{python_sitelib}/[pP]aste-%{version}.dist-info
%{python_sitelib}/Paste-%{version}-py*-nspkg.pth
%changelog