14
0
2023-04-12 14:17:21 +00:00
committed by Git OBS Bridge
parent 1035dc1d47
commit 5bdbf4564e
3 changed files with 9 additions and 8 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0180a5463f68e2e0110f382b4248d2284bc68481db4a16fcbf61f4f55801c31f
size 64814

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-jenkins
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2014 Thomas Bechtold <thomasbechtold@jpberlin.de>
#
# All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-jenkins
Version: 1.7.0
Version: 1.8.0
Release: 0
Summary: Python bindings for the remote Jenkins API
License: BSD-3-Clause
@@ -31,16 +31,17 @@ Patch0: python-python-jenkins-no-mock.patch
BuildRequires: %{python_module cmd2}
BuildRequires: %{python_module multi_key_dict}
BuildRequires: %{python_module pbr >= 0.8.2}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module requests-mock >= 1.4}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module testscenarios}
BuildRequires: %{python_module wheel}
BuildRequires: openssl-devel
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(krb5-gssapi)
Requires: python-multi_key_dict
Requires: python-requests
Requires: python-setuptools
Requires: python-six >= 1.3.0
Provides: python-jenkins = %{version}
Obsoletes: python-jenkins < %{version}
@@ -58,10 +59,10 @@ API. It currently supports management of:
%autosetup -p1 -n python-jenkins-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%check
%pyunittest tests/*.py