14
0
forked from pool/python-pyperf

- update to 2.7.0:

* Fix logic in MSR availability test.
  * Disable tuning TurboBoost setting on non-Intel device.
  * Include CONFIG_ARGS in Metadata.
  * Support environment variables PYTHON_GIL / PYTHON_CPU_COUNT.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperf?expand=0&rev=19
This commit is contained in:
2024-06-24 15:30:03 +00:00
committed by Git OBS Bridge
parent 195592f721
commit af3003276c
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jun 24 15:29:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.7.0:
* Fix logic in MSR availability test.
* Disable tuning TurboBoost setting on non-Intel device.
* Include CONFIG_ARGS in Metadata.
* Support environment variables PYTHON_GIL / PYTHON_CPU_COUNT.
-------------------------------------------------------------------
Sat Mar 16 09:47:08 UTC 2024 - Dirk Müller <dmueller@suse.com>