python-cpuinfo 9.0.0-1 source package in Ubuntu

Changelog

python-cpuinfo (9.0.0-1) unstable; urgency=medium

  * Team upload.
  * debian/control: Remove retired uploader. (Closes: #1050269)

  [ Bo YU ]
  * New upstream version 9.0.0. (Closes: #1032957)
  * Set std-ver to 4.6.2.

 -- Boyuan Yang <email address hidden>  Tue, 12 Dec 2023 15:55:57 -0500

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-cpuinfo_9.0.0-1.dsc 2.1 KiB 6af5cb1c2ce979f54ef1c33129ef9b7b134bb08754e24267c6e3b548701fe089
python-cpuinfo_9.0.0.orig.tar.gz 102.3 KiB 3cdbbf3fac90dc6f118bfd64384f309edeadd902d7c8fb17f02ffa1fc3f49690
python-cpuinfo_9.0.0-1.debian.tar.xz 3.0 KiB ea0cf47bfe81f3d6d9d5e50735802df51866087c3aa3ad80c9c97d67973fd9c2

Available diffs

No changes file available.

Binary packages built by this source

py-cpuinfo: Python script for getting CPU info

 The py-cpuinfo Python module provides pure Python tools for getting CPU infos,
 without any need of dependencies or extra programs beyond what the OS provides.
 .
 This package installs the command line tool for getting CPU info based on the
 py-cpuinfo Python module.

python3-cpuinfo: Python module for getting CPU info (Python 3)

 The cpuinfo Python module provides pure Python tools for getting CPU infos.
 .
 py-cpuinfo works without any extra programs or libraries beyond what the
 OS provides. For instance - on Linux based systems - python-cpuinfo retrieves
 information from various sources, including but not restricted to:
 /proc/cpuinfo, dmesg, lscpu, device-tree ibm features flags, etc.
 .
 This package installs the library for Python 3.