python-linux-procfs 0.7.3-1 source package in Ubuntu

Changelog

python-linux-procfs (0.7.3-1) unstable; urgency=medium

  * Team Upload
  * New upstream version 0.7.3

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.
  * Remove constraints unnecessary since buster (oldstable):
    + python3-linux-procfs: Drop versioned constraint
      on python-linux-procfs in Replaces & Breaks.

 -- Alexandre Detiste <email address hidden>  Sun, 14 Apr 2024 21:15:20 +0200

Upload details

Uploaded by:
Stewart Ferguson
Uploaded to:
Sid
Original maintainer:
Stewart Ferguson
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
python-linux-procfs_0.7.3-1.dsc 2.2 KiB 93e78bf4632f0c47c3a194abd3cc5ad50380e0e14b1b891789c1a5990ffc01c9
python-linux-procfs_0.7.3.orig.tar.gz 12.3 KiB a8750f07f6b1a4c1cda6c50a33af9dc92a1a9c6cf538fd269c0db8d4c93d8ede
python-linux-procfs_0.7.3-1.debian.tar.xz 3.0 KiB c6fb5ca120dc6dcf02e5b74724ae433997b57b19e6f292f25fbf1ec518dec263

No changes file available.

Binary packages built by this source

python3-linux-procfs: Linux /proc abstraction classes in Python

 Python abstractions to extract information from the Linux kernel /proc
 files.
 .
 The proc filesystem is a pseudo-filesystem which provides an interface to
 kernel data structures. This package provides a means to query that system
 from a Python module.