From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/psutil/
Date: Thu, 18 Sep 2025 06:21:33 +0000 (UTC) [thread overview]
Message-ID: <1758176480.6a2a897abb1786a7a2f3c13854d0677292da4e88.mgorny@gentoo> (raw)
commit: 6a2a897abb1786a7a2f3c13854d0677292da4e88
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 18 05:06:17 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 18 06:21:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2a897a
dev-python/psutil: Bump to 7.1.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/psutil/Manifest | 1 +
dev-python/psutil/psutil-7.1.0.ebuild | 92 +++++++++++++++++++++++++++++++++++
2 files changed, 93 insertions(+)
diff --git a/dev-python/psutil/Manifest b/dev-python/psutil/Manifest
index e4bc22f620c3..2b8088386ea6 100644
--- a/dev-python/psutil/Manifest
+++ b/dev-python/psutil/Manifest
@@ -1 +1,2 @@
DIST psutil-7.0.0.tar.gz 497003 BLAKE2B d5bd3845f4a1a9852ea0136d43f3c4ef9534f08cde7acc3e7a02d7725e52a517882986cf48be241d51b001646b0550d8d7d964dd38ba15e6777d82c3605c34af SHA512 83c17e5dd975bd403d8ece3bcfe021e5b845eb53260f8857999ebc6fdea8aca83e136b945aaa0b3974dc387191988c22fcdcab03effc8e943382989a106aeaf3
+DIST psutil-7.1.0.tar.gz 497660 BLAKE2B 77c6adb50d4c8191bc47d3511735e97fffefd02cb6bdd85e2c9ef5f3cd7b3eee439e959d968bac05d5a26bd7cd3b6833519e71aac960d4fe578b845b1aeb1453 SHA512 6bf0fdaa7c1241126f99041bdfde87c3fe834b8364e306eb72deebafcc272a135d64502e12157e1134ebf0353893dee906fa00517ca3d399e97ea486b238ee6c
diff --git a/dev-python/psutil/psutil-7.1.0.ebuild b/dev-python/psutil/psutil-7.1.0.ebuild
new file mode 100644
index 000000000000..839925b7174b
--- /dev/null
+++ b/dev-python/psutil/psutil-7.1.0.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Retrieve information on running processes and system utilization"
+HOMEPAGE="
+ https://github.com/giampaolo/psutil/
+ https://pypi.org/project/psutil/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+
+EPYTEST_PLUGINS=( pytest-subtests )
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_DESELECT=(
+ # hardcoded assumptions about the test environment
+ tests/test_linux.py::TestRootFsDeviceFinder::test_disk_partitions_mocked
+ tests/test_linux.py::TestSystemDiskPartitions::test_zfs_fs
+ tests/test_linux.py::TestSystemNetIfAddrs::test_ips
+ tests/test_posix.py::TestProcess::test_nice
+ tests/test_process.py::TestProcess::test_ionice_linux
+ tests/test_system.py::TestDiskAPIs::test_disk_partitions
+
+ # mocking is broken
+ tests/test_linux.py::TestSensorsBattery::test_emulate_energy_full_0
+ tests/test_linux.py::TestSensorsBattery::test_emulate_energy_full_not_avail
+ tests/test_linux.py::TestSensorsBattery::test_emulate_no_power
+ tests/test_linux.py::TestSensorsBattery::test_emulate_power_undetermined
+
+ # doesn't like sandbox injecting itself
+ tests/test_process.py::TestProcess::test_weird_environ
+
+ # extremely flaky
+ tests/test_linux.py::TestSystemVirtualMemoryAgainstFree::test_used
+ tests/test_linux.py::TestSystemVirtualMemoryAgainstVmstat::test_used
+
+ # nproc --all is broken?
+ tests/test_linux.py::TestSystemCPUCountLogical::test_against_nproc
+
+ # broken on some architectures
+ tests/test_linux.py::TestSystemCPUCountCores::test_method_2
+ tests/test_linux.py::TestSystemCPUCountLogical::test_emulate_fallbacks
+ tests/test_linux.py::TestSystemCPUFrequency::test_emulate_use_cpuinfo
+ tests/test_linux.py::TestSystemCPUFrequency::test_emulate_use_second_file
+ tests/test_system.py::TestCpuAPIs::test_cpu_freq
+ tests/test_system.py::TestCpuAPIs::test_cpu_times_comparison
+
+ # broken in some setups
+ tests/test_linux.py::TestMisc::test_issue_687
+ tests/test_linux.py::TestProcessAgainstStatus::test_cpu_affinity
+ tests/test_linux.py::TestSystemCPUStats::test_interrupts
+ tests/test_posix.py::TestProcess::test_cmdline
+ tests/test_posix.py::TestProcess::test_name
+ tests/test_posix.py::TestSystemAPIs::test_users
+ tests/test_process.py::TestProcess::test_memory_maps_lists_lib
+ tests/test_process.py::TestProcess::test_terminal
+ tests/test_unicode.py::TestFSAPIs::test_memory_maps
+
+ # fails on all AT containers
+ tests/test_system.py::TestMiscAPIs::test_users
+
+ # failing without /sys/class/power_supply?
+ tests/test_memleaks.py::TestModuleFunctionsLeaks::test_sensors_battery
+ tests/test_misc.py::TestMisc::test_serialization
+ )
+
+ # Since we are running in an environment a bit similar to CI,
+ # let's skip the tests that are disabled for CI
+ local -x TRAVIS=1
+ local -x APPVEYOR=1
+ local -x GITHUB_ACTIONS=1
+
+ rm -rf psutil || die
+ epytest --pyargs psutil -o addopts=
+}
+
+python_compile() {
+ # Force -j1 to avoid .o linking race conditions
+ local MAKEOPTS=-j1
+ distutils-r1_python_compile
+}
next reply other threads:[~2025-09-18 6:21 UTC|newest]
Thread overview: 222+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-18 6:21 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-11 15:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/psutil/ Michał Górny
2025-05-10 20:04 Sam James
2025-03-10 5:57 Michał Górny
2025-03-09 21:18 Sam James
2025-03-08 13:38 Sam James
2025-03-08 12:19 Arthur Zamarin
2025-03-08 12:10 Sam James
2025-03-08 12:10 Sam James
2025-03-08 11:23 Arthur Zamarin
2025-03-08 11:22 Arthur Zamarin
2025-03-08 9:39 Arthur Zamarin
2025-02-15 11:30 Michał Górny
2025-02-14 5:19 Michał Górny
2025-01-25 13:46 Michał Górny
2025-01-25 12:49 Sam James
2025-01-04 17:26 Sam James
2025-01-04 17:18 Sam James
2025-01-04 15:43 Sam James
2025-01-04 13:37 Arthur Zamarin
2025-01-04 13:28 Sam James
2025-01-04 12:03 Sam James
2025-01-04 11:42 Sam James
2025-01-04 9:30 Michał Górny
2024-12-20 8:23 Michał Górny
2024-11-03 4:40 Sam James
2024-11-02 11:58 Arthur Zamarin
2024-11-02 11:25 Michał Górny
2024-11-02 11:14 Arthur Zamarin
2024-11-02 11:14 Arthur Zamarin
2024-11-02 11:14 Arthur Zamarin
2024-11-02 11:14 Arthur Zamarin
2024-11-02 10:29 Michał Górny
2024-10-18 17:09 Michał Górny
2024-09-12 17:24 Arthur Zamarin
2024-09-12 17:24 Arthur Zamarin
2024-07-06 6:26 Sam James
2024-07-06 6:26 Sam James
2024-06-19 13:14 Michał Górny
2024-05-09 13:12 Michał Górny
2024-03-12 5:13 Michał Górny
2024-03-12 4:29 Ionen Wolkens
2024-03-12 4:29 Ionen Wolkens
2024-03-12 4:29 Ionen Wolkens
2024-02-03 10:54 Sam James
2024-02-03 10:54 Sam James
2024-02-03 10:10 Arthur Zamarin
2024-02-03 10:10 Arthur Zamarin
2024-02-03 8:51 Arthur Zamarin
2024-02-02 13:47 Arthur Zamarin
2024-01-20 7:09 Michał Górny
2024-01-06 11:54 Sam James
2024-01-06 10:27 Michał Górny
2024-01-06 10:16 Michał Górny
2024-01-06 9:54 Michał Górny
2024-01-06 9:50 Michał Górny
2023-12-18 5:18 Michał Górny
2023-11-15 18:52 Arthur Zamarin
2023-11-15 18:16 Arthur Zamarin
2023-11-15 16:45 Arthur Zamarin
2023-11-15 16:45 Arthur Zamarin
2023-11-15 16:34 Arthur Zamarin
2023-10-16 11:27 Michał Górny
2023-08-12 16:12 Michał Górny
2023-08-12 14:51 Arthur Zamarin
2023-08-12 14:51 Arthur Zamarin
2023-08-12 14:51 Arthur Zamarin
2023-08-04 9:37 Sam James
2023-06-03 19:45 Arthur Zamarin
2023-06-03 18:38 Arthur Zamarin
2023-06-03 18:26 Arthur Zamarin
2023-06-03 18:03 Arthur Zamarin
2023-06-03 18:02 Arthur Zamarin
2023-05-24 7:02 Michał Górny
2023-05-04 16:22 Michał Górny
2023-04-19 8:55 Michał Górny
2023-03-17 5:32 Michał Górny
2022-12-18 7:27 Michał Górny
2022-12-17 19:30 Arthur Zamarin
2022-12-17 19:30 Arthur Zamarin
2022-12-16 21:06 Arthur Zamarin
2022-12-11 18:30 Arthur Zamarin
2022-12-10 9:25 Arthur Zamarin
2022-12-10 8:57 Arthur Zamarin
2022-12-10 8:51 Arthur Zamarin
2022-12-10 8:50 Arthur Zamarin
2022-12-02 17:31 Michał Górny
2022-12-02 17:26 Arthur Zamarin
2022-12-01 18:59 Arthur Zamarin
2022-11-22 12:43 Arthur Zamarin
2022-11-19 10:47 Arthur Zamarin
2022-11-19 8:48 Arthur Zamarin
2022-11-19 8:46 Sam James
2022-11-19 8:39 Arthur Zamarin
2022-11-19 8:35 Arthur Zamarin
2022-11-08 14:01 Michał Górny
2022-10-19 3:49 Michał Górny
2022-07-07 19:29 Arthur Zamarin
2022-06-23 8:34 Agostino Sarubbo
2022-06-23 6:45 Agostino Sarubbo
2022-06-23 6:42 Agostino Sarubbo
2022-06-23 5:59 Agostino Sarubbo
2022-06-22 10:12 Agostino Sarubbo
2022-06-22 10:10 Agostino Sarubbo
2022-06-22 9:57 Michał Górny
2022-06-22 5:49 Agostino Sarubbo
2022-05-20 23:27 Sam James
2022-05-20 23:16 Sam James
2022-05-11 14:51 Agostino Sarubbo
2022-05-10 8:21 Agostino Sarubbo
2022-05-10 8:20 Agostino Sarubbo
2022-05-09 20:38 Michał Górny
2022-05-09 20:12 Michał Górny
2022-04-09 16:33 Arthur Zamarin
2022-04-02 12:04 Arthur Zamarin
2022-04-02 7:33 Arthur Zamarin
2022-04-01 12:24 Arthur Zamarin
2022-04-01 5:15 Arthur Zamarin
2021-10-04 1:38 Sam James
2021-10-04 1:37 Sam James
2021-05-24 2:39 Joshua Kinard
2021-05-05 14:18 Michał Górny
2021-01-07 10:06 Sam James
2020-11-29 0:13 Sergei Trofimovich
2020-11-26 10:48 Sam James
2020-11-26 5:56 Sam James
2020-11-25 23:09 Thomas Deutschmann
2020-11-25 22:38 Sergei Trofimovich
2020-10-25 6:04 Michał Górny
2020-09-20 10:24 Michał Górny
2020-09-16 17:48 Sergei Trofimovich
2020-08-29 18:21 Michał Górny
2020-05-26 10:35 Michał Górny
2020-05-11 19:33 Michał Górny
2020-04-13 22:29 Mart Raudsepp
2020-04-12 18:41 Sergei Trofimovich
2020-04-12 18:27 Sergei Trofimovich
2020-03-25 15:42 Agostino Sarubbo
2020-03-25 14:17 Agostino Sarubbo
2020-02-19 7:39 Michał Górny
2019-12-24 15:18 Mikle Kolyada
2019-12-16 10:14 Michał Górny
2019-12-10 10:54 Agostino Sarubbo
2019-12-09 7:49 Agostino Sarubbo
2019-12-04 1:01 Aaron Bauman
2019-12-03 12:56 Agostino Sarubbo
2019-12-03 12:26 Agostino Sarubbo
2019-12-03 11:55 Agostino Sarubbo
2019-12-03 11:42 Agostino Sarubbo
2019-12-03 11:41 Agostino Sarubbo
2019-11-27 12:30 Michał Górny
2019-11-22 18:26 Patrick McLean
2019-11-22 9:26 Lars Wendler
2019-11-22 9:23 Lars Wendler
2019-05-11 19:25 Matthew Thode
2019-05-02 21:10 Mikle Kolyada
2019-04-12 21:04 Aaron Bauman
2019-04-12 7:06 Sergei Trofimovich
2019-04-12 5:01 Tim Harder
2019-04-10 22:44 Matthew Thode
2019-04-08 15:04 Mikle Kolyada
2019-04-07 21:53 Mikle Kolyada
2019-04-07 21:16 Sergei Trofimovich
2019-04-07 10:16 Mikle Kolyada
2019-01-27 23:14 Patrice Clement
2019-01-25 19:54 Sergei Trofimovich
2019-01-21 19:40 Sergei Trofimovich
2019-01-02 21:29 Tim Harder
2018-12-08 17:41 Mikle Kolyada
2018-12-06 16:14 Mikle Kolyada
2018-10-18 11:45 Tobias Klausmann
2018-10-17 8:51 Tobias Klausmann
2018-08-21 2:11 Virgil Dupras
2018-08-05 11:33 Sergei Trofimovich
2018-07-24 9:43 Mart Raudsepp
2018-07-13 18:46 Sergei Trofimovich
2018-06-28 18:53 Sergei Trofimovich
2018-06-27 22:22 Sergei Trofimovich
2018-06-26 0:05 Tim Harder
2018-06-13 18:52 Markus Meier
2018-06-02 17:38 Sergei Trofimovich
2018-02-22 19:59 Matt Thode
2018-02-22 16:12 Michał Górny
2018-01-28 20:41 Markus Meier
2017-12-24 13:38 Sergei Trofimovich
2017-12-22 16:32 Jason Zaman
2017-12-19 19:27 Thomas Deutschmann
2017-11-16 1:41 Tim Harder
2017-11-16 1:41 Tim Harder
2017-10-13 21:39 Tim Harder
2017-09-16 14:23 Patrick Lauer
2017-09-10 2:17 Tim Harder
2017-05-19 21:44 Michael Weber
2017-05-03 3:13 Zac Medico
2017-05-02 19:15 Michał Górny
2017-03-26 4:16 Matt Thode
2017-02-13 7:27 Zac Medico
2017-02-09 12:08 Lars Wendler
2017-02-06 3:48 Lars Wendler
2017-02-06 3:48 Lars Wendler
2016-12-22 23:22 Lars Wendler
2016-12-22 22:46 Lars Wendler
2016-12-22 22:46 Lars Wendler
2016-11-09 13:55 Lars Wendler
2016-11-09 13:55 Lars Wendler
2016-10-30 23:15 Tim Harder
2016-10-30 23:13 Tim Harder
2016-10-26 22:14 Tim Harder
2016-09-05 21:50 Manuel Rüger
2016-07-22 4:00 Tim Harder
2016-04-03 21:07 Manuel Rüger
2016-03-25 22:19 Matt Thode
2016-02-28 7:15 Matt Thode
2016-02-18 9:01 Justin Lecher
2016-01-21 8:33 Justin Lecher
2015-11-28 9:28 Justin Lecher
2015-11-17 13:57 Justin Lecher
2015-11-09 11:49 Justin Lecher
2015-11-09 11:49 Justin Lecher
2015-11-09 11:49 Justin Lecher
2015-10-15 6:55 Matt Thode
2015-08-11 8:19 Ian Delaney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1758176480.6a2a897abb1786a7a2f3c13854d0677292da4e88.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox