Changelog for
python-jenkins-0.4.8-3.1.noarch.rpm :
Tue Aug 4 14:00:00 2015 tbechtoldAATTsuse.com
- Add COPYING and README.rst as %doc files
Fri Jul 31 14:00:00 2015 tbechtoldAATTsuse.com
- update to 0.4.8:
* Fix tests on python 2.6 and mark as deprecated
* Remove unneeded wrapping of imports
* Support scriptText api to execute groovy scripts on the server
* Creates ability to work with views in jenkins
* fix passing of byte object to url request method
* requirements: pin pbr>=0.8.2,<2.0
* Ensure request data is in the correct format
* Ensure data is utf-8 encoded
* Modify tests to exercise Request on python3
* Add decode to utf8 for python 3.x
* Fix examples
* Add utf8 to headers
* Add a get_nodes method
Wed Mar 11 13:00:00 2015 tbechtoldAATTsuse.com
- update to 0.4.5:
* Add get_job_info_regex method to get info about a set of jobs
* Set the server connection timeout to same as socket timeout
* Consolidate raising identical exceptions
* Add a jobs_count method
* Doc Update: Fix formatting for inclusion of README.rst
* Doc Change: update supported python versions
* Add BadHTTPException
* Fix incorrect indentation
* Don\'t return None on unhandled http errors
* Use empty crumb on empty response
* Don\'t assume we get a valid response
* Update and clean up docs
* Add a default http timeout for connections to jenkins
* Eliminate redundant calls to assert_job_exists()
* Raise an exception on 404
* testtools requires unittest2
* Fix cancel_queue() method
* Fix enable_node and disable_node methods
* Handle job and node names that contain spaces
* Workflow documentation is now in infra-manual
* fix typo, must be \'classifier\' to appear on pypi.python.org
* Yield HTTPError reason on open error
* fix auth with long username or password
* Add a readme and make it appear on pypi.python.org
* Add get_plugins_info and get_plugin_info methods
* generate a code coverage html report
* add get_version method
* exclude tests from code coverage report
* Setup pbr versioning for docs
* Support node configuration
* Fix it so build_job triggers a build
* Rename doc environment to docs
* Enabled hacking check H404
* Add MANIFEST.in
* Six is a runtime requirement not a test req
* Update version info
* Fix `tox -e doc` duplicate id error
* Use pbr, pep8 checks & fixes, add \"doc\" tox target
* make JSON depth response configurable
* Add a gitreview file
* Adds assert_node_exists()
* Speed up job existence tests by fetching less info
* Fix remaining PEP8 errors in docstrings
* Fix hacking docstring warnings
* Make it work on Python 3
* 100% test coverage
* Add support for measuring coverage
* Support node startup with the JNLP Launcher
* Add .gitignore
* Clarify job_exists() error messages
* Doc fixes
* Wrap tests and linting with tox
* David Strauss 2014-03-06 Fedora 19+ has packages, too
* Fedora 19+ has packages, too
* [soren] Add fixes for crumb addition to post requests
* Add bug metadata
* Change method name to reflect behaviour
* Recycle crumb. Apparently, it\'s not a nonce
* Attempt to fetch a crumb (needed if CSRF protection is enabled)
* Release 0.2.1
* speed up job existence test by fetching less informations
* Add rename_job()
* speed up job existence test by fetching less informations
* Add rename_job()
* Add ability to fetch raw console text for build
* Antoine Musso:
* overhaul the sphinx documentation
* pass pep8 on all files
* Add support for a rename_job() call
* Merged new node management features including using SSH and
Windows slaves plus cancel job/queue methods
* Add additional methods:
* Merged bug fix and tests for job names with spaces
* Open for 0.3 development
- update Requires
Mon Apr 21 14:00:00 2014 thomasbechtoldAATTjpberlin.de
- Initial packaging of python-jenkins.