14
0
forked from pool/python-pyperf

- update to 2.6.3:

* Support Free-threading CPython (PEP-703) by disabling psutil
    related features.
  * Fix mem_max_rss measurement on macOS.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperf?expand=0&rev=17
This commit is contained in:
2024-03-16 09:47:41 +00:00
committed by Git OBS Bridge
parent 0bff36fef4
commit 195592f721
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Mar 16 09:47:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.6.3:
* Support Free-threading CPython (PEP-703) by disabling psutil
related features.
* Fix mem_max_rss measurement on macOS.
-------------------------------------------------------------------
Sun Jan 7 20:18:54 UTC 2024 - Dirk Müller <dmueller@suse.com>