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 <[email protected]> + +- 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
