14
0
forked from pool/python-pyperf

- update to 2.6.2:

* Now, pystats stats are collected during warmups.
  * system: Fix detection of battery.
  * Fix a possible attribute error in argument parsing.
  * Inherit PYTHONPATH environment variable by default.
  * Runner.bench_async_func() takes an optional loop_factory to
    support custom loop construction.
- Update to version 2.5.0
- version update to 2.4.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperf?expand=0&rev=15
This commit is contained in:
2024-01-07 20:19:59 +00:00
committed by Git OBS Bridge
parent 820921ca7c
commit 0bff36fef4
4 changed files with 23 additions and 11 deletions

View File

@@ -1,7 +1,18 @@
-------------------------------------------------------------------
Sun Jan 7 20:18:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.6.2:
* Now, pystats stats are collected during warmups.
* system: Fix detection of battery.
* Fix a possible attribute error in argument parsing.
* Inherit PYTHONPATH environment variable by default.
* Runner.bench_async_func() takes an optional loop_factory to
support custom loop construction.
-------------------------------------------------------------------
Wed Nov 9 18:34:02 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.5.0
- 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
@@ -9,7 +20,7 @@ Wed Nov 9 18:34:02 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
-------------------------------------------------------------------
Thu Oct 6 21:53:01 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- version update to 2.4.1
- version update to 2.4.1
* Reject --tracemalloc in pyperf command by @oraluben in #131
-------------------------------------------------------------------