14
0
Commit Graph

16 Commits

Author SHA256 Message Date
5bdbf4564e Update WIP
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=32
2023-04-12 14:17:21 +00:00
1035dc1d47 Accepting request 974798 from home:pgajdos:python
- added patches
  fix https://bugs.launchpad.net/python-jenkins/+bug/1971524
  + python-python-jenkins-no-mock.patch

OBS-URL: https://build.opensuse.org/request/show/974798
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=30
2022-05-04 06:59:03 +00:00
fa47e6aff2 Accepting request 879249 from home:mcalabkova:branches:devel:languages:python
- we don't need stestr to run tests
  * which enables the tests again

OBS-URL: https://build.opensuse.org/request/show/879249
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=28
2021-03-15 15:48:57 +00:00
Tomáš Chvátal
1831d0d190 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
2020-03-20 12:27:12 +00:00
Tomáš Chvátal
b7289e90f2 Accepting request 720200 from home:pgajdos
- version update to 1.5.0
  * Remove pin on mock module
  * Update jobs
  * Make get\_job\_info fetch\_all\_builds work with jobs in folders
  * OpenDev Migration Patch
  * When updating jobs the response body may be empty
  * Add Python 3.6 classifier to setup.cfg
  * add python 3.6 unit test job

OBS-URL: https://build.opensuse.org/request/show/720200
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=24
2019-08-01 13:53:11 +00:00
Tomáš Chvátal
83bc0d9faa Accepting request 702944 from home:jesusaur:branches:devel:languages:python
- Fix dependencies for version 1.4.0 
  * Skip one broken test failing to convert a string to unicode

OBS-URL: https://build.opensuse.org/request/show/702944
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=22
2019-05-14 18:56:51 +00:00
Thomas Bechtold
3a8b908e94 - 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
2018-12-11 15:09:12 +00:00
Todd R
162e6bd2e6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=18 2018-11-08 17:34:47 +00:00
Todd R
c63b567920 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=14 2018-11-08 17:21:08 +00:00
064f8453b0 - update to 1.2.1:
* Revert "detect and respect http redirects"
  * Revert "Avoid empty body failure on HEAD requests"
  * Avoid empty body failure on HEAD requests
  * Fix item being ignored in get\_info
  * detect and respect http redirects
  * Fix run\_script method
  * Adopt use of pre-commit hooks
  * Adds support for executing Groovy scripts on jenkins nodes
  * Allow use of unicode job names
  * Added pypy-dev to bindep.txt
  * Fix run\_scripts() API
  * fix tox python3 overrides
  * Selectively mock requests\_kerberos import
  * Ensure timeout exceptions are re-raised during auth attempts
  * Revert "Do not require requests-kerberos for tests"
  * Freeze cmd2 library on python2
  * Update URLS that require depth or tree filters
  * README: mention #openstack-jjb channel
  * Do not require requests-kerberos for tests
  * Fix: send proxy as empty dict
  * Add functions to retrieve more data from Jenkins
  * Update to \_response\_handler
  * Trivial: Update pypi url to new url
  * add get\_queue\_item() method
  * build\_job: return queue item identifier
  * add jenkins\_request() method
  * Use proper code highlight in docs
  * Fix docstrings params
  * Adds support for wiping out a job's workspace

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=12
2018-09-04 17:58:39 +00:00
Tomáš Chvátal
b52a0bb1a3 - Depend on python-rpm-macros
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=10
2018-07-18 11:32:20 +00:00
79fe237902 - convert to singlespec
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=8
2017-09-25 12:39:34 +00:00
Thomas Bechtold
25a1bd43f1 update to version 0.4.14
* get_running_builds failed when server has a path
  * Move other-requirements.txt to bindep.txt
  * Add optional kerberos support
  * Allow to wait for jenkins to enter normal operation
  * Remove discover from test-requirements
  * Fixed a minor typo in example of Python-jenkins
  * Fix relative import in kerberos support for python3
  * Changes get_job_info to get_build_info
  * url-proof scripts passed to run_script
  * Do not force DeprecationWarning to be displayed
  * Add support for handling promotions
  * Use standard cover setup
  * Adds possibility to retrieve all jobs from the view specified
  * Setup required packages with bindep
  * Make the kerberos support python3 ready
  * remove cap on pbr
  * Fetch all builds from a job
  * Remove redundant 'the'
  * add get_whoami()
- Use pypi.io as Source url

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=6
2017-04-28 10:44:49 +00:00
7b7ff6d862 Accepting request 395037 from home:tbechtold:branches:devel:languages:python
- Add missing Requires for python-setuptools

OBS-URL: https://build.opensuse.org/request/show/395037
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=4
2016-05-17 12:50:35 +00:00
09641bed8a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=2 2016-03-29 22:34:31 +00:00
b4a14f84f7 Accepting request 361805 from home:tbechtold:branches:devel:languages:python
Rename python-jenkins to python-python-jenkins

OBS-URL: https://build.opensuse.org/request/show/361805
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=1
2016-02-26 13:56:57 +00:00