14
0

Accepting request 786865 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/786865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-jenkins?expand=0&rev=10
This commit is contained in:
2020-03-20 22:59:51 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Mar 20 12:14:40 UTC 2020 - pgajdos@suse.com
- version update to 1.7.0
* Include placeholder tasks in get\_running\_builds
* Fix reconfig\_credential() to send the xml data
* new method: create\_folder (with tests)
* new method: check\_jenkinsfile\_syntax (with tests)
* Update docs building job
* upsert\_job
-------------------------------------------------------------------
Thu Aug 1 12:01:53 UTC 2019 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-jenkins
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2014 Thomas Bechtold <thomasbechtold@jpberlin.de>
#
# All modifications and additions to the file contributed by third parties
@@ -19,17 +19,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-jenkins
Version: 1.5.0
Version: 1.7.0
Release: 0
Summary: Python bindings for the remote Jenkins API
License: BSD-3-Clause
Group: Development/Languages/Python
URL: http://opendev.org/jjb/python-jenkins
URL: https://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 pbr >= 0.8.2}
BuildRequires: %{python_module requests-mock >= 1.4}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module stestr >= 2.0}