pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/py-psutil



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Dec 24 17:55:29 UTC 2024

Modified Files:
        pkgsrc/sysutils/py-psutil: Makefile distinfo

Log Message:
py-psutil: updated to 6.1.1

6.1.1

**Enhancements**

- 2471_: use Vulture CLI tool to detect dead code.

**Bug fixes**

- 2418_, [Linux]: fix race condition in case /proc/PID/stat does not exist, but
  /proc/PID does, resulting in FileNotFoundError.
- 2470_, [Linux]: `users()`_ may return "localhost" instead of the actual IP
  address of the user logged in.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/sysutils/py-psutil/Makefile
cvs rdiff -u -r1.57 -r1.58 pkgsrc/sysutils/py-psutil/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-psutil/Makefile
diff -u pkgsrc/sysutils/py-psutil/Makefile:1.55 pkgsrc/sysutils/py-psutil/Makefile:1.56
--- pkgsrc/sysutils/py-psutil/Makefile:1.55     Mon Nov 11 07:28:59 2024
+++ pkgsrc/sysutils/py-psutil/Makefile  Tue Dec 24 17:55:29 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2024/11/11 07:28:59 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2024/12/24 17:55:29 adam Exp $
 
-DISTNAME=      psutil-6.1.0
+DISTNAME=      psutil-6.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/psutil/}

Index: pkgsrc/sysutils/py-psutil/distinfo
diff -u pkgsrc/sysutils/py-psutil/distinfo:1.57 pkgsrc/sysutils/py-psutil/distinfo:1.58
--- pkgsrc/sysutils/py-psutil/distinfo:1.57     Tue Oct 22 08:14:48 2024
+++ pkgsrc/sysutils/py-psutil/distinfo  Tue Dec 24 17:55:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.57 2024/10/22 08:14:48 wiz Exp $
+$NetBSD: distinfo,v 1.58 2024/12/24 17:55:29 adam Exp $
 
-BLAKE2s (psutil-6.1.0.tar.gz) = b4adc50ba35c28040f6462a4a8929452a7549ff724180f221465c5016ad095de
-SHA512 (psutil-6.1.0.tar.gz) = 76865df4fdb2a9df45e47589b76b34d0d9d9251491091683e47b4509863e32e46dc62ee2f760b983f0f762b8288d1ea7f32268a6857c049ad12f399908e19c82
-Size (psutil-6.1.0.tar.gz) = 508565 bytes
+BLAKE2s (psutil-6.1.1.tar.gz) = 43a4e4c31e5cefac73ca6e41456ae4468c31498fac577eddda9997af35bf1928
+SHA512 (psutil-6.1.1.tar.gz) = db8a2f4b0b451ca46aaa21b1faae03c4328b1effd04f240a7c8efc94a1c8ca7fc080fc6d16f6ca2046b9232ec43e447be0c414b125f8f511131dc6dff95bd72c
+Size (psutil-6.1.1.tar.gz) = 508502 bytes



Home | Main Index | Thread Index | Old Index