forked from pool/python-pyperf
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:64d8fadce6a74f478f29832c1eaa2a04856655ebff17292d5237fc8317c3a3c5
|
|
||||||
size 221953
|
|
3
pyperf-2.6.3.tar.gz
Normal file
3
pyperf-2.6.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9752fe749c21e460a564bb3f52fc319b892c62ee61c5138b4a9bbf94ad2755e6
|
||||||
|
size 222314
|
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 16 09:47:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Sun Jan 7 20:18:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pyperf
|
Name: python-pyperf
|
||||||
Version: 2.6.2
|
Version: 2.6.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module to run and analyze benchmarks
|
Summary: Python module to run and analyze benchmarks
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -30,7 +30,7 @@ BuildRequires: %{python_module wheel}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Recommends: python-psutil
|
Recommends: python-psutil
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
|
Reference in New Issue
Block a user