From 77f1218150ea976b7537536ae888ae75a55e0c67a17c36bdb8dff892917f22f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 8 Nov 2022 09:44:15 +0000 Subject: [PATCH] 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 --- python-PyGithub.changes | 14 ++++++++++++++ python-PyGithub.spec | 2 +- v1.56.tar.gz | 3 --- v1.57.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 v1.56.tar.gz create mode 100644 v1.57.tar.gz diff --git a/python-PyGithub.changes b/python-PyGithub.changes index 6c264d4..f033251 100644 --- a/python-PyGithub.changes +++ b/python-PyGithub.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Nov 7 20:16:09 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-PyGithub.spec b/python-PyGithub.spec index 5c08a93..bd396b1 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.56 +Version: 1.57 Release: 0 Summary: Python library to use the GitHub API v3 License: LGPL-3.0-or-later diff --git a/v1.56.tar.gz b/v1.56.tar.gz deleted file mode 100644 index 4b23f93..0000000 --- a/v1.56.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e8bfae7afb241f9786aafa4e665d1ae99bea1d74ff71eb40cdc05f7ab63b4b4 -size 3144624 diff --git a/v1.57.tar.gz b/v1.57.tar.gz new file mode 100644 index 0000000..bd4d804 --- /dev/null +++ b/v1.57.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989f30d123eb86c27e69c23ce8f72c3a3391f1e66ecb54ee8cd033242d7aa064 +size 3159952