From 527d41ec98dd6576d706279bd89ff4672a26a83dee411a9baee579afdb7c5608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 11 Nov 2022 13:19:03 +0000 Subject: [PATCH] Accepting request 1034917 from home:yarunachalam:branches:devel:languages:python - Update to v3.11.0 Feature * build: Officially support Python 3.11 (74f66c7) * api: Add support for topics merge API (9a6d197) Fix * Remove project.approvals.set_approvals() method (91f08f0) * Use epic id instead of iid for epic notes (97cae38) * cli: Handle list response for json/yaml output (9b88132) * Intermittent failure in test_merge_request_reset_approvals (3dde36e) Documentation * advanced: Add hint on type narrowing (a404152) * Add minimal docs about the enable_debug() method (b4e9ab7) commits: Fix commit create example for binary content (bcc1eb4) * readme: Add a basic feature list (b4d53f1) * api: Describe use of lower-level methods (b7a6874) * api: Describe the list() and all() runners' functions (b6cc3f2) * api: Update merge_requests.rst: mr_id to mr_iid (b32234d) OBS-URL: https://build.opensuse.org/request/show/1034917 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=28 --- python-gitlab-3.10.0.tar.gz | 3 --- python-gitlab-3.11.0.tar.gz | 3 +++ python-python-gitlab.changes | 21 +++++++++++++++++++++ python-python-gitlab.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 python-gitlab-3.10.0.tar.gz create mode 100644 python-gitlab-3.11.0.tar.gz diff --git a/python-gitlab-3.10.0.tar.gz b/python-gitlab-3.10.0.tar.gz deleted file mode 100644 index fe79e2c..0000000 --- a/python-gitlab-3.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14930a16fdd7f36f67b9373e7d4d4720e8e374800028380289db3306e9f74614 -size 254166 diff --git a/python-gitlab-3.11.0.tar.gz b/python-gitlab-3.11.0.tar.gz new file mode 100644 index 0000000..2d157f8 --- /dev/null +++ b/python-gitlab-3.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9472b6ae4fba968b409dc32faee20dd65089065daa93e08d21b796a65d6578 +size 258383 diff --git a/python-python-gitlab.changes b/python-python-gitlab.changes index 5d628f8..e0f0915 100644 --- a/python-python-gitlab.changes +++ b/python-python-gitlab.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Nov 9 18:41:29 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v3.11.0 + Feature + * build: Officially support Python 3.11 (74f66c7) + * api: Add support for topics merge API (9a6d197) + Fix + * Remove project.approvals.set_approvals() method (91f08f0) + * Use epic id instead of iid for epic notes (97cae38) + * cli: Handle list response for json/yaml output (9b88132) + * Intermittent failure in test_merge_request_reset_approvals (3dde36e) + Documentation + * advanced: Add hint on type narrowing (a404152) + * Add minimal docs about the enable_debug() method (b4e9ab7) + commits: Fix commit create example for binary content (bcc1eb4) + * readme: Add a basic feature list (b4d53f1) + * api: Describe use of lower-level methods (b7a6874) + * api: Describe the list() and all() runners' functions (b6cc3f2) + * api: Update merge_requests.rst: mr_id to mr_iid (b32234d) + ------------------------------------------------------------------- Fri Oct 28 20:36:42 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-python-gitlab.spec b/python-python-gitlab.spec index 45ba1a4..b7678fe 100644 --- a/python-python-gitlab.spec +++ b/python-python-gitlab.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-python-gitlab -Version: 3.10.0 +Version: 3.11.0 Release: 0 Summary: Python module for interacting with the GitLab API License: LGPL-3.0-only