python-schedutils 0.6-2build1 source package in Ubuntu

Changelog

python-schedutils (0.6-2build1) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:11:41 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Stewart Ferguson
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-schedutils_0.6.orig.tar.gz 14.8 KiB cba3e6577c65e00a4997c37f61bd5244b98fcc1e9c6104b165f9596ea77aca8b
python-schedutils_0.6-2build1.debian.tar.xz 3.2 KiB a114fffdf660712bf23a0005a0ab3e8d2c271ef461927527dd0ac3638629ab35
python-schedutils_0.6-2build1.dsc 2.1 KiB c7567bb004cfe070bbe2df7b3569f2d44fd4b076dee032d8e1f97c4f5db4c024

Available diffs

View changes file

Binary packages built by this source

python3-schedutils: Linux scheduler Python bindings

 Python interface for the Linux scheduler sched_{get,set}{affinity,scheduler}
 functions and friends.
 .
 The scheduler is the kernel component that decides which runnable thread will
 be executed by the CPU next. Each thread has an associated scheduling policy
 and static scheduler priority, sched_priority. The scheduler makes its
 decisions based on knowledge of the scheduling policy and static priority of
 all threads on the system. This package provides Python bindings to get and
 set the scheduler's knowledge.

python3-schedutils-dbgsym: debug symbols for python3-schedutils