Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyGithub for openSUSE:Factory checked in at 2025-04-14 16:08:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyGithub (Old) and /work/SRC/openSUSE:Factory/.python-PyGithub.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyGithub" Mon Apr 14 16:08:29 2025 rev:25 rq:1269109 version:2.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes 2024-11-07 16:29:25.546736592 +0100 +++ /work/SRC/openSUSE:Factory/.python-PyGithub.new.1907/python-PyGithub.changes 2025-04-14 16:08:39.955484058 +0200 @@ -1,0 +2,49 @@ +Mon Apr 14 06:16:31 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Support both lowercased and unnormalized metadata directory names. + +------------------------------------------------------------------- +Wed Apr 9 14:07:52 UTC 2025 - Nico Krapp <nico.kr...@suse.com> + +- 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 <steven.kowa...@suse.com> + +- Lowercase metadata directory name. + +------------------------------------------------------------------- Old: ---- pygithub-2.5.0.tar.gz New: ---- pygithub-2.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyGithub.spec ++++++ --- /var/tmp/diff_new_pack.EmwY5z/_old 2025-04-14 16:08:40.411503203 +0200 +++ /var/tmp/diff_new_pack.EmwY5z/_new 2025-04-14 16:08:40.415503370 +0200 @@ -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 @@ -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 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} @@ -76,5 +77,5 @@ %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 ++++++ pygithub-2.5.0.tar.gz -> pygithub-2.6.1.tar.gz ++++++ ++++ 32969 lines of diff (skipped)