zhmcclient 0.31.0-0ubuntu3~20.04.1 source package in Ubuntu

Changelog

zhmcclient (0.31.0-0ubuntu3~20.04.1) focal; urgency=medium

  * Backporting new upstream release. (LP: #1919451)

 -- Lukas Märdian <email address hidden>  Thu, 22 Jul 2021 15:11:31 +0200

Upload details

Uploaded by:
Lukas Märdian
Uploaded to:
Focal
Original maintainer:
Dimitri John Ledkov
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zhmcclient_0.31.0.orig.tar.gz 162.5 KiB 5545ed3e88683969cb34abac6cd2d0980332c732cceaaac9d04be812227d3725
zhmcclient_0.31.0-0ubuntu3~20.04.1.debian.tar.xz 8.2 KiB 144d1a2dfa8805434374040a31caceddebd91c71c5b589caf5586e9cbdef1f77
zhmcclient_0.31.0-0ubuntu3~20.04.1.dsc 2.0 KiB 43f66cf4700ad534779ed0063277f789d6de9402e7e31e69ac66f29f1a886255

View changes file

Binary packages built by this source

python3-zhmcclient: library for the IBM Z HMC Web Services API

 The HMC Web Services API is the access point for any external tools
 to manage the IBM Z or LinuxONE platform. It supports management of
 the lifecycle and configuration of various platform resources, such
 as partitions, CPU, memory, virtual switches, I/O adapters, and more.
 .
 The zhmcclient package encapsulates both protocols supported by the
 HMC Web Services API:
 .
 - REST over HTTPS for request/response-style operations driven by the
 client. Most of these operations complete synchronously, but some
 long-running tasks complete asynchronously.
 .
 - JMS (Java Messaging Services) for notifications from the HMC to the
 client. This is used for notification about changes in the system, or
 about completion of asynchronous tasks started using REST.