forked from pool/python-PyGithub
Accepting request 1034365 from home:yarunachalam:branches:devel:languages:python
- Update to 1.57 Breaking Changes * Add support for Python 3.11, drop support for Python 3.6 (#2332) (1e2f10d) Bug Fixes & Improvements * Speed up get requested reviewers and teams for pr (#2349) (6725ece) * [WorkflowRun] - Add missing attributes (run_started_at & run_attempt), remove deprecated unicode type (#2273) (3a6235b) * Add support for repository autolink references (#2016) (0fadd6b) * Add retry and pool_size to typing (#2151) (784a3ef) * Fix/types for repo topic team (#2341) (db9337a) * Add class Artifact (#2313) (#2319) (437ff84) OBS-URL: https://build.opensuse.org/request/show/1034365 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyGithub?expand=0&rev=43
This commit is contained in:
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 7 20:16:09 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.57
|
||||||
|
Breaking Changes
|
||||||
|
* Add support for Python 3.11, drop support for Python 3.6 (#2332) (1e2f10d)
|
||||||
|
Bug Fixes & Improvements
|
||||||
|
* Speed up get requested reviewers and teams for pr (#2349) (6725ece)
|
||||||
|
* [WorkflowRun] - Add missing attributes (run_started_at & run_attempt), remove deprecated unicode type (#2273) (3a6235b)
|
||||||
|
* Add support for repository autolink references (#2016) (0fadd6b)
|
||||||
|
* Add retry and pool_size to typing (#2151) (784a3ef)
|
||||||
|
* Fix/types for repo topic team (#2341) (db9337a)
|
||||||
|
* Add class Artifact (#2313) (#2319) (437ff84)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 27 19:48:01 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Thu Oct 27 19:48:01 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-PyGithub
|
Name: python-PyGithub
|
||||||
Version: 1.56
|
Version: 1.57
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python library to use the GitHub API v3
|
Summary: Python library to use the GitHub API v3
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8e8bfae7afb241f9786aafa4e665d1ae99bea1d74ff71eb40cdc05f7ab63b4b4
|
|
||||||
size 3144624
|
|
3
v1.57.tar.gz
Normal file
3
v1.57.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:989f30d123eb86c27e69c23ce8f72c3a3391f1e66ecb54ee8cd033242d7aa064
|
||||||
|
size 3159952
|
Reference in New Issue
Block a user