14
0

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyGithub?expand=0&rev=51
This commit is contained in:
2025-03-26 00:49:08 +00:00
committed by Git OBS Bridge
parent 9c3c689e4f
commit f0eaf4e494
2 changed files with 7 additions and 2 deletions

View File

@@ -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