Hello community,
here is the log from the commit of package python-python-jenkins for
openSUSE:Factory checked in at 2019-05-22 12:19:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-jenkins (Old)
and /work/SRC/openSUSE:Factory/.python-python-jenkins.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-jenkins"
Wed May 22 12:19:43 2019 rev:8 rq:702948 version:1.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-jenkins/python-python-jenkins.changes
2018-12-12 17:29:27.714802628 +0100
+++
/work/SRC/openSUSE:Factory/.python-python-jenkins.new.5148/python-python-jenkins.changes
2019-05-22 12:19:44.516861389 +0200
@@ -1,0 +2,5 @@
+Tue May 14 18:18:30 UTC 2019 - Jonathan <[email protected]>
+
+- Fix dependencies for version 1.4.0
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-jenkins.spec ++++++
--- /var/tmp/diff_new_pack.llHWYk/_old 2019-05-22 12:19:45.260860903 +0200
+++ /var/tmp/diff_new_pack.llHWYk/_new 2019-05-22 12:19:45.264860901 +0200
@@ -1,7 +1,7 @@
#
# 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 <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -24,28 +24,32 @@
Summary: Python bindings for the remote Jenkins API
License: BSD-3-Clause
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
+BuildRequires: %{python_module cmd2}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module multi_key_dict}
BuildRequires: %{python_module pbr}
-BuildRequires: %{python_module requests-mock}
+BuildRequires: %{python_module requests-mock >= 1.4}
BuildRequires: %{python_module requests}
-BuildRequires: %{python_module stestr}
+BuildRequires: %{python_module stestr >= 2.0}
BuildRequires: %{python_module testscenarios}
+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 <= 0.4.12
+Obsoletes: python-jenkins < %{version}
BuildArch: noarch
%python_subpackages
%description
This package provides Python bindings for the Jenkins Remote
-API. It current supports management of:
+API. It currently supports management of:
* Project configuration
* Build control
* Slave node configuration
@@ -60,7 +64,7 @@
%python_install
%check
-%python_exec -m stestr.cli run
+%python_exec -m stestr.cli run --black-regex
'test_get_view_jobs_raise_HTTPError'
%files %{python_files}
%license COPYING