1
0

Accepting request 703792 from home:hitalia:branches:devel:languages:python

Update python-jenkinsapi to 0.3.9

OBS-URL: https://build.opensuse.org/request/show/703792
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jenkinsapi?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2019-05-17 20:40:29 +00:00
committed by Git OBS Bridge
parent 73fff0ae05
commit debd6eaab0
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 17 20:23:07 UTC 2019 - Hardik Italia <hitalia@suse.com>
- update to 3.0.9:
* Updated password
* url encode folder name, to fix forward slashes (#702)
* Add new method to create job and use it to speedup QueueItem (#699)
* See if Jenkins is lazy when loading build history (#698)
* Removed python 3.4 and added 3.7 (#695)
* Proposed CloudBees integration fix to job.invoke. (#693)
* Fix pylint errors (#694)
* Add authentication system tests (#686)
* Use session id cookie to improve performace (#685)
* Parameterize war-filename and locally save hpi-files (#684)
-------------------------------------------------------------------
Tue Feb 5 13:41:56 UTC 2019 - Jan Engelhardt <jengelh@inai.de>