From 452be243eb22694df5fc4f30ec80e8dc8d8a279c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 10 May 2022 03:17:36 -0400 Subject: [PATCH] import python-linux-procfs-0.7.0-1.el8 --- .gitignore | 2 +- .python-linux-procfs.metadata | 2 +- SPECS/python-linux-procfs.spec | 22 ++++++++++++++++++++-- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 75af5c0..2e51ded 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/python-linux-procfs-0.6.3.tar.xz +SOURCES/python-linux-procfs-0.7.0.tar.xz diff --git a/.python-linux-procfs.metadata b/.python-linux-procfs.metadata index 5089672..89ef68a 100644 --- a/.python-linux-procfs.metadata +++ b/.python-linux-procfs.metadata @@ -1 +1 @@ -99ff8644d17abacf9b63d81693b6330b429f0d32 SOURCES/python-linux-procfs-0.6.3.tar.xz +63a85059394ac0d1b8f93fbb251be6408bf5d2f7 SOURCES/python-linux-procfs-0.7.0.tar.xz diff --git a/SPECS/python-linux-procfs.spec b/SPECS/python-linux-procfs.spec index a3c88fc..03d25af 100644 --- a/SPECS/python-linux-procfs.spec +++ b/SPECS/python-linux-procfs.spec @@ -1,11 +1,11 @@ Name: python-linux-procfs -Version: 0.6.3 +Version: 0.7.0 Release: 1%{?dist} License: GPLv2 Summary: Linux /proc abstraction classes Group: System Environment/Libraries URL: https://git.kernel.org/pub/scm/libs/python/%{name}/%{name}.git -Source: https://www.kernel.org/pub/software/libs/python/%{name}/%{name}-0.6.3.tar.xz +Source: https://www.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.xz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -45,6 +45,24 @@ rm -rf %{buildroot} %license COPYING %changelog +* Tue Jan 11 2022 John Kacur - 0.7.0-1 +- Rebase to upstream version python-linux-procfs-0.7.0 +Resolves: rhbz#2031158 + +* Thu Dec 09 2021 John Kacur - 0.6.3-4 +- various clean-ups including using 'with' context managers in try-except +- Fix to ignore UnicodeDecodeError when it occurs +Resolves: rhbz#2016204 + +* Tue Nov 23 2021 John Kacur - 0.6.3-3 +- Propagate error to user if pid completed +- Handle pid completed in pflags +Resolves: rhbz#1820709 + +* Fri Nov 19 2021 John Kacur - 0.6.3-2 +- Fix traceback with non-utf8 chars +Resolves: rhbz#2016204 + * Tue Jan 12 2021 John Kacur - 0.6.3-1 - Rebase to latest upstream - Correct URL and Source