diff --git a/psutil-5.9.3.tar.gz b/psutil-5.9.3.tar.gz deleted file mode 100644 index aad7bf9..0000000 --- a/psutil-5.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ccfcdfea4fc4b0a02ca2c31de7fcd186beb9cff8207800e14ab66f79c773af6 -size 483579 diff --git a/psutil-5.9.4.tar.gz b/psutil-5.9.4.tar.gz new file mode 100644 index 0000000..92932b5 --- /dev/null +++ b/psutil-5.9.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7f9739eb435d4b1338944abe23f49584bde5395f27487d2ee25ad9a8774a62 +size 485825 diff --git a/python-psutil.changes b/python-psutil.changes index 522bb93..8f43d0c 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Nov 7 20:52:52 UTC 2022 - Michael Ströder + +- update to version 5.9.4: + * Enhancements + - 2102: use Limited API when building wheels with CPython 3.6+ on Linux, + macOS and Windows. This allows to use pre-built wheels in all future + versions of cPython 3. (patch by Matthieu Darbois) + * Bug fixes + - 2077, [Windows]: Use system-level values for virtual_memory(). + (patch by Daniel Widdis) + - 2156, [Linux]: compilation may fail on very old gcc compilers due to + missing SPEED_UNKNOWN definition. (patch by Amir Rossert) + - 2010, [macOS]: on MacOS, arm64 IFM_1000_TX and IFM_1000_T are + the same value, causing a build failure. (patch by Lawrence D'Anna) + ------------------------------------------------------------------- Sat Oct 22 16:23:10 UTC 2022 - Arun Persaud diff --git a/python-psutil.spec b/python-psutil.spec index e5d61b0..73906f4 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -24,7 +24,7 @@ %endif %bcond_without python2 Name: python-psutil -Version: 5.9.3 +Version: 5.9.4 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause