Subject: CVS commit: pkgsrc/sysutils/py-psutil
From: Adam Ciarcinski
Date: 2022-11-08 09:50:20
Message id: 20221108085020.AB2E1FA90@cvs.NetBSD.org

Log Message:
py-psutil: updated to 5.9.4

5.9.4
=====

2022-11-07

**Enhancements**

- 2102_: use Limited API when building wheels with CPython 3.6+ on Linux,
  macOS and Windows. This allows to use pre-built wheels in all future versions
  of cPython 3.  (patch by Matthieu Darbois)

**Bug fixes**

- 2077_, [Windows]: Use system-level values for `virtual_memory()`_. (patch by
  Daniel Widdis)
- 2156_, [Linux]: compilation may fail on very old gcc compilers due to missing
  ``SPEED_UNKNOWN`` definition.  (patch by Amir Rossert)
- 2010_, [macOS]: on MacOS, arm64 ``IFM_1000_TX`` and ``IFM_1000_T`` are the
  same value, causing a build failure.  (patch by Lawrence D'Anna)

Files:
RevisionActionfile
1.48modifypkgsrc/sysutils/py-psutil/Makefile
1.17modifypkgsrc/sysutils/py-psutil/PLIST
1.49modifypkgsrc/sysutils/py-psutil/distinfo
1.6addpkgsrc/sysutils/py-psutil/patches/patch-setup.py