python-psutil: update to 7.0.0 (#23768)
This commit is contained in:
parent
7697e0bf59
commit
c7a7b3485e
@ -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
|
||||
|
||||
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user