forked from pool/python-python-jenkins
Accepting request 702948 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/702948 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-jenkins?expand=0&rev=8
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 14 18:18:30 UTC 2019 - Jonathan <jharker@suse.com>
|
||||||
|
|
||||||
|
- Fix dependencies for version 1.4.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 11 15:07:10 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
|
Tue Dec 11 15:07:10 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-jenkins
|
# spec file for package python-python-jenkins
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# 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
|
||||||
@@ -24,28 +24,32 @@ 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
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: http://launchpad.net/python-jenkins
|
URL: http://opendev.org/jjb/python-jenkins
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/python-jenkins/python-jenkins-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/python-jenkins/python-jenkins-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module cmd2}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module multi_key_dict}
|
BuildRequires: %{python_module multi_key_dict}
|
||||||
BuildRequires: %{python_module pbr}
|
BuildRequires: %{python_module pbr}
|
||||||
BuildRequires: %{python_module requests-mock}
|
BuildRequires: %{python_module requests-mock >= 1.4}
|
||||||
BuildRequires: %{python_module requests}
|
BuildRequires: %{python_module requests}
|
||||||
BuildRequires: %{python_module stestr}
|
BuildRequires: %{python_module stestr >= 2.0}
|
||||||
BuildRequires: %{python_module testscenarios}
|
BuildRequires: %{python_module testscenarios}
|
||||||
|
BuildRequires: openssl-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
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-setuptools
|
||||||
Requires: python-six >= 1.3.0
|
Requires: python-six >= 1.3.0
|
||||||
Provides: python-jenkins = %{version}
|
Provides: python-jenkins = %{version}
|
||||||
Obsoletes: python-jenkins <= 0.4.12
|
Obsoletes: python-jenkins < %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides Python bindings for the Jenkins Remote
|
This package provides Python bindings for the Jenkins Remote
|
||||||
API. It current supports management of:
|
API. It currently supports management of:
|
||||||
* Project configuration
|
* Project configuration
|
||||||
* Build control
|
* Build control
|
||||||
* Slave node configuration
|
* Slave node configuration
|
||||||
@@ -60,7 +64,7 @@ API. It current supports management of:
|
|||||||
%python_install
|
%python_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec -m stestr.cli run
|
%python_exec -m stestr.cli run --black-regex 'test_get_view_jobs_raise_HTTPError'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Reference in New Issue
Block a user