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

Changelog

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

  * [33004df] New upstream version 5.1.0.0+ds
  * [033a439] d/control: Add myself to Uploaders
  * [d7de0b8] Rebuild patch queue from patch-queue branch
    Modified Patches:
    upstream/Correct-some-rst-syntax.patch
    upstream/Use-anonymous-reference-for-linking.patch

 -- Kathara Sasikumar <email address hidden>  Sat, 29 Jun 2024 19:52:36 +0530

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ilorest_5.1.0.0+ds-1.dsc 2.3 KiB 48f3e5a251318309abf47229c2cf258cc7bf74606ca5dd2ddb9cc4055383c9db
python-ilorest_5.1.0.0+ds.orig.tar.gz 1.3 MiB d2ffc076a457833cd243777715ec8fe643d61a6e28f5cfa55debb0065353a32c
python-ilorest_5.1.0.0+ds-1.debian.tar.xz 11.1 KiB d730d6b85fa7d80850f8b985ccd38519076c289b16f9d2d9a70909601d4a5837

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.