commit python-jenkinsapi for openSUSE:Factory

2020-04-17 Thread root
Hello community,

here is the log from the commit of package python-jenkinsapi for 
openSUSE:Factory checked in at 2020-04-18 00:30:12

Comparing /work/SRC/openSUSE:Factory/python-jenkinsapi (Old)
 and  /work/SRC/openSUSE:Factory/.python-jenkinsapi.new.2738 (New)


Package is "python-jenkinsapi"

Sat Apr 18 00:30:12 2020 rev:10 rq:794785 version:0.3.11

Changes:

--- /work/SRC/openSUSE:Factory/python-jenkinsapi/python-jenkinsapi.changes  
2020-04-16 23:07:06.515880708 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jenkinsapi.new.2738/python-jenkinsapi.changes
2020-04-18 00:32:11.898271959 +0200
@@ -1,0 +2,5 @@
+Fri Apr 17 06:51:42 UTC 2020 - pgaj...@suse.com
+
+- use pytest -k instead of removing tests
+
+---



Other differences:
--
++ python-jenkinsapi.spec ++
--- /var/tmp/diff_new_pack.36L70W/_old  2020-04-18 00:32:12.458273119 +0200
+++ /var/tmp/diff_new_pack.36L70W/_new  2020-04-18 00:32:12.462273127 +0200
@@ -87,11 +87,11 @@
 %python_uninstall_alternative jenkins_invoke
 
 %check
+# jenkinsapi_tests/unittests/test_view.py
 # E   fixture '_view_poll' not found
-rm jenkinsapi_tests/unittests/test_view.py
+# jddenkinsapi_tests/unittests/test_plugins.py
 # E   ConnectionError: HTTPSConnectionPool(host='updates.jenkins.io...
-rm jenkinsapi_tests/unittests/test_plugins.py
-%pytest jenkinsapi_tests/unittests jenkinsapi_tests/test_utils
+%pytest jenkinsapi_tests/unittests jenkinsapi_tests/test_utils -k 'not 
(test_view or test_plugins)'
 
 %files %{python_files}
 %doc README.rst




commit python-jenkinsapi for openSUSE:Factory

2020-04-16 Thread root
Hello community,

here is the log from the commit of package python-jenkinsapi for 
openSUSE:Factory checked in at 2020-04-16 23:07:04

Comparing /work/SRC/openSUSE:Factory/python-jenkinsapi (Old)
 and  /work/SRC/openSUSE:Factory/.python-jenkinsapi.new.2738 (New)


Package is "python-jenkinsapi"

Thu Apr 16 23:07:04 2020 rev:9 rq:794645 version:0.3.11

Changes:

--- /work/SRC/openSUSE:Factory/python-jenkinsapi/python-jenkinsapi.changes  
2019-05-22 11:13:56.798556836 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jenkinsapi.new.2738/python-jenkinsapi.changes
2020-04-16 23:07:06.515880708 +0200
@@ -1,0 +2,30 @@
+Thu Apr 16 12:13:33 UTC 2020 - pgaj...@suse.com
+
+- version update to 0.3.11
+  0.3.11
+  --
+  * jobs.py: don't yield jobs twice (#740)
+  * Add debug log message in JenkinsBase.process\_job\_folder to follow 
execution progress (#738)
+  * don't faile when node\_descriprion is missing (#737)
+  * Fix safe exit test (#736)
+  * don't stale feature requests or "help wanted"
+  * change label for stale issues
+  * Fixed idle state not being refreshed (#575)
+  * Simple plugins (#735)
+  0.3.10
+  --
+  * Add method for streaming build logs (#722)
+  * add instructions for Stale bot
+  * Fixed problems with changeSets (#717)
+  * Create Node by providing predetermined configuration (#730)
+  * Fix plugin versions (#734)
+  * Updates Requester to use a Session, maintaining cookies (#727)
+  * Feature/multibranch pipeline job (#715)
+  * Fix failures caused by plugins (#718)
+  * Fix for build.get\_artifacts() (#712)
+  * Add safe exit (#700)
+  * simplify crumb usage (#704)
+  * generate new api token for logged in user (#706)
+  * ignore dot files (#705)
+
+---

Old:

  jenkinsapi-0.3.9.tar.gz

New:

  jenkinsapi-0.3.11.tar.gz



Other differences:
--
++ python-jenkinsapi.spec ++
--- /var/tmp/diff_new_pack.EOjwMw/_old  2020-04-16 23:07:07.975882008 +0200
+++ /var/tmp/diff_new_pack.EOjwMw/_new  2020-04-16 23:07:07.975882008 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jenkinsapi
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jenkinsapi
-Version:0.3.9
+Version:0.3.11
 Release:0
 Summary:A Python API for accessing resources on a Jenkins continuous 
integration server
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/salimfadhley/jenkinsapi
-Source: 
https://pypi.io/packages/source/j/jenkinsapi/jenkinsapi-%{version}.tar.gz
+URL:https://github.com/salimfadhley/jenkinsapi
+Source: 
https://files.pythonhosted.org/packages/source/j/jenkinsapi/jenkinsapi-%{version}.tar.gz
 BuildRequires:  %{python_module pbr}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module requests}
@@ -33,7 +33,15 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-pytz >= 2014.4
 Requires:   python-requests >= 2.3.0
+Requires:   python-six >= 1.10.0
 BuildArch:  noarch
+# SECTION test requirements
+BuildRequires:  %{python_module astroid >= 1.4.8}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pytest-mock}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module requests-kerberos}
+# /SECTION
 %python_subpackages
 
 %description
@@ -78,8 +86,14 @@
 %postun
 %python_uninstall_alternative jenkins_invoke
 
+%check
+# E   fixture '_view_poll' not found
+rm jenkinsapi_tests/unittests/test_view.py
+# E   ConnectionError: HTTPSConnectionPool(host='updates.jenkins.io...
+rm jenkinsapi_tests/unittests/test_plugins.py
+%pytest jenkinsapi_tests/unittests jenkinsapi_tests/test_utils
+
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
 %license license.txt
 %python_alternative %{_bindir}/jenkins_invoke

++ jenkinsapi-0.3.9.tar.gz -> jenkinsapi-0.3.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jenkinsapi-0.3.9/.github/stale.yml 
new/jenkinsapi-0.3.11/.github/stale.yml
--- old/jenkinsapi-0.3.9/.github/stale.yml  1970-01-01 01:00:00.0 
+0100
+++ new/jenkinsapi-0.3.11/.github/stale.yml 2019-10-21 13:43:49.0 
+0200
@@ -0,0 +1,64 @@
+# Configuration for probot-stale - https://github.com/probot/stale
+
+# Number of days of inactivity before an Issue or Pull Request becomes stale
+daysUntilS

commit python-jenkinsapi for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package python-jenkinsapi for 
openSUSE:Factory checked in at 2019-05-22 11:13:56

Comparing /work/SRC/openSUSE:Factory/python-jenkinsapi (Old)
 and  /work/SRC/openSUSE:Factory/.python-jenkinsapi.new.5148 (New)


Package is "python-jenkinsapi"

Wed May 22 11:13:56 2019 rev:8 rq:703793 version:0.3.9

Changes:

--- /work/SRC/openSUSE:Factory/python-jenkinsapi/python-jenkinsapi.changes  
2019-02-06 14:07:07.846652413 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jenkinsapi.new.5148/python-jenkinsapi.changes
2019-05-22 11:13:56.798556836 +0200
@@ -1,0 +2,15 @@
+Fri May 17 20:23:07 UTC 2019 - Hardik Italia 
+
+- 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)
+
+---

Old:

  jenkinsapi-0.3.8.tar.gz

New:

  jenkinsapi-0.3.9.tar.gz



Other differences:
--
++ python-jenkinsapi.spec ++
--- /var/tmp/diff_new_pack.QCAkhS/_old  2019-05-22 11:13:57.246556753 +0200
+++ /var/tmp/diff_new_pack.QCAkhS/_new  2019-05-22 11:13:57.250556752 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jenkinsapi
-Version:0.3.8
+Version:0.3.9
 Release:0
 Summary:A Python API for accessing resources on a Jenkins continuous 
integration server
 License:MIT

++ jenkinsapi-0.3.8.tar.gz -> jenkinsapi-0.3.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jenkinsapi-0.3.8/.travis.yml 
new/jenkinsapi-0.3.9/.travis.yml
--- old/jenkinsapi-0.3.8/.travis.yml2018-11-26 16:08:36.0 +0100
+++ new/jenkinsapi-0.3.9/.travis.yml2019-04-12 17:07:05.0 +0200
@@ -1,17 +1,17 @@
-dist: trusty
+dist: xenial
 group: edge
 sudo: required
 language: python
+jdk:
+- oraclejdk8
 python:
 - '2.7'
-- '3.4'
 - '3.5'
 - '3.6'
+- '3.7'
 env:
 - JENKINS_VERSION=stable
 - JENKINS_VERSION=latest
-before_install:
-- jdk_switcher use oraclejdk8
 install:
 - pip install tox-travis
 - python setup.py -q sdist bdist_wheel
@@ -26,10 +26,10 @@
 deploy:
   user: lechat
   password:
-secure: 
Sx99ZHXkGAxWYn2mDz3U9RQg6Yjta22Tu/9ndXxKIAbyGaFn9jPmpYNB2oNu7/6djlfmNsN9cvGze3FghyToW7YHwRC7pSCVxVlqJb+fFOLbhxJeh2RgmUQRqlhWSs/xjGypNdMkNosuAv08UZr1HX1wgYF3rWnAZFDlDsQeayU=
+secure: 
Dn0M+smML+SzgHSVz8w05mkwkg1Eojp7WKvq8NiWSmqH7BlvTNjBszaYCEqIAdXY5vO9p9yx9mupoeLxXJLJlLer61OwHErrXKzUofLfgMJT/mF9WlUfJZgonJcyl5By/MU9vXIlFMAZNae393GJYhj4zQx8xoZXk8HWMMqNXLA=
   on:
 repo: pycontribs/jenkinsapi
 tags: true
   provider: pypi
-  distributions: "sdist bdist_wheel"
+  distributions: sdist bdist_wheel
   skip_cleanup: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jenkinsapi-0.3.8/AUTHORS new/jenkinsapi-0.3.9/AUTHORS
--- old/jenkinsapi-0.3.8/AUTHORS2018-12-27 23:08:08.0 +0100
+++ new/jenkinsapi-0.3.9/AUTHORS2019-04-13 02:46:41.0 +0200
@@ -34,6 +34,8 @@
 Frantisek Reznicek 
 Giovanni Berlanda-Scorza 
<38668349+giovanni-superpedestr...@users.noreply.github.com>
 Hugh Brown 
+Ikuze <37222566+ik...@users.noreply.github.com>
+JO2M <37215959+j...@users.noreply.github.com>
 Jake Ruth 
 James Whitworth 
 James Whitworth 
@@ -122,6 +124,7 @@
 lechat 
 lphoward 
 luciali 
+mdear 
 mthak 
 mthakkar 
 mvr 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jenkinsapi-0.3.8/ChangeLog 
new/jenkinsapi-0.3.9/ChangeLog
--- old/jenkinsapi-0.3.8/ChangeLog  2018-12-27 23:08:07.0 +0100
+++ new/jenkinsapi-0.3.9/ChangeLog  2019-04-13 02:46:41.0 +0200
@@ -1,6 +1,20 @@
 CHANGES
 ===
 
+0.3.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 

commit python-jenkinsapi for openSUSE:Factory

2019-02-06 Thread root
Hello community,

here is the log from the commit of package python-jenkinsapi for 
openSUSE:Factory checked in at 2019-02-06 14:07:06

Comparing /work/SRC/openSUSE:Factory/python-jenkinsapi (Old)
 and  /work/SRC/openSUSE:Factory/.python-jenkinsapi.new.28833 (New)


Package is "python-jenkinsapi"

Wed Feb  6 14:07:06 2019 rev:7 rq:671878 version:0.3.8

Changes:

--- /work/SRC/openSUSE:Factory/python-jenkinsapi/python-jenkinsapi.changes  
2019-02-05 11:19:02.632886475 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jenkinsapi.new.28833/python-jenkinsapi.changes
   2019-02-06 14:07:07.846652413 +0100
@@ -1,0 +2,5 @@
+Tue Feb  5 13:41:56 UTC 2019 - Jan Engelhardt 
+
+- Trim bias from description and fix grammar issues.
+
+---
@@ -319 +323,0 @@
-



Other differences:
--
++ python-jenkinsapi.spec ++
--- /var/tmp/diff_new_pack.rqJKBy/_old  2019-02-06 14:07:08.270652336 +0100
+++ /var/tmp/diff_new_pack.rqJKBy/_new  2019-02-06 14:07:08.274652336 +0100
@@ -20,7 +20,7 @@
 Name:   python-jenkinsapi
 Version:0.3.8
 Release:0
-Summary:A Python API for accessing resources on a Jenkins 
continuous-integration server
+Summary:A Python API for accessing resources on a Jenkins continuous 
integration server
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/salimfadhley/jenkinsapi
@@ -37,23 +37,24 @@
 %python_subpackages
 
 %description
-Jenkins is the market leading continuous integration system, originally created
-by Kohsuke Kawaguchi.
+Jenkins is a continuous integration system.
 
-Jenkins (and It's predecessor Hudson) are useful projects for automating common
-development tasks (e.g. unit-testing, production batches) - but they are
-somewhat Java-centric. Thankfully the designers have provided an excellent and
-complete REST interface. This library wraps up that interface as more
-conventional python objects in order to make many Jenkins oriented tasks
-easier to automate.
+Jenkins (and its predecessor Hudson) are projects for automating
+common development tasks (e.g. unit testing, production batches), but
+they are somewhat Java-centric. The designers have provided a REST
+interface. This library wraps up that interface as more conventional
+Python objects.
 
-This library can help you:
+This library can help to:
 
  * Query the test-results of a completed build
  * Get a objects representing the latest builds of a job
  * Search for artefacts by simple criteria
  * Block until jobs are complete
  * Install artefacts to custom-specified directory structures
+
+and has
+
  * username/password auth support for jenkins instances with auth turned on
  * Ability to search for builds by subversion revision
  * Ability to add/remove/query Jenkins slaves




commit python-jenkinsapi for openSUSE:Factory

2019-02-05 Thread root
Hello community,

here is the log from the commit of package python-jenkinsapi for 
openSUSE:Factory checked in at 2019-02-05 11:19:02

Comparing /work/SRC/openSUSE:Factory/python-jenkinsapi (Old)
 and  /work/SRC/openSUSE:Factory/.python-jenkinsapi.new.28833 (New)


Package is "python-jenkinsapi"

Tue Feb  5 11:19:02 2019 rev:6 rq:671250 version:0.3.8

Changes:

--- /work/SRC/openSUSE:Factory/python-jenkinsapi/python-jenkinsapi.changes  
2016-11-21 14:26:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jenkinsapi.new.28833/python-jenkinsapi.changes
   2019-02-05 11:19:02.632886475 +0100
@@ -1,0 +2,167 @@
+Tue Feb  5 05:04:21 UTC 2019 - Thomas Bechtold 
+
+- update to 0.3.8:
+  * Fixed typos noticed when reading the file. (#680)
+  * Support keyworded variables for requester, fixes #679 (#682)
+  * re-encrypt password
+  * change password again
+  * Plugin delete (#674)
+  * disable pyling check of unnecessary-pass
+  * Updated pypi password
+  * set travis to release on tag
+  * Add future improvement line
+  * add dependency plugin: trilead-api
+  * Removed unused files
+  * add try except for func create (#675)
+  * Removed unused file
+  * Skip test on release stage
+  * Add method to update offline reason for a node. (#613)
+  * Support SSH credential update (#619)
+  * add ability to keep build forever (#672)
+  * Handle changesets returned by Jenkins job that use Pipeline (#654)
+  * Change pylint command line (#671)
+  * update README dev guide (#667)
+  * Fix a lot of warnings (#662)
+  * Remove ssh credentials no longer supported by ssh credentials plugin (#657)
+  * Update link to travis
+  * Expanded test coverage for view.py (#646)
+  * Python 3.6 and 3.7 support (#641)
+  * changed requirements to support 3.6 and immediate testing
+  * Changing to  \*args and \*\*kwargs in requester init. Fixing TypeError bug 
(#640)
+  * Retrieve git repo url for a given build (#634)
+  * Get Build url for a given build object (#635)
+  * Add support for client side certificates, closes #632
+  * add View.remove\_job
+  * Add new method Jenkins.run\_groovy\_script(self, script) for running
+arbitrary groovy scripts on the Jenkins server. This fixes #601
+  * Add additional methods Nodes.items(), Nodes.itervalues() and
+Nodes.values() to match the methods provided by the built in dict class
+  * Add docstrings for Nodes.keys(), Nodes.iterkeys() and Nodes.iteritems()
+  * Added a tests for Nodes.iterkeys(), Nodes.keys() and Nodes.iteritems()
+  * Move common Node creation functionality out of Nodes.iteritems
+and Nodes.\_\_getitem\_\_ and in to its own private \_make\_node function
+  * Added methods to Node for querying information stored in the monitors
+section of the api tree. These allow the querying of:  - The node's
+available and total physical memory.  - The node's available and total
+swap space.  - The local path of the node's workspace area.  - The size
+of the node's workspace area.  - The local path of the node's temporary
+area.  - The size of the node's temporary area.  - The node's architecture
+(eg. "Linux").  - The node's average response time.  - The clock
+difference between the node and the Jenkins master
+  * update xml version
+  * ignore not relevant pylint checks
+  * add QueueItem.is\_queued() and test for it
+  * Small Nodes refactoring
+  * Fix arguments passed in how\_to/use\_crumbs.py
+  * typo
+  * Add link to full docs in README
+  * backwards compatible get\_credentials
+  * Fix pylint errors
+  * Fetch, update or create credentials by id instead of description
+  * init QueueItem properly
+  * fix inconsistent return values
+  * update examples information and add example for CrumbRequestor
+  * add release to pypi from Travis
+  * don't check for redefined built-ins
+  * fix lint
+  * converted tests to pytest
+  * add missing imports and fix code formatting
+  * Add jsonp\_to\_json module docstring
+  * Move Manifest parsing code to utils/manifest.py
+  * Add unittests for installed plugin version
+  * Fix Plugin Manifest parsing, plugin install status
+  * Add 500 to allowed status codes while restarting
+  * Move update\_center\_dict handling to Plugins class, hopefully
+fix wrong version issues by restarting after install
+  * Optimize \_wait\_for\_reboot
+  * Lint fixes and decode bytestring
+  * Add plugin uninstall; install exact versions
+  * Fix credentials update test
+  * Credentials update support
+  * disable master executors temporary to let test pass
+  * add codecov dependency and env variables for it
+  * add timeout parameter to Jenkins object
+  * Fixes pycontribs/jenkinsapi#530. It's possible for queued tasks to
+be unnamed. This is the case when using Pipeline jobs. Check that
+tasks have names before referring to it
+  * Close #583: Han

commit python-jenkinsapi for openSUSE:Factory

2016-11-21 Thread h_root
Hello community,

here is the log from the commit of package python-jenkinsapi for 
openSUSE:Factory checked in at 2016-11-21 14:26:39

Comparing /work/SRC/openSUSE:Factory/python-jenkinsapi (Old)
 and  /work/SRC/openSUSE:Factory/.python-jenkinsapi.new (New)


Package is "python-jenkinsapi"

Changes:

--- /work/SRC/openSUSE:Factory/python-jenkinsapi/python-jenkinsapi.changes  
2015-05-10 10:46:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-jenkinsapi.new/python-jenkinsapi.changes 
2016-11-21 14:26:41.0 +0100
@@ -1,0 +2,130 @@
+Fri Nov 18 16:42:26 UTC 2016 - tbecht...@suse.com
+
+- update to 0.3.3:
+  * Fixed for Credentials 2.x plugin (#460)
+  * Added tests for adding jobs to view (#469)
+  * Return full response object if requested on job.update_config method.
+  * Adding SSL disabling option, authentication, correction of Java Heap
+setting and some very helpful comments
+  * Fixed failing tests on Jenkins 2.0 (#473)
+  * Delete build (#493)
+  * Decoding bytes with the ISO-8859-1 encoding
+  * Removed pypi upload
+  * Added coveralls integration
+  * When job is invoked with file param http headers will be now set (#494)
+  * Adding newline at end of file
+  * Adding a note about using an API token as password
+  * KrbRequester.get_request_dict missing **kwargs
+  * Update setup.cfg to support universal wheels
+  * Set version to 0.3.00 and cleaned up a bit
+  * Add ssl_verify flag to the Jenkins class
+  * Changed jenkins launcher to use pre-built home dir
+  * Proper handling of self.url
+  * Added SSH node creation and tests
+  * Adds correct build information to Build.get_artifacts
+  * FIX: allow jenkinsapi to be used without installation
+  * And exit 1...
+  * working tox configuration for testing/lint with multiple python versions
+  * How to kick-off a paramterized build (eg build version, python version)
+  * FIX: fix bad indentation (2->4 spaces)
+  * Fixed EMPTY_JOB config to match the one returned from Jenkins
+  * Now using either wget or curl to download the jenkins.war
+  * Fix pylint violations.
+  * Revert "Get rid of unused modules and unhelpful comments"
+  * Correct the logging format
+  * Fix for issue #357
+  * Can't find job parameters if in 'property'
+  * Restored old way of finding jobs (#477)
+  * Fix line spacing
+  * Added how_to examples for nodes and credential creation
+  * Get rid of unused modules and unhelpful comments
+  * pe8, flakes, system-test for safe_restart
+  * Fixed pylint errors
+  * Added tests for issue #487 (#490)
+  * Prepare chunks that are applicable to both Python 2 and 3.
+  * Fix 'get_build_by_params' method (#506)
+  * adding jenkins.install_plugin, jenkins.install_plugins, and 
jenkins.safe_restart
+  * Removed UTF-8 as a method of decoding the content bytes
+  * Categorized view plugin support and change View#add_job approach (#468)
+  * Version 0.30.1
+  * catch ConnectionError as well as HTTPError while waiting for restart
+  * fix typos and lint
+  * Version bump prior to release
+  * Implement `Secret text` credential (#504)
+  * Unified node creation and fixed tests
+  * Fix job search (#465)
+  * Update setup.py classifiers
+  * download artifacts: handle files with special characters
+  * Add unit tests of artifact strict validation.
+  * In systests.TestNodes.test_get_node_labels make sure the node creation
+code matches the other tests and cleanup the created node when the test
+finishes. Calling jenkins.create_node instead of
+jenkins.nodes.create_node might be the cause of the Travis CI build break.
+  * Do not ignore tree parameter to poll
+  * [doc] pep8 cleanup of examples in using_jenkinsapi.rst
+  * Added required plugins
+  * Added codecov, removed coveralls
+  * Added issue template
+  * Added note that library is not tested on Jenkins 2.0
+  * Add Build.get_description()
+  * Add ability to retrieve build by params (#488)
+  * Cleaned up examples and added example of running job via invoke
+  * Update using_jenkinsapi.rst
+  * Incremented version
+  * Add function to node for querying the labels from the node's config.xml.
+The config.xml querying and caching was copied from the job's config 
handling code.
+  * Job object now able to find job url by asking server
+  * Fixed get_config() for jobs returned from view (#478)
+  * Moved unit tests to systests
+  * Normalized version
+  * Manual PEP8 changes
+  * Delegated all job operations to Jobs object
+  * Fixed url for latest Jenkins version
+  * Optimizations to reduce amount of data requested from Jenkins
+  * FIX: No longer remove JENKINS_HOME folder when JENKINS_URL is set
+  * Add the relative path for artifacts (#497)
+  * Fixes #446 and adds check for credential existance before deleting it
+  * Fixed broken link in cancel item from queue.
+  *  Add changes to get slave in

commit python-jenkinsapi for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-jenkinsapi for 
openSUSE:Factory checked in at 2015-05-10 10:46:39

Comparing /work/SRC/openSUSE:Factory/python-jenkinsapi (Old)
 and  /work/SRC/openSUSE:Factory/.python-jenkinsapi.new (New)


Package is "python-jenkinsapi"

Changes:

--- /work/SRC/openSUSE:Factory/python-jenkinsapi/python-jenkinsapi.changes  
2014-07-15 08:00:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-jenkinsapi.new/python-jenkinsapi.changes 
2015-05-10 10:46:41.0 +0200
@@ -1,0 +2,11 @@
+Wed May  6 16:52:01 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.2.28:
+  * no changelog available
+- remove python-nose from build dependency: not needed anymore
+- add python-pytz and python-requests as build dependencies
+  to ensure their availability
+- increase required versions of python-pytz and python-requests
+- add jenkinsapi_version binary to the package files
+
+---

Old:

  jenkinsapi-0.2.20.tar.gz

New:

  jenkinsapi-0.2.28.tar.gz



Other differences:
--
++ python-jenkinsapi.spec ++
--- /var/tmp/diff_new_pack.tBwTis/_old  2015-05-10 10:46:41.0 +0200
+++ /var/tmp/diff_new_pack.tBwTis/_new  2015-05-10 10:46:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jenkinsapi
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-jenkinsapi
-Version:0.2.20
+Version:0.2.28
 Release:0
 Summary:A Python API for accessing resources on a Jenkins 
continuous-integration server
 License:MIT
@@ -25,11 +25,11 @@
 Url:https://github.com/salimfadhley/jenkinsapi
 Source: 
https://pypi.python.org/packages/source/j/jenkinsapi/jenkinsapi-%{version}.tar.gz
 BuildRequires:  python-devel
+BuildRequires:  python-pytz >= 2014.4
+BuildRequires:  python-requests >= 2.3.0
 BuildRequires:  python-setuptools
-# Upstream error in setup_requires:
-BuildRequires:  python-nose
-Requires:   python-pytz >= 2013b
-Requires:   python-requests >= 1.2.3
+Requires:   python-pytz >= 2014.4
+Requires:   python-requests >= 2.3.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -73,6 +73,7 @@
 %defattr(-,root,root,-)
 %doc README.rst
 %{_bindir}/jenkins_invoke
+%{_bindir}/jenkinsapi_version
 %{python_sitelib}/*
 
 %changelog

++ jenkinsapi-0.2.20.tar.gz -> jenkinsapi-0.2.28.tar.gz ++
 2294 lines of diff (skipped)




commit python-jenkinsapi for openSUSE:Factory

2014-07-14 Thread h_root
Hello community,

here is the log from the commit of package python-jenkinsapi for 
openSUSE:Factory checked in at 2014-07-15 08:00:53

Comparing /work/SRC/openSUSE:Factory/python-jenkinsapi (Old)
 and  /work/SRC/openSUSE:Factory/.python-jenkinsapi.new (New)


Package is "python-jenkinsapi"

Changes:

--- /work/SRC/openSUSE:Factory/python-jenkinsapi/python-jenkinsapi.changes  
2013-10-21 12:32:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-jenkinsapi.new/python-jenkinsapi.changes 
2014-07-15 08:00:59.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 11 08:48:18 UTC 2014 - j...@owncloud.com
+
+- Version bump to 0.2.20
+  commit 326b370d084b83ad780569e28dd5ffad908936d1
+
+---

Old:

  jenkinsapi-0.2.16.tar.gz

New:

  jenkinsapi-0.2.20.tar.gz



Other differences:
--
++ python-jenkinsapi.spec ++
--- /var/tmp/diff_new_pack.JDUQIk/_old  2014-07-15 08:01:00.0 +0200
+++ /var/tmp/diff_new_pack.JDUQIk/_new  2014-07-15 08:01:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jenkinsapi
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,22 +13,23 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-jenkinsapi
-Version:0.2.16
+Version:0.2.20
 Release:0
-License:MIT
 Summary:A Python API for accessing resources on a Jenkins 
continuous-integration server
-Url:https://github.com/salimfadhley/jenkinsapi
+License:MIT
 Group:  Development/Languages/Python
+Url:https://github.com/salimfadhley/jenkinsapi
 Source: 
https://pypi.python.org/packages/source/j/jenkinsapi/jenkinsapi-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 # Upstream error in setup_requires:
 BuildRequires:  python-nose
-Requires:   python-requests >= 1.2.3
 Requires:   python-pytz >= 2013b
+Requires:   python-requests >= 1.2.3
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

++ jenkinsapi-0.2.16.tar.gz -> jenkinsapi-0.2.20.tar.gz ++
 2137 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org