forked from pool/python-python-jenkins
Accepting request 786862 from home:pgajdos:python
- 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 OBS-URL: https://build.opensuse.org/request/show/786862 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=26
This commit is contained in:
committed by
Git OBS Bridge
parent
b7289e90f2
commit
1831d0d190
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0b11f7c1dffc48579afefa8a310cba5b1c98785b9132892ff8cf5312f32ebc90
|
|
||||||
size 60004
|
|
3
python-jenkins-1.7.0.tar.gz
Normal file
3
python-jenkins-1.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:deed8fa79d32769a615984a5dde5e01eda04914d3f4091bd9a23d30474695106
|
||||||
|
size 61250
|
@@ -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
|
Thu Aug 1 12:01:53 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-jenkins
|
# 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>
|
# 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,17 +19,17 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-python-jenkins
|
Name: python-python-jenkins
|
||||||
Version: 1.5.0
|
Version: 1.7.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
|
||||||
Group: Development/Languages/Python
|
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
|
Source: https://files.pythonhosted.org/packages/source/p/python-jenkins/python-jenkins-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module cmd2}
|
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 >= 0.8.2}
|
||||||
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 stestr >= 2.0}
|
BuildRequires: %{python_module stestr >= 2.0}
|
||||||
|
Reference in New Issue
Block a user