Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
python-psutil


Commits:
60bbe1c9 by Carl Smedstad at 2026-01-03T18:03:28+01:00
upgpkg: 7.2.1-1: Upstream release

https://github.com/giampaolo/psutil/blob/release-7.2.1/HISTORY.rst

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-psutil
        pkgdesc = A cross-platform process and system utilities module for 
Python
-       pkgver = 7.1.3
-       pkgrel = 2
+       pkgver = 7.2.1
+       pkgrel = 1
        url = https://github.com/giampaolo/psutil
        arch = x86_64
        license = BSD-3-Clause
@@ -14,7 +14,7 @@ pkgbase = python-psutil
        makedepends = python-wheel
        depends = glibc
        depends = python
-       source = 
https://github.com/giampaolo/psutil/archive/release-7.1.3/python-psutil-7.1.3.tar.gz
-       sha512sums = 
5116dc812f701fd2d0eb7232f8c050d4c880d2a98e204c7bca33656241c48eb62e11a5604da62a122058d9cbdb8c46e6f2a59835630ddb7449c3594e011b5026
+       source = 
https://github.com/giampaolo/psutil/archive/release-7.2.1/python-psutil-7.2.1.tar.gz
+       b2sums = 
ed56abb3de2b8dbf3e383159795ee84c74d6c5fbdd91ad05752187ee252ccce1e1d1f2b11e1c18b82d4217d4211347e2c8c05d528e4206a2f58a6c9520227ce2
 
 pkgname = python-psutil


=====================================
PKGBUILD
=====================================
@@ -3,10 +3,10 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=python-psutil
-pkgver=7.1.3
-pkgrel=2
-arch=('x86_64')
+pkgver=7.2.1
+pkgrel=1
 pkgdesc='A cross-platform process and system utilities module for Python'
+arch=('x86_64')
 url='https://github.com/giampaolo/psutil'
 license=('BSD-3-Clause')
 depends=(
@@ -25,7 +25,7 @@ checkdepends=(
   'python-pytest'
 )
 source=("$url/archive/release-$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('5116dc812f701fd2d0eb7232f8c050d4c880d2a98e204c7bca33656241c48eb62e11a5604da62a122058d9cbdb8c46e6f2a59835630ddb7449c3594e011b5026')
+b2sums=('ed56abb3de2b8dbf3e383159795ee84c74d6c5fbdd91ad05752187ee252ccce1e1d1f2b11e1c18b82d4217d4211347e2c8c05d528e4206a2f58a6c9520227ce2')
 
 build() {
   cd psutil-release-$pkgver
@@ -40,12 +40,12 @@ check() {
   # GITHUB_ACTIONS env var skips some tests unsuitable here.
   local site_packages=$(test-env/bin/python -c "import site; 
print(site.getsitepackages()[0])")
   local relative_site_packages=$(realpath --relative-to="$PWD" 
"$site_packages")
-  cp -r psutil/tests/ "$relative_site_packages/psutil"
+  cp -r tests/ "$relative_site_packages/psutil"
   GITHUB_ACTIONS=1 test-env/bin/python -m pytest --override-ini="addopts=" 
"$relative_site_packages" \
     --deselect 
"$relative_site_packages/psutil/tests/test_linux.py::TestSystemNetIfAddrs::test_ips"
 \
     --deselect 
"$relative_site_packages/psutil/tests/test_system.py::TestNetAPIs::test_net_if_addrs"
 \
-    --deselect 
"$relative_site_packages/psutil/tests/test_system.py::TestSensorsAPIs::test_sensors_temperatures"
-
+    --deselect 
"$relative_site_packages/psutil/tests/test_system.py::TestSensorsAPIs::test_sensors_temperatures"
 \
+    --ignore "$relative_site_packages/psutil/tests/test_memleaks.py"
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-psutil/-/commit/60bbe1c91f563b7b8ff5f4fdcb20bb908e2c9a73

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-psutil/-/commit/60bbe1c91f563b7b8ff5f4fdcb20bb908e2c9a73
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to