15
0

- Make the dist-info name case-insensitive

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=33
This commit is contained in:
2025-04-01 12:43:17 +00:00
committed by Git OBS Bridge
parent 62b04d9900
commit d712f09ba3
2 changed files with 6 additions and 1 deletions

View File

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

View File

@@ -84,6 +84,6 @@ export COVERAGE=1
%license LICENSE
%doc README.md
%{python_sitelib}/pympler
%{python_sitelib}/pympler-%{version}.dist-info
%{python_sitelib}/[pP]ympler-%{version}.dist-info
%changelog