python-jenkinsapi 0.2.16-2 source package in Ubuntu

Changelog

python-jenkinsapi (0.2.16-2) unstable; urgency=medium


  * Closes: #734433 -- "Python-Versions" not "Python-Verions".

 -- Al Stone <email address hidden>  Tue, 07 Jan 2014 10:54:52 -0700

Upload details

Uploaded by:
Al Stone
Uploaded to:
Sid
Original maintainer:
Al Stone
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-jenkinsapi_0.2.16-2.dsc 1.2 KiB f363ccfea6690f0fd5368af59323520d7bb9c2635b040445b278e7142b2dfc8a
python-jenkinsapi_0.2.16.orig.tar.gz 64.0 KiB 0b2b95f7f24f6637e660ba583f3aaeac6775bcfdae8ea61199fc7aab9c0bf9e3
python-jenkinsapi_0.2.16-2.debian.tar.gz 2.7 KiB 4b1d492d5adb83f774f545ed0abcaf12c8dcbdee07c07d6946fe346b96a3ae64

No changes file available.

Binary packages built by this source

python-jenkinsapi: bindings for Python usage of the Jenkins remote API

 Jenkins is the market leading continuous integration system, originally
 created by Kohsuke Kawaguchi. This API makes Jenkins even easier to use
 by providing an easy to use conventional Python interface.
 .
 Jenkins (and its 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 most
 Jenkins-oriented tasks simpler.