From f0eaf4e494940fd1047532091b6e9a5083f9d17b866b2745f9f0d24127a6da19 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 26 Mar 2025 00:49:08 +0000 Subject: [PATCH] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyGithub?expand=0&rev=51 --- python-PyGithub.changes | 5 +++++ python-PyGithub.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-PyGithub.changes b/python-PyGithub.changes index 28a4012..f78f13c 100644 --- a/python-PyGithub.changes +++ b/python-PyGithub.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 26 00:48:35 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Thu Nov 7 06:44:31 UTC 2024 - Bernhard Wiedemann diff --git a/python-PyGithub.spec b/python-PyGithub.spec index 5ee5099..da7780f 100644 --- a/python-PyGithub.spec +++ b/python-PyGithub.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyGithub # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -76,6 +76,6 @@ sed -i s/--color=yes// pyproject.toml %license COPYING COPYING.LESSER %doc README.md %{python_sitelib}/github -%{python_sitelib}/PyGithub-%{version}.dist-info +%{python_sitelib}/pygithub-%{version}.dist-info %changelog