forked from pool/python-python-gitlab
Accepting request 1117521 from home:mimi_vx:branches:devel:languages:python
- Update to 3.15.0 - force urllib3 < 2 for testsuite * Add support for select="package_file" in package upload (3a49f09) * api: Add support for events scope parameter (348f56e * Usernames support for MR approvals ()a2b8c8c) * Remove exclusive EE about issue links (e0f6f18) * projects: Allow importing additional items from GitHub (ce84f2e) * objects: Support fetching PATs via id or self endpoint (19b38bd) * Add resource_weight_event for ProjectIssue (6e5ef55) * backends: Use PEP544 protocols for structural subtyping (#2442) (4afeaff) * client: Add http_patch method (#2471) (f711d9e) * cli: Add setting of allow_force_push for protected branch (929e07d) * cli: Warn user when no fields are displayed (8bf53c8) * client: Properly parse content-type when charset is present (76063c3) * Support int for parent_id in import_group (90f96ac) * cli: Add ability to escape at-prefixed parameter (#2513) (4f7c784) * cli: Display items when iterator is returned (33a04e7) * objects: Fix typo in pipeline schedules (3057f45) * advanced: Clarify netrc, proxy behavior with requests (1da7c53) * Fix update badge behaviour (3d7ca1c) * advanced: Fix typo in Gitlab examples (1992790) * group: Add support for group restore API (9322db6) * client: Automatically retry on HTTP 409 Resource lock (dced76a) * api: Add support for bulk imports API (043de2d) * api: Add support for resource groups (5f8b8f5) * api: Support listing pipelines triggered by pipeline schedules (865fa41) * Allow filtering pipelines by source (b6c0872) * client: Bootstrap the http backends concept (#2391) (91a665f) * Add resource iteration events (see https://docs.gitlab.com/ee/api/resource_iteration_events.html) * Allow passing kwargs to Gitlab class when instantiating with from_config (#2392) (e88d34e) OBS-URL: https://build.opensuse.org/request/show/1117521 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=34
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-gitlab
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,14 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-python-gitlab
|
||||
Version: 3.12.0
|
||||
Version: 3.15.0
|
||||
Release: 0
|
||||
Summary: Python module for interacting with the GitLab API
|
||||
License: LGPL-3.0-only
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/python-gitlab/python-gitlab
|
||||
Source: https://files.pythonhosted.org/packages/source/p/python-gitlab/python-gitlab-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -41,6 +38,8 @@ BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module requests >= 2.22.0}
|
||||
BuildRequires: %{python_module requests-toolbelt >= 0.9.1}
|
||||
BuildRequires: %{python_module responses}
|
||||
# force urllib3 < 2, for tests to passs
|
||||
BuildRequires: %{python_module urllib3 < 2}
|
||||
# /SECTION
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
|
Reference in New Issue
Block a user