From 820921ca7c43c1fc034d2b3121295a50e077500af31a0b611957bdba2bb4188c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 11 Nov 2022 13:00:00 +0000 Subject: [PATCH] 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 --- pyperf-2.4.1.tar.gz | 3 --- pyperf-2.5.0.tar.gz | 3 +++ python-pyperf.changes | 8 ++++++++ python-pyperf.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 pyperf-2.4.1.tar.gz create mode 100644 pyperf-2.5.0.tar.gz diff --git a/pyperf-2.4.1.tar.gz b/pyperf-2.4.1.tar.gz deleted file mode 100644 index 5b6254a..0000000 --- a/pyperf-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38cf5e90c56f906a8320ce82a50bfa92c902b93affd72e4dc81580115f355853 -size 220664 diff --git a/pyperf-2.5.0.tar.gz b/pyperf-2.5.0.tar.gz new file mode 100644 index 0000000..82ee100 --- /dev/null +++ b/pyperf-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd9be5b57224e68b5a5b88f7126f15b6c8667573f62a0a39faf14d6fdd13909 +size 221397 diff --git a/python-pyperf.changes b/python-pyperf.changes index bc6c860..24d371e 100644 --- a/python-pyperf.changes +++ b/python-pyperf.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Nov 9 18:34:02 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-pyperf.spec b/python-pyperf.spec index 16a526e..6a63476 100644 --- a/python-pyperf.spec +++ b/python-pyperf.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pyperf -Version: 2.4.1 +Version: 2.5.0 Release: 0 Summary: Python module to run and analyze benchmarks License: MIT