[arch-commits] Commit in python-psutil/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sat Feb 22 20:42:30 UTC 2020


    Date: Saturday, February 22, 2020 @ 20:42:29
  Author: jelle
Revision: 579105

upgpkg: python-psutil 5.7.0-1

Upstream update

Modified:
  python-psutil/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 20:27:48 UTC (rev 579104)
+++ PKGBUILD	2020-02-22 20:42:29 UTC (rev 579105)
@@ -2,7 +2,7 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=5.6.7
+pkgver=5.7.0
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/giampaolo/psutil'
@@ -10,7 +10,7 @@
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 checkdepends=('net-tools' 'procps-ng' 'python2-ipaddress' 'python2-mock' 'python-mock' 'python-pytest')
 source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz")
-sha512sums=('2d359e681310208c09ae8270aa4545478101ef4201e3a2613e92432ed29a15b70a4f96423a2bbb75e87540af4c538b9c6abe3713f5c84fe208d86382c350c60e')
+sha512sums=('07cadba88e8525e1ef8d80f09d6ba4893584cf9179b47f12a6924a36bc3baceeea92365e4b4ba397fc86d882eeacb7befbef2958cc77b65eb8803ad93db142df')
 
 build() {
   cd psutil-release-$pkgver
@@ -26,8 +26,8 @@
   cd psutil-release-$pkgver
 
   # Required for testing
-  cp setup.py build/python
-  cp -r scripts build/python/
+#cp setup.py build/python
+#cp -r scripts build/python/
 
 # 4 non-working tests in build chroot, requires fixes. Test framework does not allow exclusion.
 #  PYTHONPATH="$PWD/build/python" python psutil/tests/__main__.py



More information about the arch-commits mailing list