package/python-psutil: bump version to 7.1.0

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-10-13 19:54:45 +02:00
committed by Julien Olivain
parent 8e4bb46045
commit 59006ecfe7
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/psutil/json
md5 d06db97a604ddeac1d42694eac4390db psutil-6.1.1.tar.gz
sha256 cf8496728c18f2d0b45198f06895be52f36611711746b7f30c464b422b50e2f5 psutil-6.1.1.tar.gz
md5 26dc8499f435198ab3f907edf9e7d7b4 psutil-7.1.0.tar.gz
sha256 655708b3c069387c8b77b072fc429a57d0e214221d01c0a772df7dfedcb3bcd2 psutil-7.1.0.tar.gz
# Locally computed sha256 checksums
sha256 b89c063b3786e28e0c0a38f1931db61fed35e69dd2a2966fbecffee0f46c8d10 LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_PSUTIL_VERSION = 6.1.1
PYTHON_PSUTIL_VERSION = 7.1.0
PYTHON_PSUTIL_SOURCE = psutil-$(PYTHON_PSUTIL_VERSION).tar.gz
PYTHON_PSUTIL_SITE = https://files.pythonhosted.org/packages/1f/5a/07871137bb752428aa4b659f910b399ba6f291156bdea939be3e96cae7cb
PYTHON_PSUTIL_SITE = https://files.pythonhosted.org/packages/b3/31/4723d756b59344b643542936e37a31d1d3204bcdc42a7daa8ee9eb06fb50
PYTHON_PSUTIL_SETUP_TYPE = setuptools
PYTHON_PSUTIL_LICENSE = BSD-3-Clause
PYTHON_PSUTIL_LICENSE_FILES = LICENSE