From 95ac06c325a0ceced7ac763a5bd903ad9cc221b5e5dc3c3b447cec224f84739b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 28 Oct 2022 20:12:13 +0000 Subject: [PATCH] Accepting request 1031627 from home:yarunachalam:branches:devel:languages:python - Update to 1.56 This is the last release that will support Python 3.6. *Bug Fixes & Improvements Create repo from template (#2090) (b50283a) Improve signature of Repository.create_repo (#2118) (001970d) Add support for 'visibility' attribute preview for Repositories (#1872) (8d1397a) Add Repository.rename_branch method (#2089) (6452ddf) Add function to delete pending reviews on a pull request (#1897) (c8a945b) Cover all code paths in search_commits (#2087) (f1faf94) Correctly deal when PaginatedList's data is a dict (#2084) (93b92cd) Add two_factor_authentication in AuthenticatedUser. (#1972) (4f00cbf) Add ProjectCard.edit() to the type stub (#2080) (d417e4c) Add method to delete Workflow runs (#2078) (b1c8eec) Implement organization.cancel_invitation() (#2072) (53fb498) Feat: Add html_url property in Team Class. (#1983) (6570892) Add support for Python 3.10 (#2073) (aa694f8) Add github actions secrets to org (#2006) (bc5e595) Correct replay for Organization.create_project() test (#2075) (fcc1236) Fix install command example (#2043) (99e00a2) Fix: #1671 Convert Python Bool to API Parameter for Authenticated User Notifications (#2001) (1da600a) Do not transform requestHeaders when logging (#1965) (1265747) Add type to OrderedDict (#1954) (ed7d0fe) Add Commit.get_pulls() to pyi (#1958) (b466470) Adding headers in GithubException is a breaking change (#1931) (d1644e3) OBS-URL: https://build.opensuse.org/request/show/1031627 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyGithub?expand=0&rev=41 --- python-PyGithub.changes | 28 ++++++++++++++++++++++++++++ python-PyGithub.spec | 4 ++-- v1.55.tar.gz | 3 --- v1.56.tar.gz | 3 +++ 4 files changed, 33 insertions(+), 5 deletions(-) delete mode 100644 v1.55.tar.gz create mode 100644 v1.56.tar.gz diff --git a/python-PyGithub.changes b/python-PyGithub.changes index d859252..6c264d4 100644 --- a/python-PyGithub.changes +++ b/python-PyGithub.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Oct 27 19:48:01 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 1.56 + This is the last release that will support Python 3.6. + *Bug Fixes & Improvements + Create repo from template (#2090) (b50283a) + Improve signature of Repository.create_repo (#2118) (001970d) + Add support for 'visibility' attribute preview for Repositories (#1872) (8d1397a) + Add Repository.rename_branch method (#2089) (6452ddf) + Add function to delete pending reviews on a pull request (#1897) (c8a945b) + Cover all code paths in search_commits (#2087) (f1faf94) + Correctly deal when PaginatedList's data is a dict (#2084) (93b92cd) + Add two_factor_authentication in AuthenticatedUser. (#1972) (4f00cbf) + Add ProjectCard.edit() to the type stub (#2080) (d417e4c) + Add method to delete Workflow runs (#2078) (b1c8eec) + Implement organization.cancel_invitation() (#2072) (53fb498) + Feat: Add html_url property in Team Class. (#1983) (6570892) + Add support for Python 3.10 (#2073) (aa694f8) + Add github actions secrets to org (#2006) (bc5e595) + Correct replay for Organization.create_project() test (#2075) (fcc1236) + Fix install command example (#2043) (99e00a2) + Fix: #1671 Convert Python Bool to API Parameter for Authenticated User Notifications (#2001) (1da600a) + Do not transform requestHeaders when logging (#1965) (1265747) + Add type to OrderedDict (#1954) (ed7d0fe) + Add Commit.get_pulls() to pyi (#1958) (b466470) + Adding headers in GithubException is a breaking change (#1931) (d1644e3) + ------------------------------------------------------------------- Wed May 12 05:57:53 UTC 2021 - Steve Kowalik diff --git a/python-PyGithub.spec b/python-PyGithub.spec index 04d32c1..5c08a93 100644 --- a/python-PyGithub.spec +++ b/python-PyGithub.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyGithub # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-PyGithub -Version: 1.55 +Version: 1.56 Release: 0 Summary: Python library to use the GitHub API v3 License: LGPL-3.0-or-later diff --git a/v1.55.tar.gz b/v1.55.tar.gz deleted file mode 100644 index 1441e24..0000000 --- a/v1.55.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c674e5cceba1f2cf0d7ea79da66cf31f1131e86c41cd66a2330890f74327c0e1 -size 3123996 diff --git a/v1.56.tar.gz b/v1.56.tar.gz new file mode 100644 index 0000000..4b23f93 --- /dev/null +++ b/v1.56.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8bfae7afb241f9786aafa4e665d1ae99bea1d74ff71eb40cdc05f7ab63b4b4 +size 3144624