python-schedutils 0.6-2.1build1 source package in Ubuntu

Changelog

python-schedutils (0.6-2.1build1) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 06:59:17 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
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-2.1build1.debian.tar.xz 3.4 KiB c50196ae5ef1bcb26c6255a57be5598300571f28763745a32d9b46d699bce4f1
python-schedutils_0.6-2.1build1.dsc 2.1 KiB 6aa0d1fd31fb18e9d84b62f091fd5cc02733ce6b02e6fe794429c741ee15f6f8

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