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

Changelog

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

  * [cdd05ff] d/watch: Adjust watch logic again
  * [62848dc] New upstream version 3.3.0.0+ds
  * [61c50c4] Rebuild patch queue from patch-queue branch
    + added patch:
      Fix-up-usage-of-dash-separated-key-in-setup.cfg.patch
      debian-hacks/Adjust-import-of-collections-module.patch
    + modified patch:
      Correct-some-rst-syntax.patch
  * [b6e9d3a] d/control: Bump Standards-Version to 4.6.0
    + No further changes needed.

 -- Carsten Schoenert <email address hidden>  Sat, 11 Dec 2021 07:31:16 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ilorest_3.3.0.0+ds-1.dsc 2.2 KiB 44b454c1f599bb455f48dd76b32b8e2ffda2637b0db1ce8e8dde910cf27ceb67
python-ilorest_3.3.0.0+ds.orig.tar.gz 1.3 MiB 2dbb5836b2f632e44954385f00847dbd915270cf2f4e3f3cd44e62e0f4032725
python-ilorest_3.3.0.0+ds-1.debian.tar.xz 10.2 KiB b8ed342dbb625fef77193d78919d812ed03be7812120a639ac9c8ec5ad91cb73

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.