forked from pool/python-PyGithub
Accepting request 827522 from devel:languages:python
- 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/request/show/827522 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyGithub?expand=0&rev=18
This commit is contained in:
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 08:22:14 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f532db2897fca69ffd560c8776eefe79d32fb50711554822d7a9afc4a28350ef
|
||||
size 2950990
|
3
v1.53.tar.gz
Normal file
3
v1.53.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3942accaab0657836375acdd1b33ef6d8d527144778e32aaa1c61b5fc4d00cb9
|
||||
size 3026570
|
Reference in New Issue
Block a user