Skip to content

Commit

Permalink
update HISTORY/CREDITS for #2246. #2245. #2252, CC @mayeut, @student_…
Browse files Browse the repository at this point in the history
…2333
  • Loading branch information
giampaolo committed Aug 1, 2023
1 parent ef666ac commit 179efa1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ I: 1956

N: Matthieu Darbois
W: https://github.com/mayeut
I: 2039, 2142, 2147, 2153, 2040, 2102, 2216
I: 2039, 2142, 2147, 2153, 2040, 2102, 2216, 2246, 2252

N: Hugo van Kemenade
W: https://github.com/hugovk
Expand Down
6 changes: 5 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ XXXX-XX-XX
would get the right result.
- 2266_: if `Process`_ class is passed a very high PID, raise `NoSuchProcess`_
instead of OverflowError. (patch by Xuehai Pan)
- 2246_: drop python 3.4 & 3.5 support. (patch by Matthieu Darbois)

**Bug fixes**

- 2241_, [NetBSD]: can't compile On NetBSD 10.99.3/amd64. (patch by Thomas
Klausner)
- 2245_, [Windows]: fix var unbound error on possibly in `swap_memory()`_
(patch by student_2333)
- 2268_: ``bytes2human()`` utility function was unable to properly represent
negative values.
- 2252_: [Windows]: `psutil.disk_usage`_ fails on Python 3.12+. (patch by Matthieu Darbois)
- 2252_: [Windows]: `psutil.disk_usage`_ fails on Python 3.12+. (patch by
Matthieu Darbois)

5.9.5
=====
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2627,6 +2627,7 @@ If you want to develop psutil take a look at the `development guide`_.
Platforms support history
=========================

* psutil 5.9.6 (XXXX-XX): drop Python 3.4 and 3.5 support
* psutil 5.9.1 (2022-05): drop Python 2.6 support
* psutil 5.9.0 (2021-12): **MidnightBSD**
* psutil 5.8.0 (2020-12): **PyPy 2** on Windows
Expand Down

0 comments on commit 179efa1

Please sign in to comment.