Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-psutil
Commits: 2b1a67ba by Carl Smedstad at 2026-01-31T22:37:13+01:00 upgpkg: 7.2.2-1: Upstream release https://github.com/giampaolo/psutil/blob/release-7.2.2/HISTORY.rst - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-psutil pkgdesc = A cross-platform process and system utilities module for Python - pkgver = 7.2.1 + pkgver = 7.2.2 pkgrel = 1 url = https://github.com/giampaolo/psutil arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = python-psutil makedepends = python-wheel depends = glibc depends = python - source = https://github.com/giampaolo/psutil/archive/release-7.2.1/python-psutil-7.2.1.tar.gz - b2sums = ed56abb3de2b8dbf3e383159795ee84c74d6c5fbdd91ad05752187ee252ccce1e1d1f2b11e1c18b82d4217d4211347e2c8c05d528e4206a2f58a6c9520227ce2 + source = https://github.com/giampaolo/psutil/archive/release-7.2.2/python-psutil-7.2.2.tar.gz + b2sums = fd921b20773f2d5a7df5f45a6341e2146de18b0e47cf628d3016353e9b09ef424ea40d01bc23adcf56574a1ba0054b491c45ef85cb3101ece2a9e9b02c57983e pkgname = python-psutil ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Sébastien Luttringer pkgname=python-psutil -pkgver=7.2.1 +pkgver=7.2.2 pkgrel=1 pkgdesc='A cross-platform process and system utilities module for Python' arch=('x86_64') @@ -25,7 +25,7 @@ checkdepends=( 'python-pytest' ) source=("$url/archive/release-$pkgver/$pkgname-$pkgver.tar.gz") -b2sums=('ed56abb3de2b8dbf3e383159795ee84c74d6c5fbdd91ad05752187ee252ccce1e1d1f2b11e1c18b82d4217d4211347e2c8c05d528e4206a2f58a6c9520227ce2') +b2sums=('fd921b20773f2d5a7df5f45a6341e2146de18b0e47cf628d3016353e9b09ef424ea40d01bc23adcf56574a1ba0054b491c45ef85cb3101ece2a9e9b02c57983e') build() { cd psutil-release-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-psutil/-/commit/2b1a67baba2a84491041fc529e27ab825718d5b0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-psutil/-/commit/2b1a67baba2a84491041fc529e27ab825718d5b0 You're receiving this email because of your account on gitlab.archlinux.org.
