Compare commits

...

3 Commits

Author SHA1 Message Date
eabdullin a07390bbad import UBI python-linux-procfs-0.7.3-1.el8 2024-05-22 14:50:54 +00:00
CentOS Sources 5224d54bbf import python-linux-procfs-0.7.1-1.el8 2023-05-17 02:54:30 +00:00
CentOS Sources 452be243eb import python-linux-procfs-0.7.0-1.el8 2022-05-10 11:39:05 +00:00
3 changed files with 36 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/python-linux-procfs-0.6.3.tar.xz
SOURCES/python-linux-procfs-0.7.3.tar.xz

View File

@ -1 +1 @@
99ff8644d17abacf9b63d81693b6330b429f0d32 SOURCES/python-linux-procfs-0.6.3.tar.xz
cadcfaacbea308c70b25a4ae83177f7c669a56b7 SOURCES/python-linux-procfs-0.7.3.tar.xz

View File

@ -1,11 +1,11 @@
Name: python-linux-procfs
Version: 0.6.3
Version: 0.7.3
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,38 @@ rm -rf %{buildroot}
%license COPYING
%changelog
* Fri Nov 10 2023 John Kacur <jkacur@redhat.com> - 0.7.3-1
- Rebase to upstream python-linux-procfs-0.7.3
- This rebase removes upstream spec files and
- syncs the git tag with version
Resolves: RHEL-9195
* Thu Oct 26 2023 John Kacur <jkacur@redhat.com> - 0.7.2-1
Rebase to python-linux-procfs - 0.7.2
Resolves: RHEL-8987
* Fri Nov 18 2022 John Kacur <jkacur@redhat.com> - 0.7.1-1
- Rebase to upstream version python-linux-procfs-0.7.1
Resolves: rhbz#2121522
* 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#2031158
* Thu Dec 09 2021 John Kacur <jkacur@redhat.com> - 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 <jkacur@redhat.com> - 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 <jkacur@redhat.com> - 0.6.3-2
- Fix traceback with non-utf8 chars
Resolves: rhbz#2016204
* Tue Jan 12 2021 John Kacur <jkacur@redhat.com> - 0.6.3-1
- Rebase to latest upstream
- Correct URL and Source