python-schedutils 0.6-3build1 source package in Ubuntu

Changelog

python-schedutils (0.6-3build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 11:11:26 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
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-3build1.debian.tar.xz 3.6 KiB 3801457082aea4f49a70eadbf47c04d35dc8b6d13e16d4f88dbb06de2197c59e
python-schedutils_0.6-3build1.dsc 2.0 KiB 84abb275407cf35606f3a643ff6e550294140629ff85386bda55ebb7d1e78cca

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