- Make the dist-info name case-insensitive.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=123
This commit is contained in:
2025-04-01 12:17:48 +00:00
committed by Git OBS Bridge
parent 1f977196e3
commit 5791d7c94c
2 changed files with 6 additions and 1 deletions

View File

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

View File

@@ -76,6 +76,6 @@ sed -i -e 's:==:>=:g' setup.py
%doc CHANGELOG.md README.rst
%python_alternative %{_bindir}/faker
%{python_sitelib}/faker
%{python_sitelib}/faker-%{version}.dist-info
%{python_sitelib}/[fF]aker-%{version}.dist-info
%changelog