Compare commits

..

No commits in common. 'cs10' and 'c9' have entirely different histories.
cs10 ... c9

2
.gitignore vendored

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

@ -1 +1 @@
cadcfaacbea308c70b25a4ae83177f7c669a56b7 SOURCES/python-linux-procfs-0.7.3.tar.xz
5381e9bed7020a32f9d106aadd8086bef3796276 SOURCES/python-linux-procfs-0.7.1.tar.xz

@ -1,31 +1,26 @@
%if 0%{?fedora}
%else
%global without_python3 1
%endif
Name: python-linux-procfs
Version: 0.7.3
Release: 7%{?dist}
License: GPL-2.0-only
Version: 0.7.1
Release: 1%{?dist}
License: GPLv2
Summary: Linux /proc abstraction classes
Source: https://cdn.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.xz
URL: https://rt.wiki.kernel.org/index.php/Tuna
URL: https://git.kernel.org/pub/scm/libs/python/%{name}/%{name}.git
Source: https://www.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.xz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
# Patches
%global _description\
Abstractions to extract information from the Linux kernel /proc files.
# PATCHES
%description %_description
%package -n python3-linux-procfs
Summary: %summary
%{?python_provide:%python_provide python3-linux-procfs}
Requires: python3-six
Requires: python3
%description -n python3-linux-procfs %_description
@ -48,67 +43,38 @@ rm -rf %{buildroot}
%license COPYING
%changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.7.3-7
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.7.3-6
- Bump release for June 2024 mass rebuild
* Tue Mar 26 2024 John Kacur <jkacur@redhat.com> - 0.7.3-5
- Add gating.yaml
- Add tests dir
Resolves: RHEL-30433
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Dec 02 2023 John Kacur <jkacur@redhat.com> - 0.7.3-2
- Update the SPDX license tag in the specfile
* Sat Dec 02 2023 John Kacur <jkacur@redhat.com> - 0.7.3-1
- Update to the latest upstream version v0.7.3
- Use an SPDX license tag in the specfile
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.7.1-2
- Rebuilt for Python 3.12
* Thu Feb 16 2023 John Kacur <jkacur@redhat.com> - 0.7.1-1
- Rebase to 0.7.1 upstream
- Add upstream patch to remove use of distutils
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jul 07 2022 Jiri Kastner <jkastner@fedoraproject.org> - 0.7.0-4
- Rebuilt for Python 3.11 - episodfe ii
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.7.0-3
- Rebuilt for Python 3.11
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* 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
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.6.3-2
- Rebuilt for Python 3.10
* Fri May 28 2021 Jiri Kastner <jkastner@fedoraproject.org> - 0.6.3-1
- update to 0.6.3
* 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#2121520
* 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
Resolves: rhbz#2031717
* Tue Nov 23 2021 John Kacur <jkacur@redhat.com> - 0.6.3-4
- Propagate error to user if pid completed
- Handle pid completed in pflags
Resolves: rhbz#2012288
* Mon Nov 22 2021 John Kacur <jkacur@redhat.com> - 0.6.3-3
- Fix traceback with non-utf8 chars
Resolves: rhbz#2022530
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.3-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu May 27 2021 John Kacur <jkacur@redhat.com> - 0.6.3-1
- Rebase to latest upstream
Resolves: rhbz#1890564
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.1-10
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save