Rebase to upstream version python-linux-procfs-0.7.0
Rebase to upstream version python-linux-procfs-0.7.0 Resolves: rhbz#2031156 Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
parent
47465a3824
commit
6e6d44e329
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ python-linux-procfs-0.4.4.tar.bz2
|
||||
/python-linux-procfs-0.5.1.tar.xz
|
||||
/python-linux-procfs-0.6.1.tar.xz
|
||||
/python-linux-procfs-0.6.3.tar.xz
|
||||
/python-linux-procfs-0.7.0.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: python-linux-procfs
|
||||
Version: 0.6.3
|
||||
Release: 5%{?dist}
|
||||
Version: 0.7.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Summary: Linux /proc abstraction classes
|
||||
URL: https://git.kernel.org/pub/scm/libs/python/%{name}/%{name}.git
|
||||
@ -13,11 +13,6 @@ BuildRequires: python3-setuptools
|
||||
Abstractions to extract information from the Linux kernel /proc files.
|
||||
|
||||
# PATCHES
|
||||
Patch1: python-linux-procfs-Fix-traceback-with-non-utf8-char.patch
|
||||
Patch2: python-linux-procfs-Propagate-error-to-user-if-a-pid.patch
|
||||
Patch3: python-linux-procfs-pflags-Handle-pids-that-complete.patch
|
||||
Patch4: python-linux-procfs-Various-clean-ups.patch
|
||||
Patch5: python-linux-procfs-Fix-UnicodeDecodeError.patch
|
||||
|
||||
%description %_description
|
||||
|
||||
@ -48,6 +43,10 @@ rm -rf %{buildroot}
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Tue Jan 11 2022 John Kacur <jkacur@redhat.com> - 0.7.0-1
|
||||
- Rebase to upstream version python-linux-procfs-0.7.0
|
||||
Resolves: rhbz#2031156
|
||||
|
||||
* Mon Dec 13 2021 John Kacur <jkacur@redhat.com> - 0.6.3-5
|
||||
- various clean-ups including using 'with' context managers in try-except
|
||||
- Fix to ignore UnicodeDecodeError when it occurs
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (python-linux-procfs-0.6.3.tar.xz) = 18e42bf12456893740c5ec950ffcca86945b1ff202a6ea3ae6ac800145771a39b4ab7e8bbb440210d48d0fe9de646e334095afd0b20060e2e28ab3fa844f6140
|
||||
SHA512 (python-linux-procfs-0.7.0.tar.xz) = 082cf3c1af8de7d627cc94148d1236df148fc03e273f6e07eb595bc2c5ffdd086df539caaf119eaf2e317c8f887115a534b293c76d1bb1f1a7d4c95a7421281d
|
||||
|
Loading…
Reference in New Issue
Block a user