From c7a7b3485ea537e9ced67ba5c34a3c1c2d748db2 Mon Sep 17 00:00:00 2001 From: ClarityStorm <45301623+claritystorm@users.noreply.github.com> Date: Tue, 25 Mar 2025 20:33:38 +0000 Subject: [PATCH] python-psutil: update to 7.0.0 (#23768) --- mingw-w64-python-psutil/0002-pyparsepid.patch | 4 ++-- mingw-w64-python-psutil/PKGBUILD | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mingw-w64-python-psutil/0002-pyparsepid.patch b/mingw-w64-python-psutil/0002-pyparsepid.patch index 1d7370e699..9a9e72c0fa 100644 --- a/mingw-w64-python-psutil/0002-pyparsepid.patch +++ b/mingw-w64-python-psutil/0002-pyparsepid.patch @@ -7,6 +7,6 @@ +#if __MINGW32__ + #define _Py_PARSE_PID "i" +#endif - // _Py_PARSE_PID is Python 3 only, but since it's private make sure it's - // always present. + // _Py_PARSE_PID was added in Python 3, but since it's private we make + // sure it's always present. #ifndef _Py_PARSE_PID diff --git a/mingw-w64-python-psutil/PKGBUILD b/mingw-w64-python-psutil/PKGBUILD index 9b9d50a3a4..09cdededef 100644 --- a/mingw-w64-python-psutil/PKGBUILD +++ b/mingw-w64-python-psutil/PKGBUILD @@ -4,7 +4,7 @@ _pyname=psutil _realname=${_pyname} pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=6.1.1 +pkgver=7.0.0 pkgrel=1 pkgdesc="A cross-platform process and system utilities module for Python (mingw-w64)" arch=('any') @@ -27,9 +27,9 @@ source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realna "0001-mingw-fixes-without-loadlib.patch" "0002-pyparsepid.patch" "0003-avoid-duplicate-symbols.patch") -sha256sums=('cf8496728c18f2d0b45198f06895be52f36611711746b7f30c464b422b50e2f5' +sha256sums=('7be9c3eba38beccb6495ea33afd982a44074b78f28c434a1f51cc07fd315c456' 'df8e02d1970d5f9b7df84ae9ad1ba4f86ae069ffce444ae64801b21f66e37bba' - '64bd54b3c7cd51d7dd906c8065eee607429e14cfe59d4ddf0720cc8e34918065' + '6b1bbe9116612ac980490cea6d2de01e0f1ef44cd6289386d28c0f5f12d8f5b7' 'd877059c372f9d449dafd9781434d329e28f32fa88d11bd1ec11de30b34a9999') apply_patch_with_msg() {