python-jenkinsapi 0.1.11-5ubuntu1 source package in Ubuntu

Changelog

python-jenkinsapi (0.1.11-5ubuntu1) raring-proposed; urgency=low

  * debian/pydist-overrides: Add pydist-overrides to override
    beautifulsoup4 -> python-bs4 (LP: #1153412).
  * Update maintainer.
 -- Adam Gandelman <email address hidden>   Sun, 10 Mar 2013 18:36:37 -0700

Upload details

Uploaded by:
Adam Gandelman
Sponsored by:
Daniel Holbach
Uploaded to:
Raring
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-jenkinsapi_0.1.11.orig.tar.gz 18.7 KiB d6e017a1c934d81756bdb3088412b798fc26e57dadb7770718b08920070914f3
python-jenkinsapi_0.1.11-5ubuntu1.debian.tar.gz 2.7 KiB 7a45114bf771d94d87900f2b72ea1265fd5efb009fb50778068bfa5c57a1782b
python-jenkinsapi_0.1.11-5ubuntu1.dsc 1.3 KiB 78280350d80a9e0486deb490ef6e88d9403d45da9bd307266799674680e009ce

View changes file

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.