python-jenkinsapi 0.3.11-6 source package in Ubuntu

Changelog

python-jenkinsapi (0.3.11-6) unstable; urgency=medium

  * QA upload.
  * Drop B-D on pylint3. (Closes: #1012326)
  * Build with pybuild.
  * Skip tests.

 -- Bastian Germann <email address hidden>  Tue, 29 Aug 2023 18:23:26 +0200

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-jenkinsapi_0.3.11-6.dsc 1.7 KiB 80dd78d9de208c206f393189b8ecd093e741371cf3036ce17d8908bffb9ec66b
python-jenkinsapi_0.3.11.orig.tar.gz 140.5 KiB a212a244b0a6022a61657746c8120ac9b6db83432371b345154075eb8faceb61
python-jenkinsapi_0.3.11-6.debian.tar.xz 6.0 KiB c510d6424cb4a03b5f7a67dab0f00ff7e5ba54d064c7a777ea4a1b81b6d629e8

No changes file available.

Binary packages built by this source

python3-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.