14
0

- update to 1.4.0:

* Update min tox version to 2.0
  * Request multiple folder levels at once in get\_all\_jobs
  * Replace build\_jobs\_list\_responses with actual Jenkins responses
  * Clean up job/folder path handling
  * Test requested URLs in test\_getall
  * Make jjb-tox-cross-jenkins-job-builder voting
  * Allow adding extra HTTP headers to Jenkins requests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=20
This commit is contained in:
Thomas Bechtold
2018-12-11 15:09:12 +00:00
committed by Git OBS Bridge
parent 02ca0cf048
commit 3a8b908e94
4 changed files with 17 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 11 15:07:10 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
- update to 1.4.0:
* Update min tox version to 2.0
* Request multiple folder levels at once in get\_all\_jobs
* Replace build\_jobs\_list\_responses with actual Jenkins responses
* Clean up job/folder path handling
* Test requested URLs in test\_getall
* Make jjb-tox-cross-jenkins-job-builder voting
* Allow adding extra HTTP headers to Jenkins requests
-------------------------------------------------------------------
Tue Sep 4 17:51:40 UTC 2018 - dmueller@suse.com

View File

@@ -13,13 +13,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-jenkins
Version: 1.2.1
Version: 1.4.0
Release: 0
Summary: Python bindings for the remote Jenkins API
License: BSD-3-Clause