python-ipmi 0.5.4-1 source package in Ubuntu

Changelog

python-ipmi (0.5.4-1) unstable; urgency=medium

  * Team Upload.
  * uscan: update to v4, use GitHub tarball
  * new upstream version 0.5.4
  * replace usage of python3-nose by python3-pytest (Closes: #1018516)
  * remove extraneous dependency on python3-future (Closes: #1058901)

 -- Alexandre Detiste <email address hidden>  Tue, 02 Jan 2024 00:17:16 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
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-ipmi_0.5.4-1.dsc 2.1 KiB aa5302a673825dd3051fff108ffeeee98b7e2d75fd80e67cca824c6fd7f18912
python-ipmi_0.5.4.orig.tar.gz 196.2 KiB 310eed9353f2de9f00978f12f031ac4e5f7a8548ed04f4aecf8da33fd4dad7fc
python-ipmi_0.5.4-1.debian.tar.xz 7.8 KiB 18327db62f56d33f6d35de828bcb8565cece1d3da6fa3df0b580da49bc154e5d

Available diffs

No changes file available.

Binary packages built by this source

python3-pyipmi: Pure Python IPMI library

 The Intelligent Platform Management Interface (IPMI) is a set of computer
 interface specifications for an autonomous computer subsystem that provides
 management and monitoring capabilities independently of the host system’s CPU,
 firmware (BIOS or UEFI) and operating system. The python-ipmi library provides
 an application programming interface (API) for using IPMI protocol within the
 Python environment. This library supports IPMI version 2.0 as described in the
 IPMI standard.
 .
 There are two ways to communicate with a server using IPMI interface:
  1. IPMI over Local Area Network (LAN) using Remote Management Control
     Protocol (RMCP) packet datagrams
  2. Intelligent Platform Management Bus (IPMB) is an I2C-based bus
 .
 Features:
 .
  * native RMCP interface (using Python libraries only)
  * legacy RMCP interface (requires ipmitool to be installed)
  * IPMB interface (using the Total Phase Aardvark)