14
0
forked from pool/python-pyperf

Accepting request 1034911 from home:yarunachalam:branches:devel:languages:python

- Update to version 2.5.0 
  * Recognize new name of Graal-based Python as jitted by @timfel in #139
  * Collect specialization statistics from running benchmarks by @mdboom in #140
  * Add support for Python 3.11 by @hugovk in #142

OBS-URL: https://build.opensuse.org/request/show/1034911
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperf?expand=0&rev=13
This commit is contained in:
2022-11-11 13:00:00 +00:00
committed by Git OBS Bridge
parent 402742d464
commit 820921ca7c
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Nov 9 18:34:02 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.5.0
* Recognize new name of Graal-based Python as jitted by @timfel in #139
* Collect specialization statistics from running benchmarks by @mdboom in #140
* Add support for Python 3.11 by @hugovk in #142
-------------------------------------------------------------------
Thu Oct 6 21:53:01 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>