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

Changelog

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

  * [c3f8634] New upstream version 3.6.0.0
  * [4c8c56e] Rebuild patch queue from patch-queue branch
    + removed patches:
      Remove-git-merge-cruft.patch
      debian-hacks/Adjust-import-of-collections-module.patch

 -- Carsten Schoenert <email address hidden>  Sun, 09 Oct 2022 10:26:50 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ilorest_3.6.0.0+ds-1.dsc 2.2 KiB f26122e2d2952beb7a2df17fd926fec019b13774029dc4e5e0b80e5acd2d4519
python-ilorest_3.6.0.0+ds.orig.tar.gz 1.3 MiB 11434e9bb7013f49d3618bcbe2fff9c063d75d69eb8af2e3a8aabbf0c5910520
python-ilorest_3.6.0.0+ds-1.debian.tar.xz 9.8 KiB 08dc580c79188fec5ff0dcc7aa2b933333d02f11a8caff50515f1b2dff4ee541

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.