From 195592f7215ad89a4dfd66ad7d6d26e02b52eb8a72e5e14710ecb4c6764e8b30 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Mar 2024 09:47:41 +0000 Subject: [PATCH] - 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 --- pyperf-2.6.2.tar.gz | 3 --- pyperf-2.6.3.tar.gz | 3 +++ python-pyperf.changes | 8 ++++++++ python-pyperf.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 pyperf-2.6.2.tar.gz create mode 100644 pyperf-2.6.3.tar.gz diff --git a/pyperf-2.6.2.tar.gz b/pyperf-2.6.2.tar.gz deleted file mode 100644 index 225be82..0000000 --- a/pyperf-2.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64d8fadce6a74f478f29832c1eaa2a04856655ebff17292d5237fc8317c3a3c5 -size 221953 diff --git a/pyperf-2.6.3.tar.gz b/pyperf-2.6.3.tar.gz new file mode 100644 index 0000000..00ca513 --- /dev/null +++ b/pyperf-2.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9752fe749c21e460a564bb3f52fc319b892c62ee61c5138b4a9bbf94ad2755e6 +size 222314 diff --git a/python-pyperf.changes b/python-pyperf.changes index 0994c54..0d253f2 100644 --- a/python-pyperf.changes +++ b/python-pyperf.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Mar 16 09:47:08 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-pyperf.spec b/python-pyperf.spec index b928f1f..b0bbee5 100644 --- a/python-pyperf.spec +++ b/python-pyperf.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pyperf -Version: 2.6.2 +Version: 2.6.3 Release: 0 Summary: Python module to run and analyze benchmarks License: MIT @@ -30,7 +30,7 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Recommends: python-psutil BuildArch: noarch # SECTION test requirements