python-ilorest 5.3.0.0a+ds-1 source package in Ubuntu

Changelog

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

  * [3068705] New upstream version 5.3.0.0a+ds
  * [3128f60] d/control: Add Conflict with python3-redfish
  * [17d7af5] d/copyright: Update years of contributions

 -- Carsten Schoenert <email address hidden>  Sun, 12 Jan 2025 06:26:48 +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
Questing release universe misc
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ilorest_5.3.0.0a+ds-1.dsc 2.4 KiB e0c853ff0efa65da18cf0af0ab438fd7d60c969e4fc14544a37af870bd366edb
python-ilorest_5.3.0.0a+ds.orig.tar.gz 1.3 MiB da7251f44441034ef917a0d37aac262330c0aac5134faf8c3a4ac815609c892f
python-ilorest_5.3.0.0a+ds-1.debian.tar.xz 11.2 KiB 27efd06dd55b054b92d06add3167ab5832cbc13558dde9d6b941e4865e24cacb

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.