#2 Bump to 0.7.0
Merged 2 years ago by jkastner. Opened 2 years ago by fedepell.
rpms/ fedepell/python-linux-procfs python-linux-procfs-0.7.0  into  rawhide

file modified
+5 -2
@@ -4,8 +4,8 @@ 

  %endif

  

  Name: python-linux-procfs

- Version: 0.6.3

- Release: 3%{?dist}

+ Version: 0.7.0

+ Release: 1%{?dist}

  License: GPLv2

  Summary: Linux /proc abstraction classes

  Source: https://cdn.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.xz
@@ -46,6 +46,9 @@ 

  %license COPYING

  

  %changelog

+ * Tue Jan 11 2022 Federico Pellegrin <fede@evolware.org> - 0.7.0-1

+ - update to 0.7.0 (various fixes and cleanups)

+ 

  * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (python-linux-procfs-0.6.3.tar.xz) = 18e42bf12456893740c5ec950ffcca86945b1ff202a6ea3ae6ac800145771a39b4ab7e8bbb440210d48d0fe9de646e334095afd0b20060e2e28ab3fa844f6140

+ SHA512 (python-linux-procfs-0.7.0.tar.xz) = 9b2489b47949560245fb23eefa1600869618921173a94534af4db88938fbc855ce37e24100286bdee9fd18a3f140fb86bef06fa7a473ed55e5cdde721f54113c

Maintainer's changelog:

John Kacur (9):
python-linux-procfs: Add tar.xz and asc files to gitignore
python-linux-procfs: Fix traceback with non-utf8 chars in the
/proc/PID/cmdline
python-linux-procfs: Propagate error to user if a pid is completed
python-linux-procfs: pflags: Handle pids that completed
python-linux-procfs: Makefile: Add ctags
python-linux-procfs: Remove procfs/sysctl.py
python-linux-procfs: Various clean-ups
python-linux-procfs: Fix UnicodeDecodeError
python-linux-procfs: Create release v0.7.0

Pull-Request has been merged by jkastner

2 years ago
Metadata