python-schedutils 0.6-3 source package in Ubuntu

Changelog

python-schedutils (0.6-3) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Remove listed license files (COPYING) from copyright.
  * Apply multi-arch hints.
    + python3-schedutils: Add Multi-Arch: same.

  [ Sandro Tosi ]
  * Use the new Debian Python Team contact name and address.

  [ Boyuan Yang ]
  * Acknowledge previous NMU.
  * Bump Standards-Version to 4.6.1.
  * Bump debhelper compat to v13.

 -- Boyuan Yang <email address hidden>  Sun, 19 Jun 2022 20:20:40 -0400

Upload details

Uploaded by:
Stewart Ferguson
Uploaded to:
Sid
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-3.dsc 2.0 KiB ecbe0d31dff76a872530d87b60da337dc1334df0c703781b7d2abe8b66b093cf
python-schedutils_0.6.orig.tar.gz 14.8 KiB cba3e6577c65e00a4997c37f61bd5244b98fcc1e9c6104b165f9596ea77aca8b
python-schedutils_0.6-3.debian.tar.xz 3.5 KiB f604f7521371359de415d9a93cbd96b0f28a0c98725b0f0f356776704b8cf2a0

No changes file available.

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