14
0

- Normalize metadata directory name.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=64
This commit is contained in:
2025-03-28 01:57:45 +00:00
committed by Git OBS Bridge
parent 632b754980
commit 0f86575f09
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
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}/gitpython-%{version}.dist-info
%changelog