python-linux-procfs/python-linux-procfs.changes

67 lines
2.3 KiB
Plaintext

-------------------------------------------------------------------
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 <dmueller@suse.com>
- 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 <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>
- %python3_only -> %python_alternative
-------------------------------------------------------------------
Tue Dec 11 09:21:25 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- 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