14
0

Accepting request 1251561 from home:ojkastl_buildservice:Branch_security

update to 4.13.0

OBS-URL: https://build.opensuse.org/request/show/1251561
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=41
This commit is contained in:
2025-03-10 12:17:44 +00:00
committed by Git OBS Bridge
parent 7c5512f5d2
commit 7ed0b96ed7
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>

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