From f0eaf4e494940fd1047532091b6e9a5083f9d17b866b2745f9f0d24127a6da19 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 26 Mar 2025 00:49:08 +0000 Subject: [PATCH 1/3] - 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 From 3a26e552f0a76d3a63a487344e598e608f5e7c8d8abb44760e20f363781ec313 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 10 Apr 2025 08:35:53 +0000 Subject: [PATCH 2/3] Accepting request 1268180 from home:nkrapp:branches:devel:languages:python - Update to 2.6.1 - Add missing test requirement OBS-URL: https://build.opensuse.org/request/show/1268180 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyGithub?expand=0&rev=52 --- pygithub-2.5.0.tar.gz | 3 --- pygithub-2.6.1.tar.gz | 3 +++ python-PyGithub.changes | 39 +++++++++++++++++++++++++++++++++++++++ python-PyGithub.spec | 3 ++- 4 files changed, 44 insertions(+), 4 deletions(-) delete mode 100644 pygithub-2.5.0.tar.gz create mode 100644 pygithub-2.6.1.tar.gz diff --git a/pygithub-2.5.0.tar.gz b/pygithub-2.5.0.tar.gz deleted file mode 100644 index 47f894b..0000000 --- a/pygithub-2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1613ac508a9be710920d26eb18b1905ebd9926aa49398e88151c1b526aad3cf -size 3552804 diff --git a/pygithub-2.6.1.tar.gz b/pygithub-2.6.1.tar.gz new file mode 100644 index 0000000..841e2dd --- /dev/null +++ b/pygithub-2.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c035392991cca63959e9453286b41b54d83bf2de2daa7d7ff7e4312cebf3bf +size 3659473 diff --git a/python-PyGithub.changes b/python-PyGithub.changes index f78f13c..f1faa00 100644 --- a/python-PyGithub.changes +++ b/python-PyGithub.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Wed Apr 9 14:07:52 UTC 2025 - Nico Krapp + +- Update to 2.6.1 + ## Bug Fixes + * Fix broken pickle support for Auth classes by @EnricoMi + in #3211 + * Remove schema from Deployment, remove message attribute by + @EnricoMi in #3223 + * Fix incorrect deprecated import by @EnricoMi in #3225 + * Add CodeSecurityConfigRepository returned by + get_repos_for_code_security_config by @EnricoMi in #3219 + * Make GitTag.verification return GitCommitVerification by + @EnricoMi in #3226 + ## Maintenance + * Mention removal of AppAuth.private_key in changelog by + @EnricoMi in #3212 +- Update to 2.6.0 + ## Breaking Changes + * Rework Views and Clones by @EnricoMi in #3168 + * Fix typos by @kianmeng in #3086 + ## New Features + * Add capability for global laziness by @EnricoMi in #2746 + * Add Support for GitHub Copilot Seat Management in + Organizations by @pashafateev in #3082 + * Get branches where commit is head by @EnricoMi in #3083 + * Support downloading a Release Asset by @neel-m in #3060 + * Add Repository.merge_upstream method by @Felixoid in #3175 + * Support updating pull request draft status by @didot in #3104 + * Add transfer ownership method to Repository by + @tanannie22 in #3091 + * Add enable and disable a Workflow by @nickrmcclorey in #3088 + * Add support for managing Code Security Configrations + by @billnapier in #3095 + * Allow for private_key / sign function in AppAuth by + @EnricoMi in #3065 + ## full changelog: https://github.com/PyGithub/PyGithub/releases/tag/v2.6.0 +- Add missing test requirement + ------------------------------------------------------------------- Wed Mar 26 00:48:35 UTC 2025 - Steve Kowalik diff --git a/python-PyGithub.spec b/python-PyGithub.spec index da7780f..273c9f5 100644 --- a/python-PyGithub.spec +++ b/python-PyGithub.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-PyGithub -Version: 2.5.0 +Version: 2.6.1 Release: 0 Summary: Python library to use the GitHub API v3 License: LGPL-3.0-or-later @@ -31,6 +31,7 @@ BuildRequires: %{python_module PyNaCl >= 1.4.0} BuildRequires: %{python_module cryptography >= 3.4} BuildRequires: %{python_module pip} BuildRequires: %{python_module requests >= 2.14.0} +BuildRequires: %{python_module responses} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing-extensions >= 4.0.0} From 7d1889879dd1e2bab344101ccdfe4bbf70ac558012c612920a507504f7f453f1 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 06:16:49 +0000 Subject: [PATCH 3/3] - 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