python-cpuinfo 9.0.0+git20221119-1 source package in Ubuntu

Changelog

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

  * New upstream snapshot.
    + Add support for loongarch64 architecture. (Closes: #1066082)
  * debian/copyright: Update information.

 -- Boyuan Yang <email address hidden>  Tue, 12 Mar 2024 11:05:23 -0400

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cpuinfo_9.0.0+git20221119-1.dsc 2.2 KiB 9c9186aca44e479bae5ac615adda037a605216cf1b3ee4bbeee2b3c504a61ed7
python-cpuinfo_9.0.0+git20221119.orig.tar.gz 109.1 KiB 5c08507f287c9625e7c98dc0c6f08e025765b87eef9f421bb4902a018c482bf3
python-cpuinfo_9.0.0+git20221119-1.debian.tar.xz 3.1 KiB acf57a988fc746b730ccf3977f446c5fa76afb77a13ca11ec6b96abe5a9e9a98

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.