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:           Thu Jul 16 11:16:21 UTC 2020

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

Log Message:
py-psutil: updated to 5.7.2

5.7.2
=====
Bug fixes
- wheels for 2.7 were inadvertently deleted.

5.7.1
=====
Enhancements
- 1729_: parallel tests on UNIX (make test-parallel). They're twice as fast!
- 1741_: "make build/install" is now run in parallel and it's about 15% faster
  on UNIX.
- 1747_: `Process.wait()` on POSIX returns an enum, showing the negative signal
  which was used to terminate the process::
    >>> import psutil
    >>> p = psutil.Process(9891)
    >>> p.terminate()
    >>> p.wait()
    <Negsignal.SIGTERM: -15>
- 1747_: `Process.wait()` return value is cached so that the exit code can be
  retrieved on then next call.
- 1747_: Process provides more info about the process on str() and repr()
  (status and exit code)::
    >>> proc
    psutil.Process(pid=12739, name='python3', status='terminated',
                   exitcode=<Negsigs.SIGTERM: -15>, started='15:08:20')
- 1757_: memory leak tests are now stable.
- 1768_: [Windows] added support for Windows Nano Server.

Bug fixes
- 1726_: [Linux] cpu_freq() parsing should use spaces instead of tabs on ia64.
- 1760_: [Linux] Process.rlimit() does not handle long long type properly.
- 1766_: [macOS] NoSuchProcess may be raised instead of ZombieProcess.
- 1781_: fix signature of callback function for getloadavg().


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/sysutils/py-psutil/Makefile \
    pkgsrc/sysutils/py-psutil/distinfo
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/py-psutil/PLIST

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.36 pkgsrc/sysutils/py-psutil/Makefile:1.37
--- pkgsrc/sysutils/py-psutil/Makefile:1.36     Sun Apr 19 10:04:54 2020
+++ pkgsrc/sysutils/py-psutil/Makefile  Thu Jul 16 11:16:21 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2020/04/19 10:04:54 adam Exp $
+# $NetBSD: Makefile,v 1.37 2020/07/16 11:16:21 adam Exp $
 
-DISTNAME=      psutil-5.7.0
+DISTNAME=      psutil-5.7.2
 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.36 pkgsrc/sysutils/py-psutil/distinfo:1.37
--- pkgsrc/sysutils/py-psutil/distinfo:1.36     Sun Apr 19 10:04:54 2020
+++ pkgsrc/sysutils/py-psutil/distinfo  Thu Jul 16 11:16:21 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.36 2020/04/19 10:04:54 adam Exp $
+$NetBSD: distinfo,v 1.37 2020/07/16 11:16:21 adam Exp $
 
-SHA1 (psutil-5.7.0.tar.gz) = 8c26a9336998e0ba7939979b480fd4a64c0b3d77
-RMD160 (psutil-5.7.0.tar.gz) = 0f18df3c85ee2f3136b5fd54cdf1fa84d2bc2795
-SHA512 (psutil-5.7.0.tar.gz) = 8cee64ab396dae79866e961aeabdb9a4174e1339bcd5c0a35f23fee97ca2a61c0cb08f7152d7e0db90c387400c5c6fb3da2dd2124ce9bf97dfffe6f3b4967981
-Size (psutil-5.7.0.tar.gz) = 449628 bytes
+SHA1 (psutil-5.7.2.tar.gz) = 96b2286d1b06b6093aa0b5cb192bce7eb60c831a
+RMD160 (psutil-5.7.2.tar.gz) = 81e2a15776e0dea9f460f735f1f0ca5a1a421a79
+SHA512 (psutil-5.7.2.tar.gz) = b0c9b6bceffc031b230d656f76eca555e5cd481d8dc70de1c6068ec31f1ffd74314aa35c8e11903901f58c326152128749ff9525064ecca117df258311d27320
+Size (psutil-5.7.2.tar.gz) = 460198 bytes
 SHA1 (patch-psutil___psbsd.py) = da61606aee2366181935c10873d0627d0cb80f3f
 SHA1 (patch-psutil___psutil__bsd.c) = a94b2c5a11338f3fffcbdde4339391c9519cf6d6

Index: pkgsrc/sysutils/py-psutil/PLIST
diff -u pkgsrc/sysutils/py-psutil/PLIST:1.13 pkgsrc/sysutils/py-psutil/PLIST:1.14
--- pkgsrc/sysutils/py-psutil/PLIST:1.13        Tue Apr 30 09:32:07 2019
+++ pkgsrc/sysutils/py-psutil/PLIST     Thu Jul 16 11:16:21 2020
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.13 2019/04/30 09:32:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2020/07/16 11:16:21 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/psutil/__init__.py
 ${PYSITELIB}/psutil/__init__.pyc
@@ -61,9 +61,9 @@ ${PYSITELIB}/psutil/tests/test_contracts
 ${PYSITELIB}/psutil/tests/test_linux.py
 ${PYSITELIB}/psutil/tests/test_linux.pyc
 ${PYSITELIB}/psutil/tests/test_linux.pyo
-${PYSITELIB}/psutil/tests/test_memory_leaks.py
-${PYSITELIB}/psutil/tests/test_memory_leaks.pyc
-${PYSITELIB}/psutil/tests/test_memory_leaks.pyo
+${PYSITELIB}/psutil/tests/test_memleaks.py
+${PYSITELIB}/psutil/tests/test_memleaks.pyc
+${PYSITELIB}/psutil/tests/test_memleaks.pyo
 ${PYSITELIB}/psutil/tests/test_misc.py
 ${PYSITELIB}/psutil/tests/test_misc.pyc
 ${PYSITELIB}/psutil/tests/test_misc.pyo
@@ -82,6 +82,9 @@ ${PYSITELIB}/psutil/tests/test_sunos.pyo
 ${PYSITELIB}/psutil/tests/test_system.py
 ${PYSITELIB}/psutil/tests/test_system.pyc
 ${PYSITELIB}/psutil/tests/test_system.pyo
+${PYSITELIB}/psutil/tests/test_testutils.py
+${PYSITELIB}/psutil/tests/test_testutils.pyc
+${PYSITELIB}/psutil/tests/test_testutils.pyo
 ${PYSITELIB}/psutil/tests/test_unicode.py
 ${PYSITELIB}/psutil/tests/test_unicode.pyc
 ${PYSITELIB}/psutil/tests/test_unicode.pyo



Home | Main Index | Thread Index | Old Index