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

Changelog

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

  * [f3e42d1] New upstream version 4.8.0.0+ds
  * [acdb704] Rebuild patch queue from patch-queue branch
    Added patch:
    upstream/ris.py-Use-raw-strings-for-all-regexes.patch

 -- Carsten Schoenert <email address hidden>  Sat, 03 Feb 2024 23:13:41 +0100

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ilorest_4.8.0.0+ds-1.dsc 2.3 KiB f385aa8e3c3db14f2fdbde4e8964a0ad891ab1ecc0254a55ea93a7f5f9ba2e82
python-ilorest_4.8.0.0+ds.orig.tar.gz 1.3 MiB 5557d10cde8eff591d7dc6ec599bde8a56a43a9b1fb10d5f0808b5f123257f31
python-ilorest_4.8.0.0+ds-1.debian.tar.xz 10.9 KiB 102d7c15ef1d3edf7b7bd9457be5e5e633bda7235e432267dd63edcccb848fbe

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.