14
0

Accepting request 1266130 from devel:languages:python

- Make the dist-info name case-insensitive
- Normalize metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-GitPython?expand=0&rev=32
This commit is contained in:
2025-04-11 14:44:53 +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 11:59:07 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make the dist-info name case-insensitive
-------------------------------------------------------------------
Fri Mar 28 01:57:32 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
-------------------------------------------------------------------
Wed Mar 5 12:41:24 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

View File

@@ -81,6 +81,6 @@ git config --global user.name "Your Name"
%license LICENSE
%doc AUTHORS CHANGES README.md doc/source/*.rst
%{python_sitelib}/git
%{python_sitelib}/GitPython-%{version}.dist-info
%{python_sitelib}/[gG]it[pP]ython-%{version}.dist-info
%changelog