forked from pool/python-linux-procfs
Accepting request 1056781 from devel:languages:python
- 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) OBS-URL: https://build.opensuse.org/request/show/1056781 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-linux-procfs?expand=0&rev=3
This commit is contained in:
commit
16cde70830
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:829f3e17bb22f6c6e661c20c1b05e9ef2c7be1c2d71fa2100c836ae7ff6a4f18
|
||||
size 18404
|
3
python-linux-procfs-0.7.1.tar.xz
Normal file
3
python-linux-procfs-0.7.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a17ae82890442dea6cd1241452f7ec0ff39e83fffd5219e4d1d408f6dc20b10
|
||||
size 19104
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 7 14:32:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <pgajdos@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-linux-procfs
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-linux-procfs
|
||||
Version: 0.6
|
||||
Version: 0.7.1
|
||||
Release: 0
|
||||
Summary: Linux /proc abstraction classes
|
||||
License: GPL-2.0-or-later
|
||||
@ -31,7 +31,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-six
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user