From d33fa27d317d40ce1d6452b1cb1db3b1a7b1036dd2cebc0e81011aa08cc58524 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 06:16:49 +0000 Subject: [PATCH] - Support both lowercased and unnormalized metadata directory names. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyGithub?expand=0&rev=53 --- python-PyGithub.changes | 5 +++++ python-PyGithub.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-PyGithub.changes b/python-PyGithub.changes index f1faa00..37c7941 100644 --- a/python-PyGithub.changes +++ b/python-PyGithub.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 06:16:31 UTC 2025 - Steve Kowalik + +- Support both lowercased and unnormalized metadata directory names. + ------------------------------------------------------------------- Wed Apr 9 14:07:52 UTC 2025 - Nico Krapp diff --git a/python-PyGithub.spec b/python-PyGithub.spec index 273c9f5..10d5736 100644 --- a/python-PyGithub.spec +++ b/python-PyGithub.spec @@ -77,6 +77,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}/[Pp]y[Gg]ithub-%{version}.dist-info %changelog