python-jenkinsapi 0.3.13-1 source package in Ubuntu

Changelog

python-jenkinsapi (0.3.13-1) unstable; urgency=low

  * QA upload.
  * New upstream version 0.3.13
  * Update d/watch to v4
  * Import previous QA uploads into Salsa.
  * define "R³: no"

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 12 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Update standards version to 4.6.2, no more changes needed.
  * Add missing build-dependency on flit.

 -- Alexandre Detiste <email address hidden>  Thu, 30 Nov 2023 01:28:16 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-jenkinsapi_0.3.13-1.dsc 1.9 KiB 7a1a274dbb5b79572adec7ce55755ad0212a4f1bb1981249a5128f312589398a
python-jenkinsapi_0.3.13.orig.tar.gz 124.9 KiB 246a98a63e61f54a15d16105cb15488c5670734df41e86c7af0d5d9c0af240b9
python-jenkinsapi_0.3.13-1.debian.tar.xz 4.3 KiB 2295379437fa85e2bc6813af362f84c39a1cb1ef0304bb88ba54df96da3c232c

Available diffs

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.