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> 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,32 +17,39 @@
Name: python-python-gitlab Name: python-python-gitlab
Version: 4.6.0 Version: 4.13.0
Release: 0 Release: 0
Summary: Python module for interacting with the GitLab API Summary: Python module for interacting with the GitLab API
License: LGPL-3.0-only License: LGPL-3.0-only
URL: https://github.com/python-gitlab/python-gitlab 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 base >= 3.8}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros 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-PyYAML >= 6.0.1
Requires: python-argcomplete >= 1.10.0 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: python-requests-toolbelt >= 0.9.1
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun): update-alternatives Requires(postun): update-alternatives
BuildArch: noarch 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 %python_subpackages
%description %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). It supports the v4 API of GitLab, and provides a CLI tool (gitlab).
%prep %prep
%autosetup -p1 -n python-gitlab-%{version} %autosetup -p1 -n python_gitlab-%{version}
%build %build
%pyproject_wheel %pyproject_wheel

View File

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