forked from pool/python-linux-procfs
- 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/package/show/devel:languages:python/python-linux-procfs?expand=0&rev=6
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user