From 73fff0ae05b1b0615b76074989f313cecada3b6cbeb22a09bdacd7d4d7f3ed50 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Tue, 5 Feb 2019 13:48:25 +0000 Subject: [PATCH] Accepting request 671872 from home:jengelh:branches:devel:languages:python - Trim bias from description and fix grammar issues. OBS-URL: https://build.opensuse.org/request/show/671872 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jenkinsapi?expand=0&rev=11 --- python-jenkinsapi.changes | 6 +++++- python-jenkinsapi.spec | 21 +++++++++++---------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/python-jenkinsapi.changes b/python-jenkinsapi.changes index 5463baa..3f5ac26 100644 --- a/python-jenkinsapi.changes +++ b/python-jenkinsapi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 5 13:41:56 UTC 2019 - Jan Engelhardt + +- Trim bias from description and fix grammar issues. + ------------------------------------------------------------------- Tue Feb 5 05:04:21 UTC 2019 - Thomas Bechtold @@ -316,4 +321,3 @@ Fri Jul 11 08:48:18 UTC 2014 - jw@owncloud.com Mon Oct 21 07:12:20 UTC 2013 - speilicke@suse.com - Initial version - diff --git a/python-jenkinsapi.spec b/python-jenkinsapi.spec index eca939b..31d7e59 100644 --- a/python-jenkinsapi.spec +++ b/python-jenkinsapi.spec @@ -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 @@ BuildArch: noarch %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