14
0

Accepting request 1035259 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1035259
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-gitlab?expand=0&rev=14
This commit is contained in:
2022-11-12 16:41:05 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14930a16fdd7f36f67b9373e7d4d4720e8e374800028380289db3306e9f74614
size 254166

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db9472b6ae4fba968b409dc32faee20dd65089065daa93e08d21b796a65d6578
size 258383

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Nov 9 18:41:29 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <yarunachalam@suse.com>

View File

@@ -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