forked from pool/python-python-jenkins
Update WIP
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=32
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:deed8fa79d32769a615984a5dde5e01eda04914d3f4091bd9a23d30474695106
|
|
||||||
size 61250
|
|
3
python-jenkins-1.8.0.tar.gz
Normal file
3
python-jenkins-1.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0180a5463f68e2e0110f382b4248d2284bc68481db4a16fcbf61f4f55801c31f
|
||||||
|
size 64814
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-jenkins
|
# 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>
|
# Copyright (c) 2014 Thomas Bechtold <thomasbechtold@jpberlin.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-python-jenkins
|
Name: python-python-jenkins
|
||||||
Version: 1.7.0
|
Version: 1.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for the remote Jenkins API
|
Summary: Python bindings for the remote Jenkins API
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -31,16 +31,17 @@ Patch0: python-python-jenkins-no-mock.patch
|
|||||||
BuildRequires: %{python_module cmd2}
|
BuildRequires: %{python_module cmd2}
|
||||||
BuildRequires: %{python_module multi_key_dict}
|
BuildRequires: %{python_module multi_key_dict}
|
||||||
BuildRequires: %{python_module pbr >= 0.8.2}
|
BuildRequires: %{python_module pbr >= 0.8.2}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module requests-mock >= 1.4}
|
BuildRequires: %{python_module requests-mock >= 1.4}
|
||||||
BuildRequires: %{python_module requests}
|
BuildRequires: %{python_module requests}
|
||||||
BuildRequires: %{python_module testscenarios}
|
BuildRequires: %{python_module testscenarios}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: pkgconfig(krb5-gssapi)
|
BuildRequires: pkgconfig(krb5-gssapi)
|
||||||
Requires: python-multi_key_dict
|
Requires: python-multi_key_dict
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
Requires: python-setuptools
|
|
||||||
Requires: python-six >= 1.3.0
|
Requires: python-six >= 1.3.0
|
||||||
Provides: python-jenkins = %{version}
|
Provides: python-jenkins = %{version}
|
||||||
Obsoletes: python-jenkins < %{version}
|
Obsoletes: python-jenkins < %{version}
|
||||||
@@ -58,10 +59,10 @@ API. It currently supports management of:
|
|||||||
%autosetup -p1 -n python-jenkins-%{version}
|
%autosetup -p1 -n python-jenkins-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pyunittest tests/*.py
|
%pyunittest tests/*.py
|
||||||
|
Reference in New Issue
Block a user