14
0

Accepting request 1251787 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1251787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-gitlab?expand=0&rev=20
This commit is contained in:
2025-03-21 19:21:54 +00:00
committed by Git OBS Bridge
4 changed files with 51 additions and 20 deletions

View File

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

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Mar 9 14:56:48 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 4.13.0:
* https://github.com/python-gitlab/python-gitlab/releases/tag/v4.13.0
- update to 4.12.2:
* https://github.com/python-gitlab/python-gitlab/releases/tag/v4.12.2
- update to 4.12.1:
* https://github.com/python-gitlab/python-gitlab/releases/tag/v4.12.1
- update to 4.12.0:
* https://github.com/python-gitlab/python-gitlab/releases/tag/v4.12.0
- update to 4.11.1:
* https://github.com/python-gitlab/python-gitlab/releases/tag/v4.11.1
- update to 4.11.0:
* https://github.com/python-gitlab/python-gitlab/releases/tag/v4.11.0
- update to 4.10.0:
* https://github.com/python-gitlab/python-gitlab/releases/tag/v4.10.0
- update to 4.9.0:
* https://github.com/python-gitlab/python-gitlab/releases/tag/v4.9.0
- update to 4.8.0:
* https://github.com/python-gitlab/python-gitlab/releases/tag/v4.8.0
- update to 4.7.0:
* https://github.com/python-gitlab/python-gitlab/releases/tag/v4.7.0
-------------------------------------------------------------------
Mon Jun 3 14:25:21 UTC 2024 - Srinidhi B S <srinidhi.bs@gmail.com>
@@ -178,7 +202,7 @@ Mon Dec 12 17:06:05 UTC 2022 - pgajdos@suse.com
-------------------------------------------------------------------
Wed Dec 7 22:07:34 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v3.12.0
- Update to v3.12.0
* Feature
Add support for SAML group links (#2367) (1020ce9)
groups: Add LDAP link manager and deprecate old API endpoints (3a61f60)
@@ -201,7 +225,7 @@ Wed Dec 7 22:07:34 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
-------------------------------------------------------------------
Wed Nov 9 18:41:29 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v3.11.0
- Update to v3.11.0
Feature
* build: Officially support Python 3.11 (74f66c7)
* api: Add support for topics merge API (9a6d197)
@@ -321,7 +345,7 @@ Thu Oct 6 22:29:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
usage: Refer to upsteam docs instead of custom attributes (ae7d3b0)
ext: Fix rendering for RequiredOptional dataclass (4d431e5)
Documentation updates to reflect addition of mutually exclusive attributes (24b720e)
Use as_list=False or all=True in Getting started (de8c6e8)
Use as_list=False or all=True in Getting started (de8c6e8)
-------------------------------------------------------------------
Wed May 4 06:24:11 UTC 2022 - pgajdos@suse.com
@@ -341,7 +365,7 @@ Thu Jan 14 13:16:51 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
* add support for Packages API
* add endpoint for latest ref artifacts
* wrong reconfirmation parameter when updating user's email
* tests fail when using REUSE_CONTAINER option
* tests fail when using REUSE_CONTAINER option
* implement Gitlab's behavior change for owned=True
- from v2.4.0
* do not check if kwargs is none
@@ -361,7 +385,7 @@ Thu Jan 14 13:16:51 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
* types: add dir to RESTObject to expose attributes
* use keyset pagination by default for /projects > 50000
* config: fix duplicate code
* project: add missing project parameters
* project: add missing project parameters
-------------------------------------------------------------------
Mon May 4 18:51:52 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-gitlab
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,32 +17,39 @@
Name: python-python-gitlab
Version: 4.6.0
Version: 4.13.0
Release: 0
Summary: Python module for interacting with the GitLab API
License: LGPL-3.0-only
URL: https://github.com/python-gitlab/python-gitlab
Source: https://files.pythonhosted.org/packages/source/p/python-gitlab/python-gitlab-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/p/python_gitlab/python_gitlab-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION requirements
BuildRequires: %{python_module gql >= 3.5.0 }
BuildRequires: %{python_module httpx >= 0.27.2}
BuildRequires: %{python_module requests >= 2.23.2}
BuildRequires: %{python_module requests-toolbelt >= 0.9.1}
# /SECTION
# SECTION test requirements
BuildRequires: %{python_module httmock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module responses}
BuildRequires: %{python_module respx}
# /SECTION
Requires: python-PyYAML >= 6.0.1
Requires: python-argcomplete >= 1.10.0
Requires: python-requests >= 2.22.0
Requires: python-gql >= 3.5.0
Requires: python-httpx >= 0.27.2
Requires: python-requests >= 2.23.2
Requires: python-requests-toolbelt >= 0.9.1
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module httmock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 2.22.0}
BuildRequires: %{python_module requests-toolbelt >= 0.9.1}
BuildRequires: %{python_module responses}
# /SECTION
%python_subpackages
%description
@@ -51,7 +58,7 @@ The python-gitlab package provides access to the GitLab server API.
It supports the v4 API of GitLab, and provides a CLI tool (gitlab).
%prep
%autosetup -p1 -n python-gitlab-%{version}
%autosetup -p1 -n python_gitlab-%{version}
%build
%pyproject_wheel

View File

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