python-ilorest 4.3.0.0+ds-1 source package in Ubuntu

Changelog

python-ilorest (4.3.0.0+ds-1) unstable; urgency=medium

  * [7e943b1] New upstream version 4.3.0.0+ds
  * [a0200c4] Revert "d/control: Add Built-Using to -doc package"
  * [15a0a0f] d/copyright: Update years of contributions
  * [804e1a8] d/watch: Add two more options

 -- Carsten Schoenert <email address hidden>  Sat, 01 Jul 2023 08:28:34 +0200

Upload details

Uploaded by:
tijuca
Uploaded to:
Sid
Original maintainer:
tijuca
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ilorest_4.3.0.0+ds-1.dsc 2.3 KiB 180e721c5ab14c3fce72cbe7356286a21ae9a90cce870531a436b9c2f8c98212
python-ilorest_4.3.0.0+ds.orig.tar.gz 1.3 MiB 1fef961da954797a9d96a0b8db9d22b9149772baa86d8d017b521cdfe14199b1
python-ilorest_4.3.0.0+ds-1.debian.tar.xz 10.1 KiB fcc5990dded9c7d092655e227fd268a04284a6b619ebb3c267119a95e36163cd

Available diffs

No changes file available.

Binary packages built by this source

python-ilorest-doc: Documentation of RESTful API for HPE iLO and HPE Chassis Manager

 This package contains the Sphinx based documentation for the library
 python-ilorest.
 .
 It contains also the examples from upstream that explain the usage of the
 library with dedicated examples.

python3-ilorest: RESTful API for HPE iLO and iLO Chassis Manager based HPE servers (Python3)

 HPE RESTful API for iLO is a RESTful application programming interface for the
 management of iLO and iLO Chassis Manager based HPE servers.
 .
 REST (Representational State Transfer) is a web based software architectural
 style consisting of a set of constraints that focuses on a system's resources.
 iLO REST library performs the basic HTTP operations GET, POST, PUT, PATCH and
 DELETE on resources using the HATEOAS (Hypermedia as the Engine of Application
 State) REST architecture. The API allows the clients to manage and interact
 with iLO through a fixed URL and several URIs.
 .
 This package contains the Python 3 version.