14
0

Accepting request 1268180 from home:nkrapp:branches:devel:languages:python

- Update to 2.6.1
- Add missing test requirement

OBS-URL: https://build.opensuse.org/request/show/1268180
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyGithub?expand=0&rev=52
This commit is contained in:
2025-04-10 08:35:53 +00:00
committed by Git OBS Bridge
parent f0eaf4e494
commit 3a26e552f0
4 changed files with 44 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-PyGithub
Version: 2.5.0
Version: 2.6.1
Release: 0
Summary: Python library to use the GitHub API v3
License: LGPL-3.0-or-later
@@ -31,6 +31,7 @@ BuildRequires: %{python_module PyNaCl >= 1.4.0}
BuildRequires: %{python_module cryptography >= 3.4}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module requests >= 2.14.0}
BuildRequires: %{python_module responses}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module typing-extensions >= 4.0.0}