giampaolo / psutil

Cross-platform lib for process and system monitoring in Python
BSD 3-Clause "New" or "Revised" License
10.08k stars 1.37k forks source link

[All] Request: Make new Release and update PyPi #2422

Closed jftjamf closed 6 days ago

jftjamf commented 3 weeks ago

I am using a new feature in version 6.0 - psutil.process_iter.cache_clear().

Since this version is not on PyPi yet, my docker image has to include: git-core, gcc, python3-devel.

In order to use this new version, I then need to run:

pip install  git+https://github.com/giampaolo/psutil.git@20be5ae

Having a new release would really streamline my workflow because these workarounds would not be necessary. I imagine this would help others as well.

Thanks for creating and maintaining such a great Python module. I really appreciate all of your time and effort.

jftjamf commented 6 days ago

Since version 6.0 has been released, I am closing this issue.