From 0f86575f091a5511433e0309c40c8313da0e2d48d772416c44b07b257ca46bb4 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 28 Mar 2025 01:57:45 +0000 Subject: [PATCH 1/2] - Normalize metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=64 --- python-GitPython.changes | 5 +++++ python-GitPython.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-GitPython.changes b/python-GitPython.changes index ef92b21..ba23eac 100644 --- a/python-GitPython.changes +++ b/python-GitPython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 28 01:57:32 UTC 2025 - Steve Kowalik + +- Normalize metadata directory name. + ------------------------------------------------------------------- Wed Mar 5 12:41:24 UTC 2025 - Johannes Kastl diff --git a/python-GitPython.spec b/python-GitPython.spec index 23f5c2d..4910576 100644 --- a/python-GitPython.spec +++ b/python-GitPython.spec @@ -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 From 053aec83fa5516dfbd50d1617ac2646b51e2f15d51eb6332ab4513c1825a4ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Apr 2025 12:23:39 +0000 Subject: [PATCH 2/2] Accepting request 1266115 from home:mcalabkova:branches:devel:languages:python - Make the dist-info name case-insensitive OBS-URL: https://build.opensuse.org/request/show/1266115 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=65 --- python-GitPython.changes | 5 +++++ python-GitPython.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-GitPython.changes b/python-GitPython.changes index ba23eac..3d9f00b 100644 --- a/python-GitPython.changes +++ b/python-GitPython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 11:59:07 UTC 2025 - Markéta Machová + +- Make the dist-info name case-insensitive + ------------------------------------------------------------------- Fri Mar 28 01:57:32 UTC 2025 - Steve Kowalik diff --git a/python-GitPython.spec b/python-GitPython.spec index 4910576..0c6eb9c 100644 --- a/python-GitPython.spec +++ b/python-GitPython.spec @@ -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