From d61b4c826ffe4eb5a764e409366bfc5de06458e70694b6979760c139147321e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 26 Mar 2025 13:09:13 +0000 Subject: [PATCH] - Use libalternatives instead of update-alternatives, bsc#1240096 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-linux-procfs?expand=0&rev=14 --- .gitattributes | 23 +++++++++ .gitignore | 1 + python-linux-procfs-0.7.3.tar.xz | 3 ++ python-linux-procfs.changes | 77 ++++++++++++++++++++++++++++++ python-linux-procfs.spec | 81 ++++++++++++++++++++++++++++++++ 5 files changed, 185 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 python-linux-procfs-0.7.3.tar.xz create mode 100644 python-linux-procfs.changes create mode 100644 python-linux-procfs.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/python-linux-procfs-0.7.3.tar.xz b/python-linux-procfs-0.7.3.tar.xz new file mode 100644 index 0000000..29d64c9 --- /dev/null +++ b/python-linux-procfs-0.7.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40484a4c4edb926dca058a8d09e369648411b115821f1c63066c1b4d239f9ee +size 11412 diff --git a/python-linux-procfs.changes b/python-linux-procfs.changes new file mode 100644 index 0000000..b1423cb --- /dev/null +++ b/python-linux-procfs.changes @@ -0,0 +1,77 @@ +------------------------------------------------------------------- +Wed Mar 26 12:30:06 UTC 2025 - Nico Krapp + +- Use libalternatives instead of update-alternatives, bsc#1240096 + +------------------------------------------------------------------- +Wed Jan 29 00:41:51 UTC 2025 - Steve Kowalik + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- +Thu Feb 15 15:28:02 UTC 2024 - pgajdos@suse.com + +- align license tag with COPYING + +------------------------------------------------------------------- +Wed Nov 22 22:13:26 UTC 2023 - Dirk Müller + +- update to 0.7.3: + * python 3.12 support (remove distutils) + * drop spec files and add SPDX licenses + +------------------------------------------------------------------- +Sat Jan 7 14:32:07 UTC 2023 - Dirk Müller + +- update to 0.7.1: + * Correct VERSION number in procfs.py + * Use f-strings + * Add missing open in with statement + * Use sys.exit and add some docstrings + * Add tar.xz and asc files to gitignore + * Fix traceback with non-utf8 chars in the /proc/PID/cmdline + * Propagate error to user if a pid is completed + * pflags: Handle pids that completed + * Makefile: Add ctags + * Remove procfs/sysctl.py + * Various clean-ups + * Fix UnicodeDecodeError + * Fix more spacing problems with procfs.py + * procfs.py: Simplify is_s390 + * procfs.py: Fix a few more style problems + * clean-ups for recent python formating regarding spacing, tabs, etc + * Fix to parse the number of cpus correctly on s390(x) + +------------------------------------------------------------------- +Mon May 25 06:50:38 UTC 2020 - Petr Gajdos + +- %python3_only -> %python_alternative + +------------------------------------------------------------------- +Tue Dec 11 09:21:25 UTC 2018 - Tomáš Chvátal + +- Switch to full singlespec for others to use with all python + variants as the targets are defined in distro setup (ie py3 only + on SLE15) + +------------------------------------------------------------------- +Mon Dec 10 17:10:01 UTC 2018 - trenn@suse.de + +- Package needed for latest tuned (bsc#1071436) +- correct version in first changelog entry +- only xz, removed gz tarball +- called test executable in %check section +- Removed never/unused patch +- Use python3_install and python3_build, this package is only + needed for python3 intentionally +- Remove %{python_files} from %files section again, this package + is for python3 intended only +- Run spec_cleaner +- Use pycache_only + +------------------------------------------------------------------- +Fri Dec 7 16:41:39 UTC 2018 - trenn@suse.de + +- Inital version 0.6 submission + diff --git a/python-linux-procfs.spec b/python-linux-procfs.spec new file mode 100644 index 0000000..6ca62db --- /dev/null +++ b/python-linux-procfs.spec @@ -0,0 +1,81 @@ +# +# spec file for package python-linux-procfs +# +# Copyright (c) 2025 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%if 0%{?suse_version} > 1500 +%bcond_without libalternatives +%else +%bcond_with libalternatives +%endif + +Name: python-linux-procfs +Version: 0.7.3 +Release: 0 +Summary: Linux /proc abstraction classes +License: GPL-2.0-only +URL: https://rt.wiki.kernel.org/index.php/Tuna +Source: https://cdn.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.xz +BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-six +%if %{with libalternatives} +Requires: alts +BuildRequires: alts +%else +Requires(post): update-alternatives +Requires(postun): update-alternatives +%endif +BuildArch: noarch +%python_subpackages + +%description +Abstractions to extract information from the Linux kernel /proc files. + +%prep +%autosetup -p1 + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_clone -a %{buildroot}%{_bindir}/pflags +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%python_exec bitmasklist_test.py + +%pre +# If libalternatives is used: Removing old update-alternatives entries. +%python_libalternatives_reset_alternative pflags + +%post +%python_install_alternative pflags + +%postun +%python_uninstall_alternative pflags + +%files %{python_files} +%license COPYING +%python_alternative %{_bindir}/pflags +%{python_sitelib}/procfs +%{python_sitelib}/python_linux_procfs-%{version}.dist-info + +%changelog