From f12184ad8690ec1f16972d6e0b9c2936e06b851a0bc161129b3f4f8c3188dd93 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 18 Aug 2020 08:28:10 +0000 Subject: [PATCH] - Update to 1.53: * Add method get_team_membership for user to Team (#1658) (749e8d35) * PaginatedList's totalCount is 0 if no last page (#1641) (69b37b4a) * Add initial support for Github Apps. (#1631) (260558c1) * Add delete_branch_on_merge arg to Repository.edit type stub (#1639) (15b5ae0c) * upload_asset with data in memory (#1601) (a7786393) * Make Issue.closed_by nullable (#1629) (06dae387) * Add support for workflow dispatch event (#1625) (16850ef1) * Do not check reaction_type before sending (#1592) (136a3e80) * more flexible header splitting (#1616) (85e71361) * Add support for deployment statuses (#1588) (048c8a1d) * Adds the 'twitter_username' attribute to NamedUser. (#1585) (079f75a7) * Add support for Workflow Runs (#1583) (4fb1d23f) * Small documentation correction in Repository.py (#1565) (f0f6ec83) * Remove "api_preview" parameter from type stubs and docstrings (#1559) (cc1b884c) * Repository.update_file() content also accepts bytes (#1543) (9fb8588b) * Fix Repository.get_issues stub (#1540) (b40b75f8) * Check all arguments of NamedUser.get_repos() (#1532) (69bfc325) * Remove RateLimit.rate (#1529) (7abf6004) * PullRequestReview is not a completable object (#1528) (19fc43ab) * Remove pointless setters in GitReleaseAsset (#1527) (1dd1cf9c) * Drop some unimplemented methods in GitRef (#1525) (d4b61311) * Fixed formatting of docstrings for `Repository.create_git_tag_and_release()` and `StatsPunchCard`. (#1520) (ce400bc7) * Remove Repository.topics (#1505) (53d58d2b) * Correct Repository.get_workflows() (#1518) (8727003f) * correct Repository.stargazers_count return type to int (#1513) (b5737d41) * Raise a FutureWarning on use of client_{id,secret} (#1506) (2475fa66) * Improve type signature for create_from_raw_data (#1503) (c7b5eff0) * feat(column): move, edit and delete project columns (#1497) (a32a8965) * Add support for Workflows (#1496) (a1ed7c0e) * Add OAuth support for GitHub applications (4b437110) * Create AccessToken entity (4a6468aa) * Extend installation attributes (61808da1) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyGithub?expand=0&rev=37 --- python-PyGithub.changes | 41 +++++++++++++++++++++++++++++++++++++++++ python-PyGithub.spec | 2 +- v1.51.tar.gz | 3 --- v1.53.tar.gz | 3 +++ 4 files changed, 45 insertions(+), 4 deletions(-) delete mode 100644 v1.51.tar.gz create mode 100644 v1.53.tar.gz diff --git a/python-PyGithub.changes b/python-PyGithub.changes index 03b46d8..c4bda3f 100644 --- a/python-PyGithub.changes +++ b/python-PyGithub.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Tue Aug 18 08:22:14 UTC 2020 - Steve Kowalik + +- Update to 1.53: + * Add method get_team_membership for user to Team (#1658) (749e8d35) + * PaginatedList's totalCount is 0 if no last page (#1641) (69b37b4a) + * Add initial support for Github Apps. (#1631) (260558c1) + * Add delete_branch_on_merge arg to Repository.edit type stub + (#1639) (15b5ae0c) + * upload_asset with data in memory (#1601) (a7786393) + * Make Issue.closed_by nullable (#1629) (06dae387) + * Add support for workflow dispatch event (#1625) (16850ef1) + * Do not check reaction_type before sending (#1592) (136a3e80) + * more flexible header splitting (#1616) (85e71361) + * Add support for deployment statuses (#1588) (048c8a1d) + * Adds the 'twitter_username' attribute to NamedUser. (#1585) (079f75a7) + * Add support for Workflow Runs (#1583) (4fb1d23f) + * Small documentation correction in Repository.py (#1565) (f0f6ec83) + * Remove "api_preview" parameter from type stubs and docstrings + (#1559) (cc1b884c) + * Repository.update_file() content also accepts bytes (#1543) (9fb8588b) + * Fix Repository.get_issues stub (#1540) (b40b75f8) + * Check all arguments of NamedUser.get_repos() (#1532) (69bfc325) + * Remove RateLimit.rate (#1529) (7abf6004) + * PullRequestReview is not a completable object (#1528) (19fc43ab) + * Remove pointless setters in GitReleaseAsset (#1527) (1dd1cf9c) + * Drop some unimplemented methods in GitRef (#1525) (d4b61311) + * Fixed formatting of docstrings for + `Repository.create_git_tag_and_release()` + and `StatsPunchCard`. (#1520) (ce400bc7) + * Remove Repository.topics (#1505) (53d58d2b) + * Correct Repository.get_workflows() (#1518) (8727003f) + * correct Repository.stargazers_count return type to int (#1513) (b5737d41) + * Raise a FutureWarning on use of client_{id,secret} (#1506) (2475fa66) + * Improve type signature for create_from_raw_data (#1503) (c7b5eff0) + * feat(column): move, edit and delete project columns (#1497) (a32a8965) + * Add support for Workflows (#1496) (a1ed7c0e) + * Add OAuth support for GitHub applications (4b437110) + * Create AccessToken entity (4a6468aa) + * Extend installation attributes (61808da1) + ------------------------------------------------------------------- Mon May 4 03:59:23 UTC 2020 - Steve Kowalik diff --git a/python-PyGithub.spec b/python-PyGithub.spec index 2299afe..91ea328 100644 --- a/python-PyGithub.spec +++ b/python-PyGithub.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-PyGithub -Version: 1.51 +Version: 1.53 Release: 0 Summary: Python library to use the GitHub API v3 License: LGPL-3.0-or-later diff --git a/v1.51.tar.gz b/v1.51.tar.gz deleted file mode 100644 index 64c3ab9..0000000 --- a/v1.51.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f532db2897fca69ffd560c8776eefe79d32fb50711554822d7a9afc4a28350ef -size 2950990 diff --git a/v1.53.tar.gz b/v1.53.tar.gz new file mode 100644 index 0000000..c6197d1 --- /dev/null +++ b/v1.53.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3942accaab0657836375acdd1b33ef6d8d527144778e32aaa1c61b5fc4d00cb9 +size 3026570