diff --git a/psutil-5.9.2.tar.gz b/psutil-5.9.2.tar.gz deleted file mode 100644 index fc5a6ed..0000000 --- a/psutil-5.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:feb861a10b6c3bb00701063b37e4afc754f8217f0f09c42280586bd6ac712b5c -size 479757 diff --git a/psutil-5.9.3.tar.gz b/psutil-5.9.3.tar.gz new file mode 100644 index 0000000..aad7bf9 --- /dev/null +++ b/psutil-5.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ccfcdfea4fc4b0a02ca2c31de7fcd186beb9cff8207800e14ab66f79c773af6 +size 483579 diff --git a/python-psutil.changes b/python-psutil.changes index ae854c0..522bb93 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat Oct 22 16:23:10 UTC 2022 - Arun Persaud + +- update to version 5.9.3: + * Enhancements + + 2040, [macOS]: provide wheels for arm64 architecture. (patch by + Matthieu Darbois) + * Bug fixes + + 2116, [macOS], [critical]: `psutil.net_connections`_ fails with + RuntimeError. + + 2135, [macOS]: Process.environ() may contain garbage data. Fix + out-of-bounds read around sysctl_procargs. (patch by Bernhard + Urban-Forster) + + 2138, [Linux], [critical]: can't compile psutil on Android due + to undefined ethtool_cmd_speed symbol. + + 2142, [POSIX]: net_if_stats() 's flags on Python 2 returned + unicode instead of str. (patch by Matthieu Darbois) + + 2147, [macOS] Fix disk usage report on macOS 12+. (patch by + Matthieu Darbois) + + 2150, [Linux] Process.threads() may raise NoSuchProcess. Fix + race condition. (patch by Daniel Li) + + 2153, [macOS] Fix race condition in + test_posix.TestProcess.test_cmdline. (patch by Matthieu Darbois) + ------------------------------------------------------------------- Sat Sep 10 15:41:34 UTC 2022 - Arun Persaud diff --git a/python-psutil.spec b/python-psutil.spec index 09f83c7..e5d61b0 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -24,7 +24,7 @@ %endif %bcond_without python2 Name: python-psutil -Version: 5.9.2 +Version: 5.9.3 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause