python-schedutils 0.6-3build2 source package in Ubuntu

Changelog

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

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Tue, 28 Feb 2023 19:41:07 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
Uploaded to:
Lunar
Original maintainer:
Stewart Ferguson
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
python-schedutils_0.6.orig.tar.gz 14.8 KiB cba3e6577c65e00a4997c37f61bd5244b98fcc1e9c6104b165f9596ea77aca8b
python-schedutils_0.6-3build2.debian.tar.xz 3.6 KiB 7152de1e4a39821629cf952e3353a71a0a099807c6d873082cf972d3cdf0c064
python-schedutils_0.6-3build2.dsc 2.0 KiB 80cc68d53f05fd1206e2a4d28d9450da0587eed30abfa14b7fa4ca7ecd5fdff7

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