183 Commits

Author SHA256 Message Date
12ad701e10 Accepting request 1281077 from devel:languages:python
- update to 7.0.0:
  * 669_, [Windows]: `net_if_addrs()`_ also returns the broadcast
    address instead of None.
  * 2480_: Python 2.7 is no longer supported. Latest version
    supporting Python 2.7 is psutil 6.1.X. Install it with: pip2
    install psutil==6.1.*.
  * 2490_: removed long deprecated Process.memory_info_ex()
    method. It was deprecated in psutil 4.0.0, released 8 years
    ago. Substitute is Process.memory_full_info().
  * 2496_, [Linux]: Avoid segfault (a cPython bug) on
    Process.memory_maps() for processes that use hundreds of GBs
    of memory.
  * 2502_, [macOS]: `virtual_memory()`_ now relies on
    host_statistics64 instead of host_statistics. This is the
    same approach used by vm_stat CLI tool, and should grant more
    accurate results.
  * 2480_: Python 2.7 is no longer supported.
  * 2490_: removed long deprecated Process.memory_info_ex()
    method.

OBS-URL: https://build.opensuse.org/request/show/1281077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=84
2025-06-01 19:36:09 +00:00
1f1ab5ab06 Accepting request 1235896 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1235896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=83
2025-01-09 14:05:53 +00:00
90fecc6fc9 - Update to 6.1.1
* 2471_: use Vulture CLI tool to detect dead code.
  * 2418_, [Linux]: fix race condition in case /proc/PID/stat does not exist, but
    /proc/PID does, resulting in FileNotFoundError.
  * 2470_, [Linux]: `users()`_ may return "localhost" instead of the actual IP
    address of the user logged in.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=177
2025-01-08 11:58:35 +00:00
ba4f9f0f52 Accepting request 1225342 from devel:languages:python
- update to 6.1.0:
  * 2366_, [Windows]: drastically speedup `process_iter()`_. We
    now determine process unique identity by using process "fast"
    create time method. This will considerably speedup those apps
    which use `process_iter()`_ only once, e.g. to look for a
    process with a certain name.
  * 2446_: use pytest instead of unittest.
  * 2448_: add make install-sysdeps target to install the
    necessary system dependencies (python-dev, gcc, etc.) on all
    supported UNIX flavors.
  * 2449_: add make install-pydeps-test and make install-pydeps-
    dev targets. They can be used to install dependencies meant
    for running tests and for local development. They can also be
    installed via pip install .[test] and pip install .[dev].
  * 2456_: allow to run tests via python3 -m psutil.tests even if
    pytest module is not installed. This is useful for production
    environments that don't have pytest installed, but still want
    to be able to test psutil installation.
  * 2427_: psutil (segfault) on import in the free-threaded (no
    GIL) version of Python 3.13.  (patch by Sam Gross)
  * 2455_, [Linux]: IndexError may occur when reading
    /proc/pid/stat and field 40 (blkio_ticks) is missing.
  * 2457_, [AIX]: significantly improve the speed of
    `Process.open_files()`_ for some edge cases.
  * 2460_, [OpenBSD]: `Process.num_fds()`_ and
    `Process.open_files()`_ may fail with `NoSuchProcess`_ for
    PID 0. Instead, we now return "null" values (0 and []
    respectively).
- drop skip_failing_tests.patch: obsolete

OBS-URL: https://build.opensuse.org/request/show/1225342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=82
2024-11-21 14:13:20 +00:00
0fba780c66 - update to 6.1.0:
* 2366_, [Windows]: drastically speedup `process_iter()`_. We
    now determine process unique identity by using process "fast"
    create time method. This will considerably speedup those apps
    which use `process_iter()`_ only once, e.g. to look for a
    process with a certain name.
  * 2446_: use pytest instead of unittest.
  * 2448_: add make install-sysdeps target to install the
    necessary system dependencies (python-dev, gcc, etc.) on all
    supported UNIX flavors.
  * 2449_: add make install-pydeps-test and make install-pydeps-
    dev targets. They can be used to install dependencies meant
    for running tests and for local development. They can also be
    installed via pip install .[test] and pip install .[dev].
  * 2456_: allow to run tests via python3 -m psutil.tests even if
    pytest module is not installed. This is useful for production
    environments that don't have pytest installed, but still want
    to be able to test psutil installation.
  * 2427_: psutil (segfault) on import in the free-threaded (no
    GIL) version of Python 3.13.  (patch by Sam Gross)
  * 2455_, [Linux]: IndexError may occur when reading
    /proc/pid/stat and field 40 (blkio_ticks) is missing.
  * 2457_, [AIX]: significantly improve the speed of
    `Process.open_files()`_ for some edge cases.
  * 2460_, [OpenBSD]: `Process.num_fds()`_ and
    `Process.open_files()`_ may fail with `NoSuchProcess`_ for
    PID 0. Instead, we now return "null" values (0 and []
    respectively).
- drop skip_failing_tests.patch: obsolete

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=175
2024-11-20 16:23:42 +00:00
d7f03b8b1e Accepting request 1188219 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1188219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=81
2024-07-18 17:15:40 +00:00
e65b1b1f7d - Update to version 6.0.0
* 2109_: ``maxfile`` and ``maxpath`` fields were removed from the namedtuple
    returned by `disk_partitions()`_. Reason: on network filesystems (NFS) this
    can potentially take a very long time to complete.
  * 2366_, [Windows]: log debug message when using slower process APIs.
  * 2375_, [macOS]: provide arm64 wheels.  (patch by Matthieu Darbois)
  * 2396_: `process_iter()`_ no longer pre-emptively checks whether PIDs have
    been reused. This makes `process_iter()`_ around 20x times faster.
  * 2396_: a new ``psutil.process_iter.cache_clear()`` API can be used the clear
    `process_iter()`_ internal cache.
  * 2401_, Support building with free-threaded CPython 3.13. (patch by Sam Gross)
  * 2407_: `Process.connections()`_ was renamed to `Process.net_connections()`_.
    The old name is still available, but it's deprecated (triggers a
    ``DeprecationWarning``) and will be removed in the future.
  * 2425_: [Linux]: provide aarch64 wheels.  (patch by Matthieu Darbois / Ben Raz)
  * 2250_, [NetBSD]: `Process.cmdline()`_ sometimes fail with EBUSY. It usually
    happens for long cmdlines with lots of arguments. In this case retry getting
    the cmdline for up to 50 times, and return an empty list as last resort.
  * 2254_, [Linux]: offline cpus raise NotImplementedError in cpu_freq() (patch
    by Shade Gladden)
  * 2272_: Add pickle support to psutil Exceptions.
  * 2359_, [Windows], [CRITICAL]: `pid_exists()`_ disagrees with `Process`_ on
    whether a pid exists when ERROR_ACCESS_DENIED.
  * 2360_, [macOS]: can't compile on macOS < 10.13.  (patch by Ryan Schmidt)
  * 2362_, [macOS]: can't compile on macOS 10.11.  (patch by Ryan Schmidt)
  * 2365_, [macOS]: can't compile on macOS < 10.9.  (patch by Ryan Schmidt)
  * 2395_, [OpenBSD]: `pid_exists()`_ erroneously return True if the argument is
    a thread ID (TID) instead of a PID (process ID).
  * 2412_, [macOS]: can't compile on macOS 10.4 PowerPC due to missing `MNT_`
    constants.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=173
2024-07-17 14:24:09 +00:00
6bd3852485 Accepting request 1160631 from devel:languages:python
Forwarded request #1160621 from favogt

- BuildRequire pkgconfig(libsystemd) instead of full systemd

OBS-URL: https://build.opensuse.org/request/show/1160631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=80
2024-03-26 18:25:18 +00:00
033a8f0770 Accepting request 1160621 from home:favogt:branches:openSUSE:Factory:Staging:M
- BuildRequire pkgconfig(libsystemd) instead of full systemd

OBS-URL: https://build.opensuse.org/request/show/1160621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=171
2024-03-22 10:53:53 +00:00
6af104a5ad Accepting request 1135317 from devel:languages:python
- update to 5.9.7:
  * 2324_: enforce Ruff rule `raw-string-in-exception`, which
    helps providing clearer tracebacks when exceptions are
    raised by psutil.
  * 2325_, [PyPy]: psutil did not compile on PyPy due to missing
    `PyErr_SetExcFromWindowsErrWithFilenameObject` cPython API.
- drop logind_y2038.patch (upstream)

    we returned either ``None`` or an empty string.
  * 887: [Linux] virtual_memory()'s 'available' and 'used'
    values are more precise and match "free" cmdline utility.
    "available" also takes into account LCX containers
  * 891: procinfo.py script has been updated and provides a
  * 825: [Linux] cpu_affinity; fix possible double close and
  * 885: ValueError is raised if a negative integer is passed
  * 892: [Linux] Process.cpu_affinity([-1]) raise SystemError
  * #857: [SunOS] Process cpu_times(), cpu_percent(), threads() amd
    memory_maps() may raise RuntimeError if attempting to query a 64bit
  * #858: Process.as_dict() should not return memory_info_ex() because it's
  * #866: [Windows] win_service_iter() and services in general are not able
  * #869: [Windows] Process.wait() may raise TimeoutExpired with wrong
    ValueError: ambiguos inode with multiple PIDs references
- minor spec improvement
- First import

OBS-URL: https://build.opensuse.org/request/show/1135317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=79
2023-12-28 21:54:53 +00:00
e430a0ef81 - drop logind_y2038.patch (upstream)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=169
2023-12-27 13:56:26 +00:00
38c36fe122 - update to 5.9.7:
* 2324_: enforce Ruff rule `raw-string-in-exception`, which
    helps providing clearer tracebacks when exceptions are
    raised by psutil.
  * 2325_, [PyPy]: psutil did not compile on PyPy due to missing
    `PyErr_SetExcFromWindowsErrWithFilenameObject` cPython API.
    we returned either ``None`` or an empty string.
  * 887: [Linux] virtual_memory()'s 'available' and 'used'
    values are more precise and match "free" cmdline utility.
    "available" also takes into account LCX containers
  * 891: procinfo.py script has been updated and provides a
  * 825: [Linux] cpu_affinity; fix possible double close and
  * 885: ValueError is raised if a negative integer is passed
  * 892: [Linux] Process.cpu_affinity([-1]) raise SystemError
  * #857: [SunOS] Process cpu_times(), cpu_percent(), threads() amd
    memory_maps() may raise RuntimeError if attempting to query a 64bit
  * #858: Process.as_dict() should not return memory_info_ex() because it's
  * #866: [Windows] win_service_iter() and services in general are not able
  * #869: [Windows] Process.wait() may raise TimeoutExpired with wrong
    ValueError: ambiguos inode with multiple PIDs references
- minor spec improvement
- First import

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=168
2023-12-27 13:56:04 +00:00
f0d5786ced Accepting request 1126805 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1126805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=78
2023-11-17 19:48:20 +00:00
07402deeb0 Accepting request 1126730 from home:benoit_monin:branches:devel:languages:python
- update to version 5.9.6
- refresh skip_rlimit_tests_on_python2.patch
- drop removal of shebang: fixed upstream

OBS-URL: https://build.opensuse.org/request/show/1126730
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=166
2023-11-16 09:56:15 +00:00
245958dcc2 Accepting request 1120305 from devel:languages:python
Forwarded request #1120112 from aplanas

- Rebase logind_y2038.patch based on the reviewed code

OBS-URL: https://build.opensuse.org/request/show/1120305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=77
2023-10-26 15:11:51 +00:00
393ec976a9 Accepting request 1120112 from home:aplanas:branches:devel:languages:python
- Rebase logind_y2038.patch based on the reviewed code

OBS-URL: https://build.opensuse.org/request/show/1120112
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=164
2023-10-25 13:53:10 +00:00
715d93bc62 Accepting request 1114855 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1114855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=76
2023-10-04 20:30:23 +00:00
e7d3a235ed Accepting request 1114566 from home:bnavigator:branches:devel:languages:python
- Require /usr/bin/who only for suse_version > 1500: 15.X does not
  provide it, but has it in coreutils.
- PEP517
- Clean up specfile from obsolete python2 stuff

OBS-URL: https://build.opensuse.org/request/show/1114566
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=162
2023-10-02 16:49:15 +00:00
ea4bd75bd2 Accepting request 1109268 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1109268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=75
2023-09-08 19:15:19 +00:00
bfbcbcf864 Accepting request 1109260 from home:dimstar:Factory
- BuildRequire /usr/bin/who: called by the test suite. With
  coreutils 9.4 'who' is no longer part of the main package but is
  shipped as part of coreutils-systemd.

OBS-URL: https://build.opensuse.org/request/show/1109260
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=160
2023-09-06 12:37:42 +00:00
7463c9f5ab Accepting request 1105468 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1105468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=74
2023-08-28 15:11:20 +00:00
28855b4c4f Accepting request 1105452 from home:aplanas:branches:devel:languages:python
- Add logind_y2038.patch to use logind if systemd >= 254 is used, to
  fix the issue of ut_tv.tv_sec and the Y2038 problem.

OBS-URL: https://build.opensuse.org/request/show/1105452
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=158
2023-08-23 11:06:16 +00:00
e28275b296 Accepting request 1084220 from devel:languages:python
- update to 5.9.5:
  * in case of exception, display a cleaner error
    traceback by hiding the `KeyError` bit deriving from a
    missed cache hit.
  * print the full traceback when a `DeprecationWarning`
    or `UserWarning` is raised.
  * there are cases where `Process.cwd()`_ cannot be
    determined (e.g. directory no longer exists), in which case
    we returned either ``None`` or an empty string. 
    This was consolidated and we now return ``""`` on all
    platforms.
  * [UNIX]: if process is a zombie, and we can only
    determine part of the its truncated `Process.name()`_
    (15 chars), don't fail with `ZombieProcess`_ when we try
    to guess the full name from the `Process.cmdline()`_. Just
    return the truncated name.
  * on certain kernels, ``"MemAvailable"`` field
    from ``/proc/meminfo`` returns ``0`` (possibly a kernel bug), in
    which case we calculate an approximation for ``available``
    memory which matches "free" CLI utility.
  * `disk_partitions()`_: do not unnecessarily
    read /proc/filesystems and raise `AccessDenied`_ unless user
    specified `all=False` argument.
  * `users()`_ loses precision for ``started``
    attribute (off by 1 minute).
  * if cwd no longer exists. Return an empty string instead.

OBS-URL: https://build.opensuse.org/request/show/1084220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=73
2023-05-04 15:09:30 +00:00
ee06b25cd4 - update to 5.9.5:
* in case of exception, display a cleaner error
    traceback by hiding the `KeyError` bit deriving from a
    missed cache hit.
  * print the full traceback when a `DeprecationWarning`
    or `UserWarning` is raised.
  * there are cases where `Process.cwd()`_ cannot be
    determined (e.g. directory no longer exists), in which case
    we returned either ``None`` or an empty string. 
    This was consolidated and we now return ``""`` on all
    platforms.
  * [UNIX]: if process is a zombie, and we can only
    determine part of the its truncated `Process.name()`_
    (15 chars), don't fail with `ZombieProcess`_ when we try
    to guess the full name from the `Process.cmdline()`_. Just
    return the truncated name.
  * on certain kernels, ``"MemAvailable"`` field
    from ``/proc/meminfo`` returns ``0`` (possibly a kernel bug), in
    which case we calculate an approximation for ``available``
    memory which matches "free" CLI utility.
  * `disk_partitions()`_: do not unnecessarily
    read /proc/filesystems and raise `AccessDenied`_ unless user
    specified `all=False` argument.
  * `users()`_ loses precision for ``started``
    attribute (off by 1 minute).
  * if cwd no longer exists. Return an empty string instead.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=156
2023-05-03 09:07:06 +00:00
b135cda948 Accepting request 1081822 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=72
2023-04-22 19:59:31 +00:00
a85caf59d0 Accepting request 1081535 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081535
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=154
2023-04-21 14:11:27 +00:00
a97ff488f2 Accepting request 1041731 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1041731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=71
2022-12-10 20:17:24 +00:00
8c5a2621b1 Accepting request 1041723 from home:bnavigator:branches:devel:languages:python
- Require unittest2 only for python2: make this suitable for
  the 15.4_py39 target in devel:languages:python:backports.
- Merge skip-obs.patch into skip_failing_tests.patch and add
  test_linux.py::test_cpu_affinity because it depends on the
  obs vm-type or worker CPU.

OBS-URL: https://build.opensuse.org/request/show/1041723
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=152
2022-12-08 21:03:53 +00:00
52809e2d40 Accepting request 1034803 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1034803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=70
2022-11-10 13:19:15 +00:00
7f6f3df1e0 Accepting request 1034380 from home:stroeder:python
update to version 5.9.4

OBS-URL: https://build.opensuse.org/request/show/1034380
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=150
2022-11-09 09:26:01 +00:00
5c0a8d1741 Accepting request 1030870 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1030870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=69
2022-10-25 09:18:27 +00:00
a581f33459 Accepting request 1030544 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/1030544
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=148
2022-10-24 11:40:34 +00:00
0be673427f Accepting request 1003536 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1003536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=68
2022-09-15 20:57:47 +00:00
bdca8db763 Accepting request 1003358 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/1003358
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=146
2022-09-14 13:33:23 +00:00
aa30f1cdbc Accepting request 989376 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/989376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=67
2022-08-04 11:23:05 +00:00
acfccb018d Accepting request 989366 from home:bnavigator:branches:devel:languages:python
- Fix tests: setuptools changed the builddir library path and does
  not find the module from it. Use the installed platlib instead
  and exclude psutil.tests only later.
- Refresh skip-obs.patch

OBS-URL: https://build.opensuse.org/request/show/989366
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=144
2022-07-15 10:45:42 +00:00
60f7c95e92 Accepting request 984765 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/984765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=66
2022-06-25 08:23:45 +00:00
bec43d11bd Accepting request 984708 from home:WernerFink:branches:devel:languages:python
- Add patch mem-used-bsc1181475.patch (bsc#1181475)
  * Adopt change of used memory calculation from upstream of procps

OBS-URL: https://build.opensuse.org/request/show/984708
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=142
2022-06-23 21:14:15 +00:00
f51ffcac4e Accepting request 979035 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/979035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=65
2022-05-26 16:43:43 +00:00
3fe6537bd9 Accepting request 979027 from home:stroeder:python
update to 5.9.1

OBS-URL: https://build.opensuse.org/request/show/979027
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=140
2022-05-24 19:14:34 +00:00
d6e5157bfa Accepting request 950795 from devel:languages:python
- Fix name of Patch4, it is skip-partitions-erros.patch
- Add skip-partitions-erros.patch skipping tests failing on Linux
  (gh#giampaolo/psutil#2043).

OBS-URL: https://build.opensuse.org/request/show/950795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=64
2022-02-03 22:15:56 +00:00
030f09ff2e Add missing export
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=139
2022-02-02 17:35:07 +00:00
8039fcf191 - Fix name of Patch4, it is skip-partitions-erros.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=138
2022-02-02 17:30:54 +00:00
09992dc401 - Add skip-partitions-erros.patch skipping tests failing on Linux
(gh#giampaolo/psutil#2043).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=137
2022-01-30 01:39:36 +00:00
661b6cb7bf Accepting request 945437 from devel:languages:python
- update to 5.9.0:
  * [Linux]: `cpu_freq()`_ is slow on systems with many CPUs. Read current
    frequency values for all CPUs from ``/proc/cpuinfo`` instead of opening many
    files in ``/sys`` fs.  (patch by marxin)
  * `NoSuchProcess`_ message now specifies if the PID has been reused.
  * error classes (`NoSuchProcess`_, `AccessDenied`_, etc.) now have a better
    formatted and separated ``__repr__`` and ``__str__`` implementations.
  * [Linux]: `disk_partitions()`_: convert ``/dev/root`` device (an alias
    used on some Linux distros) to real root device path.
  * ``PSUTIL_DEBUG`` mode now prints file name and line number of the debug
    messages coming from C extension modules.
  * rewrite HISTORY.rst to use hyperlinks pointing to psutil API doc.
  * [Linux]: `wait_procs()`_ should catch ``subprocess.TimeoutExpired``
  exception.
  * [Linux]: `sensors_battery()`_ can raise ``TypeError`` on PureOS.
  * [Linux]: psutil does not handle ``ENAMETOOLONG`` when accessing process
  file descriptors in procfs.  (patch by Nikita Radchenko)
  * **[critical]**: ``memoize_when_activated`` decorator is not thread-safe.
  * **[critical]**: `process_iter()`_ is not thread safe and can raise
  ``TypeError`` if invoked from multiple threads.
  * [Linux]: `cpu_freq()`_ return order is wrong on systems with more than
  9 CPUs.

OBS-URL: https://build.opensuse.org/request/show/945437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=63
2022-01-11 20:17:14 +00:00
ef49f5ae16 - update to 5.9.0:
* [Linux]: `cpu_freq()`_ is slow on systems with many CPUs. Read current
    frequency values for all CPUs from ``/proc/cpuinfo`` instead of opening many
    files in ``/sys`` fs.  (patch by marxin)
  * `NoSuchProcess`_ message now specifies if the PID has been reused.
  * error classes (`NoSuchProcess`_, `AccessDenied`_, etc.) now have a better
    formatted and separated ``__repr__`` and ``__str__`` implementations.
  * [Linux]: `disk_partitions()`_: convert ``/dev/root`` device (an alias
    used on some Linux distros) to real root device path.
  * ``PSUTIL_DEBUG`` mode now prints file name and line number of the debug
    messages coming from C extension modules.
  * rewrite HISTORY.rst to use hyperlinks pointing to psutil API doc.
  * [Linux]: `wait_procs()`_ should catch ``subprocess.TimeoutExpired``
  exception.
  * [Linux]: `sensors_battery()`_ can raise ``TypeError`` on PureOS.
  * [Linux]: psutil does not handle ``ENAMETOOLONG`` when accessing process
  file descriptors in procfs.  (patch by Nikita Radchenko)
  * **[critical]**: ``memoize_when_activated`` decorator is not thread-safe.
  * **[critical]**: `process_iter()`_ is not thread safe and can raise
  ``TypeError`` if invoked from multiple threads.
  * [Linux]: `cpu_freq()`_ return order is wrong on systems with more than
  9 CPUs.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=136
2022-01-10 22:54:30 +00:00
b2a05433ba Accepting request 933615 from devel:languages:python
- Update skip-obs.patch to also skip TestProcess.test_ionice_linux

OBS-URL: https://build.opensuse.org/request/show/933615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=62
2021-11-26 23:50:26 +00:00
d71de94fac - Update skip-obs.patch to also skip TestProcess.test_ionice_linux
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=135
2021-11-25 04:06:35 +00:00
e899f2a17d Accepting request 892577 from devel:languages:python
- remove the dependency on net-tools, since it conflicts with
  busybox-hostnmame which is default on MicroOS. boo#1184753

OBS-URL: https://build.opensuse.org/request/show/892577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=61
2021-05-15 21:15:47 +00:00
a224f88de7 - remove the dependency on net-tools, since it conflicts with
busybox-hostnmame which is default on MicroOS. boo#1184753

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=133
2021-05-12 20:16:50 +00:00
249ae81466 Accepting request 892554 from home:iDesmI
I removed the dependency on net-tools, since it conflicts with busybox-hostnmame which is default on MicroOS.
The current configuration made it impossible to install python-psutil on MicroOS. See https://bugzilla.opensuse.org/show_bug.cgi?id=1184753

OBS-URL: https://build.opensuse.org/request/show/892554
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=132
2021-05-12 18:48:31 +00:00
b174a440f4 Accepting request 867674 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/867674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=60
2021-02-01 12:27:11 +00:00
be1bd93299 Accepting request 867673 from home:alarrosa:branches:devel:languages:python
- Do not install tests (and change the way they're run since they
  were run from %{buildroot})

- Add patch to skip tests related to rlimit and zombie processes
  that fail when building for python2 on i586:
  * skip_rlimit_tests_on_python2.patch

OBS-URL: https://build.opensuse.org/request/show/867673
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=130
2021-01-29 09:54:20 +00:00
3950a787af Accepting request 866659 from home:alarrosa:branches:devel:languages:python
- update to 5.8.0:
  * Enhancements:
    - 1863: disk_partitions() exposes 2 extra fields: maxfile and
      maxpath, which are the maximum file name and path name
      length.
    - 1872: [Windows] added support for PyPy 2.7.
    - 1879: provide pre-compiled wheels for Linux and macOS.
    - 1880: get rid of Travis and Cirrus CI services (they are no
      longer free). CI testing is now done by GitHub Actions on
      Linux, macOS and FreeBSD (yes). AppVeyor is still being used
      for Windows CI.
  * Bug fixes:
    - 1708: [Linux] get rid of sensors_temperatures() duplicates.
      (patch by Tim Schlueter).
    - 1839: [Windows] always raise AccessDenied when failing to
      query 64 processes from 32 bit ones (NtWoW64 APIs).
    - 1866: [Windows] process exe(), cmdline(), environ() may raise
      "invalid access to memory location" on Python 3.9.
    - 1874: [Solaris] wrong swap output given when encrypted column
      is present.
    - 1875: [Windows] process username() may raise
      ERROR_NONE_MAPPED if the SID has no corresponding account
      name. In this case AccessDenied is now raised.
    - 1877: [Windows] OpenProcess may fail with ERROR_SUCCESS.
      Turn it into AccessDenied or NoSuchProcess depending on
      whether the PID is alive.
    - 1886: [macOS] EIO error may be raised on cmdline() and
      environment(). Now it gets translated into AccessDenied.
    - 1891: [macOS] get rid of deprecated getpagesize().
- Rebase patch and skip three other tests that fail on obs

OBS-URL: https://build.opensuse.org/request/show/866659
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=129
2021-01-25 22:42:02 +00:00
b64416518a Accepting request 854885 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/854885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=59
2020-12-12 19:28:24 +00:00
2adad0d40b Accepting request 854880 from home:bnavigator:branches:devel:languages:python
- Only require unittest2 for Leap.

OBS-URL: https://build.opensuse.org/request/show/854880
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=127
2020-12-11 13:29:08 +00:00
Michael Ströder
bb3499274e Accepting request 854859 from home:gladiac:pgadmin4
- Add missing BR for unittest2

This fixes building on openSUSE_Leap_15.2

OBS-URL: https://build.opensuse.org/request/show/854859
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=126
2020-12-11 12:06:51 +00:00
146a92ce5f Accepting request 852339 from devel:languages:python
- update to 5.7.3:
  - 809_: [FreeBSD] add support for `Process.rlimit()`.
  - 893_: [BSD] add support for `Process.environ()` (patch by Armin Gruner)
  - 1830_: [UNIX] `net_if_stats()`'s `isup` also checks whether the NIC is
    running (meaning Wi-Fi or ethernet cable is connected).
  - 1837_: [Linux] improved battery detection and charge "secsleft" calculation
  - 1620_: [Linux] physical cpu_count() result is incorrect on systems with more
    than one CPU socket.
  - 1738_: [macOS] Process.exe() may raise FileNotFoundError if process is still
    alive but the exe file which launched it got deleted.
  - 1791_: [macOS] fix missing include for getpagesize().
  - 1823_: [Windows] Process.open_files() may cause a segfault due to a NULL
    pointer.
  - 1838_: [Linux] sensors_battery(): if `percent` can be determined but not
    the remaining values, still return a result instead of None.
- skip-obs.patch, skip_failing_tests.patch: rediff

OBS-URL: https://build.opensuse.org/request/show/852339
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=58
2020-12-03 17:41:17 +00:00
2e988699e7 - update to 5.7.3:
- 809_: [FreeBSD] add support for `Process.rlimit()`.
  - 893_: [BSD] add support for `Process.environ()` (patch by Armin Gruner)
  - 1830_: [UNIX] `net_if_stats()`'s `isup` also checks whether the NIC is
    running (meaning Wi-Fi or ethernet cable is connected).
  - 1837_: [Linux] improved battery detection and charge "secsleft" calculation
  - 1620_: [Linux] physical cpu_count() result is incorrect on systems with more
    than one CPU socket.
  - 1738_: [macOS] Process.exe() may raise FileNotFoundError if process is still
    alive but the exe file which launched it got deleted.
  - 1791_: [macOS] fix missing include for getpagesize().
  - 1823_: [Windows] Process.open_files() may cause a segfault due to a NULL
    pointer.
  - 1838_: [Linux] sensors_battery(): if `percent` can be determined but not
    the remaining values, still return a result instead of None.
- skip-obs.patch, skip_failing_tests.patch: rediff

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=124
2020-12-01 12:58:09 +00:00
64fb23edc2 Accepting request 845690 from devel:languages:python
- Fix shebang replacement for multiple python flavors (forwarded request 845689 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/845690
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=57
2020-11-05 20:53:59 +00:00
Michael Ströder
b1f793a420 Accepting request 845689 from home:bnavigator:branches:devel:languages:python
- Fix shebang replacement for multiple python flavors

OBS-URL: https://build.opensuse.org/request/show/845689
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=122
2020-11-03 11:04:32 +00:00
af5945a5fe Accepting request 835008 from devel:languages:python
- update to 5.7.2:
  * parallel tests on UNIX (make test-parallel). They're twice as fast!
  * 1741: "make build/install" is now run in parallel and it's about 15% faster on UNIX.
  * 1747: Process.wait() on POSIX returns an enum, showing the negative signal which was used to terminate the process
  * 1747: Process.wait() return value is cached so that the exit code can be retrieved on then next call.
  * 1747: Process provides more info about the process on str() and repr() (status and exit code):
  * 1757: memory leak tests are now stable.
  * 1768: [Windows] added support for Windows Nano Server. (contributed by Julien Lebot)
  * 1726: [Linux] cpu_freq() parsing should use spaces instead of tabs on ia64. (patch by Michał Górny)
  * 1760: [Linux] Process.rlimit() does not handle long long type properly.
  * 1766: [macOS] NoSuchProcess may be raised instead of ZombieProcess.
  * 1781: fix signature of callback function for getloadavg(). (patch by Ammar Askar)
  - remove skip-flaky-i586.patch (obsolete)

OBS-URL: https://build.opensuse.org/request/show/835008
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=56
2020-10-29 08:45:15 +00:00
a1c9fdbbfa - update to 5.7.2:
* parallel tests on UNIX (make test-parallel). They're twice as fast!
  * 1741: "make build/install" is now run in parallel and it's about 15% faster on UNIX.
  * 1747: Process.wait() on POSIX returns an enum, showing the negative signal which was used to terminate the process
  * 1747: Process.wait() return value is cached so that the exit code can be retrieved on then next call.
  * 1747: Process provides more info about the process on str() and repr() (status and exit code):
  * 1757: memory leak tests are now stable.
  * 1768: [Windows] added support for Windows Nano Server. (contributed by Julien Lebot)
  * 1726: [Linux] cpu_freq() parsing should use spaces instead of tabs on ia64. (patch by Michał Górny)
  * 1760: [Linux] Process.rlimit() does not handle long long type properly.
  * 1766: [macOS] NoSuchProcess may be raised instead of ZombieProcess.
  * 1781: fix signature of callback function for getloadavg(). (patch by Ammar Askar)
  - remove skip-flaky-i586.patch (obsolete)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=120
2020-09-16 21:13:50 +00:00
bfb81d975f Accepting request 828549 from devel:languages:python
- Add skip_failing_tests.patch to skip tests failing because of
  incomplete emulation of the environment in osc build
  environment (gh#giampaolo/psutil#1635).

OBS-URL: https://build.opensuse.org/request/show/828549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=55
2020-08-25 10:40:44 +00:00
4aede2163f Fix skipUnless syntax
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=118
2020-08-21 15:34:45 +00:00
e33132c9a2 - Add skip_failing_tests.patch to skip tests failing because of
incomplete emulation of the environment in osc build
  environment (gh#giampaolo/psutil#1635).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=117
2020-08-21 15:27:58 +00:00
1092b6163b Accepting request 784805 from devel:languages:python
For staging:I to fix py3 only build

- Update to 5.7.0:
  * Various fixes to build with updated kernel/etc.
- Remove merged patch pr_1665.patch and pr_1364.patch
- Update patch skip-obs.patch
- Remove skip-test-missing-warnings.patch as it can be fixed by
  properly calling the tests

OBS-URL: https://build.opensuse.org/request/show/784805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=54
2020-03-26 23:23:24 +00:00
Tomáš Chvátal
a38d8b3042 - Update to 5.7.0:
* Various fixes to build with updated kernel/etc.
- Remove merged patch pr_1665.patch and pr_1364.patch
- Update patch skip-obs.patch
- Remove skip-test-missing-warnings.patch as it can be fixed by
  properly calling the tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=115
2020-03-14 07:46:58 +00:00
0f63b00db3 Accepting request 768438 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/768438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=53
2020-01-31 22:54:41 +00:00
Michael Ströder
e4102fef22 Accepting request 768404 from home:dimstar:Factory
Seems to actually work - the cpu_affinity test is failing every now and then, but I see that even on my kernel 5.4 system

OBS-URL: https://build.opensuse.org/request/show/768404
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=113
2020-01-29 19:12:32 +00:00
7e118cfd6d Accepting request 751674 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/751674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=52
2019-12-07 14:17:56 +00:00
Michael Ströder
d52eb2248a Accepting request 751672 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/751672
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=111
2019-11-28 17:23:17 +00:00
b5d76333b3 Accepting request 747243 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/747243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=51
2019-11-22 09:21:43 +00:00
Michael Ströder
193de98d69 Accepting request 747235 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/747235
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=109
2019-11-10 17:28:30 +00:00
73b676d629 Accepting request 729891 from devel:languages:python
- Add patch to skip more tests that won't work in OBS:
  * skip-obs.patch

- Update to 5.6.3:
  * 1494: [AIX] added support for Process.environ(). (patch by Arnon Yaari)
  * 1276: [AIX] can't get whole cmdline(). (patch by Arnon Yaari)
  * 1501_: [Windows] Process cmdline() and exe() raise unhandled "WinError 1168 element not found" exceptions for "Registry" and "Memory Compression" psuedo processes on Windows 10.
  * 1526_: [NetBSD] process cmdline() could raise MemoryError. (patch by Kamil Rytarowski)

- Update to 5.6.2:
  * 1404: [Linux] cpu_count(logical=False) uses a second method (read from /sys/devices/system/cpu/cpu[0-9]/topology/core_id) in order to determine the number of physical CPUs in case /proc/cpuinfo does not provide this info.
  * 1458: provide coloured test output. Also show failures on KeyboardInterrupt.
  * 1464: various docfixes (always point to python3 doc, fix links, etc.).
  * 1478: add make command to re-run tests failed on last run.
  * 1456: [Linux] cpu_freq() returns None instead of 0.0 when min/max not available (patch by Alex Manuskin)
  * 1462: [Linux] (tests) make tests invariant to LANG setting (patch by Benjamin Drung)
  * 1463: cpu_distribution.py script was broken.
  * 1470: [Linux] disk_partitions(): fix corner case when /etc/mtab doesn't exist. (patch by Cedric Lamoriniere)
  * 1472: [Linux] cpu_freq() does not return all CPUs on Rasbperry-pi 3.
  * 1493: [Linux] cpu_freq(): handle the case where /sys/devices/system/cpu/cpufreq/ exists but is empty.

OBS-URL: https://build.opensuse.org/request/show/729891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=50
2019-09-23 10:05:53 +00:00
Tomáš Chvátal
96677b7ad7 - Add patch to skip more tests that won't work in OBS:
* skip-obs.patch

- Update to 5.6.3:
  * 1494: [AIX] added support for Process.environ(). (patch by Arnon Yaari)
  * 1276: [AIX] can't get whole cmdline(). (patch by Arnon Yaari)
  * 1501_: [Windows] Process cmdline() and exe() raise unhandled "WinError 1168 element not found" exceptions for "Registry" and "Memory Compression" psuedo processes on Windows 10.
  * 1526_: [NetBSD] process cmdline() could raise MemoryError. (patch by Kamil Rytarowski)

- Update to 5.6.2:
  * 1404: [Linux] cpu_count(logical=False) uses a second method (read from /sys/devices/system/cpu/cpu[0-9]/topology/core_id) in order to determine the number of physical CPUs in case /proc/cpuinfo does not provide this info.
  * 1458: provide coloured test output. Also show failures on KeyboardInterrupt.
  * 1464: various docfixes (always point to python3 doc, fix links, etc.).
  * 1478: add make command to re-run tests failed on last run.
  * 1456: [Linux] cpu_freq() returns None instead of 0.0 when min/max not available (patch by Alex Manuskin)
  * 1462: [Linux] (tests) make tests invariant to LANG setting (patch by Benjamin Drung)
  * 1463: cpu_distribution.py script was broken.
  * 1470: [Linux] disk_partitions(): fix corner case when /etc/mtab doesn't exist. (patch by Cedric Lamoriniere)
  * 1472: [Linux] cpu_freq() does not return all CPUs on Rasbperry-pi 3.
  * 1493: [Linux] cpu_freq(): handle the case where /sys/devices/system/cpu/cpufreq/ exists but is empty.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=107
2019-09-10 13:20:31 +00:00
39a80c4828 Accepting request 687163 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/687163
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=49
2019-03-29 19:36:27 +00:00
Tomáš Chvátal
4ea1b506ee Accepting request 686918 from home:jayvdb:pyexcel
- Active test suite, using skip-test-missing-warnings.patch to
  explicitly skip 2 tests regarding warnings, skip-flaky-i586.patch
  to skip a flaky i586 test, and setting TRAVIS to skip tests which
  upstream doesnt run in their CI
- Add upstream pr_1364.patch to fix reading /sys/blocks on Linux 4.18+
- Remove tests from installed package
- Use URL https://github.com/giampaolo/psutil
- Use LANG=en_US.UTF-8 in %check to avoid failure in test_pmap
- update to version 5.6.1
  * No changes effecting Linux
  * Many checks added to tests to skip tests for missing features

OBS-URL: https://build.opensuse.org/request/show/686918
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=105
2019-03-21 09:43:00 +00:00
d438ac8d30 Accepting request 683033 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/683033
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=48
2019-03-12 08:45:58 +00:00
Michael Ströder
3ae2306dfa Accepting request 683027 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/683027
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=103
2019-03-09 16:37:35 +00:00
Stephan Kulow
9de65b30be Accepting request 676974 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/676974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=47
2019-02-24 19:45:54 +00:00
Tomáš Chvátal
795b17fdb4 Accepting request 676686 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/676686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=101
2019-02-18 09:26:42 +00:00
e31be78dd1 Accepting request 668832 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/668832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=46
2019-02-01 10:43:07 +00:00
Michael Ströder
9e9c218619 Accepting request 668824 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/668824
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=99
2019-01-26 18:26:13 +00:00
2941b45f32 Accepting request 646017 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/646017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=45
2018-11-09 06:50:37 +00:00
Tomáš Chvátal
86003102d7 Accepting request 645954 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/645954
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=97
2018-11-02 08:17:34 +00:00
409ab0d14e Accepting request 630325 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/630325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=44
2018-08-27 10:54:53 +00:00
Michael Ströder
a34080ca9b Accepting request 630322 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/630322
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=95
2018-08-18 20:54:08 +00:00
Tomáš Chvátal
d94d3e792b - build python3 subpackage (FATE#324435, bsc#1073879)
- sanitize release line in specfile

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=94
2018-08-14 11:24:15 +00:00
6b7b998c51 Accepting request 616701 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/616701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=43
2018-06-18 11:48:42 +00:00
Tomáš Chvátal
4106ee1d4c Accepting request 616598 from home:TheBlackCat:branches:devel:languages:python
- Update to 5.4.6
  * 1258_: [Windows] Process.username() may cause a segfault (Python interpreter
    crash).  (patch by Jean-Luc Migot)
  * 1273_: net_if_addr() namedtuple's name has been renamed from "snic" to
    "snicaddr".
  * 1274_: [Linux] there was a small chance Process.children() may swallow
    AccessDenied exceptions.

OBS-URL: https://build.opensuse.org/request/show/616598
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=92
2018-06-14 06:31:08 +00:00
65b243d613 Accepting request 596551 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/596551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=42
2018-04-22 12:29:46 +00:00
Michael Ströder
eb68a70399 Accepting request 596538 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/596538
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=90
2018-04-14 19:02:57 +00:00
25ef29f5e9 Accepting request 561485 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/561485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=41
2018-01-07 16:21:00 +00:00
Michael Ströder
a980707cdd Accepting request 561483 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/561483
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=88
2018-01-03 23:16:43 +00:00
79fb229757 Accepting request 555531 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/555531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=40
2017-12-10 17:16:55 +00:00
Tomáš Chvátal
57b65f2a28 Accepting request 555281 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/555281
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=86
2017-12-09 12:37:11 +00:00
f8fe0ebf8f Accepting request 540778 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/540778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=39
2017-11-12 17:01:09 +00:00
Michael Ströder
d774f05cb5 Accepting request 540775 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/540775
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=84
2017-11-11 18:25:06 +00:00
609ff5886a Accepting request 535809 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/535809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=38
2017-10-26 16:38:39 +00:00
Michael Ströder
2c7aba5f55 Accepting request 535808 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/535808
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=82
2017-10-22 17:35:19 +00:00
065b650e4f Accepting request 528619 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/528619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=37
2017-10-02 14:44:03 +00:00
Michael Ströder
895caee925 Accepting request 528618 from home:stroeder:branches:devel:languages:python
- update to version 5.3.1
**Enhancements**
- 1124_: documentation moved to http://psutil.readthedocs.io
**Big fixes**
- 1105_: [FreeBSD] psutil does not compile on FreeBSD 12.
- 1125_: [BSD] net_connections() raises TypeError.
**Compatibility notes**
- 1120_: .exe files for Windows are no longer uploaded on PYPI as per PEP-527;
  only wheels are provided.

OBS-URL: https://build.opensuse.org/request/show/528618
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=80
2017-09-25 09:56:29 +00:00
c62bb4f5d5 Accepting request 522428 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/522428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=36
2017-09-12 17:37:31 +00:00
Michael Ströder
0c5f80f5aa Accepting request 522427 from home:stroeder:branches:devel:languages:python
update to version 5.3.0

OBS-URL: https://build.opensuse.org/request/show/522427
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=78
2017-09-08 20:03:52 +00:00
8dace4e39d Accepting request 510263 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/510263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=35
2017-07-30 09:21:42 +00:00
6da2ce2bb5 Accepting request 509498 from home:TheBlackCat:branches:devel:languages:python
Fix various rpmlint warnings and errors

OBS-URL: https://build.opensuse.org/request/show/509498
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=76
2017-07-14 11:26:23 +00:00
f7c9d57a8a Accepting request 494951 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/494951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=34
2017-05-20 08:09:43 +00:00
19c53d8855 Accepting request 492118 from home:stroeder:branches:devel:languages:python
update to 5.2.2

OBS-URL: https://build.opensuse.org/request/show/492118
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=74
2017-05-15 13:26:26 +00:00
65a9ca8a2f Accepting request 481785 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/481785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=33
2017-03-24 01:22:31 +00:00
Jan Matejek
65304126b7 Accepting request 480661 from devel:languages:python:singlespec
- update for singlespec

OBS-URL: https://build.opensuse.org/request/show/480661
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=72
2017-03-21 13:36:57 +00:00
Michael Ströder
7e5659eef3 Accepting request 479784 from home:stroeder:branches:devel:languages:python
update to 5.2.0

OBS-URL: https://build.opensuse.org/request/show/479784
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=71
2017-03-15 19:20:05 +00:00
94a550af86 Accepting request 455521 from home:stroeder:branches:devel:languages:python
update to 5.1.3

OBS-URL: https://build.opensuse.org/request/show/455521
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=70
2017-02-13 12:54:04 +00:00
1ef4a3cf28 Accepting request 440006 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/440006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=32
2016-11-20 17:18:40 +00:00
f3ecd04205 Accepting request 439311 from home:TheBlackCat:branches:devel:languages:python
update to version 5.0.0

OBS-URL: https://build.opensuse.org/request/show/439311
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=68
2016-11-12 08:08:32 +00:00
Denisart Benjamin
d97abe9652 Accepting request 438824 from home:stroeder:branches:devel:languages:python
update to 4.4.2 (mainly for completeness)

OBS-URL: https://build.opensuse.org/request/show/438824
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=67
2016-11-08 17:01:39 +00:00
b3191d457a Accepting request 437346 from home:stroeder:branches:devel:languages:python
update to 4.4.1

OBS-URL: https://build.opensuse.org/request/show/437346
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=66
2016-10-28 16:15:16 +00:00
2e87c369e6 Accepting request 430376 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/430376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=31
2016-09-27 11:45:06 +00:00
19997a3da5 Accepting request 429933 from home:stroeder:branches:devel:languages:python
update to upstream release 4.3.1

OBS-URL: https://build.opensuse.org/request/show/429933
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=64
2016-09-26 08:24:31 +00:00
ecb655a2a5 Accepting request 407226 from devel:languages:python
- fix source url

- update to version 4.3.0:
  * #819: [Linux] different speedup improvements:
    Process.ppid() is 20% faster
    Process.status() is 28% faster
    Process.name() is 25% faster
    Process.num_threads is 20% faster on Python 3
  * #810: [Windows] Windows wheels are incompatible with pip 7.1.2.
  * #812: [NetBSD] fix compilation on NetBSD-5.x.
  * #823: [NetBSD] virtual_memory() raises TypeError on Python 3.
  * #829: [UNIX] psutil.disk_usage() percent field takes root reserved space
    into account.
  * #816: [Windows] fixed net_io_counter() values wrapping after 4.3GB in
    Windows Vista (NT 6.0) and above using 64bit values from newer win APIs.

OBS-URL: https://build.opensuse.org/request/show/407226
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=30
2016-07-14 07:46:21 +00:00
5d62156c16 - fix source url
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=62
2016-07-08 08:53:08 +00:00
ca5911f6cf Accepting request 403655 from home:stroeder:branches:devel:languages:python
update to upstream release 4.3.0 (successfully tested on openSUSE Tumbleweed (20160613) x86_64)

OBS-URL: https://build.opensuse.org/request/show/403655
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=61
2016-06-23 14:51:21 +00:00
1c64e82cbc Accepting request 398952 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/398952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=29
2016-05-31 10:25:16 +00:00
Jan Matejek
25562e7c8f Accepting request 398819 from home:tbechtold:branches:devel:languages:python
- Update Source url

OBS-URL: https://build.opensuse.org/request/show/398819
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=59
2016-05-30 13:03:22 +00:00
Thomas Bechtold
4b4b017320 Accepting request 398523 from home:stroeder:branches:devel:languages:python
update to 4.2.0

OBS-URL: https://build.opensuse.org/request/show/398523
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=58
2016-05-30 06:59:39 +00:00
0896bbd32e Accepting request 372936 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/372936
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=28
2016-03-18 20:41:31 +00:00
Denisart Benjamin
d29db915e4 Accepting request 370950 from home:stroeder:branches:devel:languages:python
update to 4.1.0

OBS-URL: https://build.opensuse.org/request/show/370950
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=56
2016-03-14 19:00:35 +00:00
70e0f7f51f Accepting request 360903 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/360903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=27
2016-03-02 13:21:18 +00:00
3e0b309039 Accepting request 360031 from home:stroeder:branches:devel:languages:python
update to 4.0.0

OBS-URL: https://build.opensuse.org/request/show/360031
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=54
2016-02-22 14:51:59 +00:00
16002d6cd6 Accepting request 355224 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/355224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=26
2016-01-26 09:14:48 +00:00
747d3e4e5a Accepting request 355216 from home:stroeder:branches:devel:languages:python
update to 3.4.2

OBS-URL: https://build.opensuse.org/request/show/355216
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=52
2016-01-21 09:58:43 +00:00
e2c17dbc4b Accepting request 346815 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/346815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=25
2015-12-01 08:19:42 +00:00
Todd R
30261e1aa3 Accepting request 346486 from home:stroeder:branches:devel:languages:python
update to 3.3.0, successfully tested on openSUSE_Tumbleweed x86_64.

OBS-URL: https://build.opensuse.org/request/show/346486
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=50
2015-11-30 10:12:08 +00:00
2b584cc4f5 Accepting request 341079 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/341079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=24
2015-10-28 16:30:41 +00:00
161e1f3ae7 Accepting request 341068 from home:stroeder:branches:devel:languages:python
update to 3.2.2 (successfully tested on Tumbleweed x86_64)

OBS-URL: https://build.opensuse.org/request/show/341068
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=48
2015-10-26 22:38:10 +00:00
3b9c2f1423 Accepting request 333461 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/333461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=23
2015-10-01 07:29:19 +00:00
Denisart Benjamin
bb1ed26cfa OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=46 2015-09-17 12:05:34 +00:00
Denisart Benjamin
04d752f452 Accepting request 331584 from home:stroeder:branches:devel:languages:python
update to upstream release 3.2.1

OBS-URL: https://build.opensuse.org/request/show/331584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=45
2015-09-17 12:05:17 +00:00
8c7f331d06 Accepting request 328757 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/328757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=22
2015-09-03 16:05:26 +00:00
Todd R
157b968e42 Accepting request 328726 from home:stroeder:branches:devel:languages:python
update to upstream release 3.2.0

OBS-URL: https://build.opensuse.org/request/show/328726
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=43
2015-09-03 10:40:38 +00:00
Stephan Kulow
641888c9f3 Accepting request 317966 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/317966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=21
2015-07-23 13:23:05 +00:00
a66d89ffae Accepting request 317280 from home:stroeder:branches:devel:languages:python
update to upstream release 3.1.1

OBS-URL: https://build.opensuse.org/request/show/317280
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=41
2015-07-22 14:53:39 +00:00
e201733eec Accepting request 314355 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/314355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=20
2015-06-30 08:19:28 +00:00
Todd R
ea5b3f47a4 Accepting request 314354 from home:TheBlackCat:branches:devel:languages:python
update to version 3.0.1

OBS-URL: https://build.opensuse.org/request/show/314354
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=39
2015-06-29 11:19:41 +00:00
00457aff53 Accepting request 284005 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/284005
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=19
2015-02-05 10:00:51 +00:00
Denisart Benjamin
b79decc406 Accepting request 283809 from home:stroeder:branches:devel:languages:python
Update to upstream release 2.2.1

OBS-URL: https://build.opensuse.org/request/show/283809
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=37
2015-02-04 11:28:52 +00:00
4f4ff88e17 Accepting request 280204 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/280204
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=18
2015-01-08 22:02:43 +00:00
Jan Matejek
4373ece6ef Accepting request 280105 from home:stroeder:branches:devel:languages:python
Update to 2.2.0.

OBS-URL: https://build.opensuse.org/request/show/280105
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=35
2015-01-07 17:22:38 +00:00
b9d89f211a Accepting request 262188 from devel:languages:python
Update to 2.1.3

OBS-URL: https://build.opensuse.org/request/show/262188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=17
2014-11-19 19:26:49 +00:00
Todd R
56df775d87 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=34 2014-11-18 13:55:36 +00:00
Todd R
7da0f955a1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=33 2014-11-18 13:54:48 +00:00
Todd R
5e3297e1b4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=32 2014-11-18 13:50:54 +00:00
Todd R
b17dd6b31e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=31 2014-11-18 13:50:30 +00:00
Stephan Kulow
3b3f6b9688 Accepting request 253189 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/253189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=16
2014-09-30 17:40:40 +00:00
Todd R
b21942f7f2 Accepting request 253187 from home:TheBlackCat:branches:devel:languages:python
- Update documentation files
- Spec file cleanups
- Update shebang fix
- Disable broken unit tests: tests don't work without root permissions
- Update dependencies.  We should actually guarantee psutil and so
  on are installed.
- Update urls
- Update to version 2.1.2

OBS-URL: https://build.opensuse.org/request/show/253187
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=29
2014-09-30 12:18:11 +00:00
Todd R
792b621fbb Accepting request 253184 from home:TheBlackCat:branches:devel:languages:python
Update to version 2.1.2

OBS-URL: https://build.opensuse.org/request/show/253184
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=28
2014-09-30 12:02:29 +00:00
Stephan Kulow
a550e93016 Accepting request 208749 from devel:languages:python
- Update to version 1.2.1
  * #348: [Windows XP] fixed "ImportError: DLL load failed" occurring
          on module import.
  * #425: [Solaris] crash on import due to failure at determining BOOT_TIME.
  * #443: [Linux] can't set CPU affinity with systems with more than 64 cores.
- Changes from version 1.2.0
  * #439: assume os.getpid() if no argument is passed to psutil.Process
          constructor.
  * #440: new psutil.wait_procs() utility function which waits for multiple
          processes to terminate.
  * #348: [Windows XP/Vista] fixed "ImportError: DLL load failed" occurring on
          module import.
- Changes from version 1.1.3
  * #442: [Linux] psutil won't compile on certain version of Linux because of
          missing prlimit(2) syscall.
- Changes from version 1.1.2
  * #442: [Linux] psutil won't compile on Debian 6.0 because of missing
          prlimit(2) syscall. (forwarded request 208748 from posophe)

OBS-URL: https://build.opensuse.org/request/show/208749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=14
2013-11-28 18:05:06 +00:00
Denisart Benjamin
ede5e7439c Accepting request 208748 from home:posophe:branches:devel:languages:python
- Update to version 1.2.1
  * #348: [Windows XP] fixed "ImportError: DLL load failed" occurring
          on module import.
  * #425: [Solaris] crash on import due to failure at determining BOOT_TIME.
  * #443: [Linux] can't set CPU affinity with systems with more than 64 cores.
- Changes from version 1.2.0
  * #439: assume os.getpid() if no argument is passed to psutil.Process
          constructor.
  * #440: new psutil.wait_procs() utility function which waits for multiple
          processes to terminate.
  * #348: [Windows XP/Vista] fixed "ImportError: DLL load failed" occurring on
          module import.
- Changes from version 1.1.3
  * #442: [Linux] psutil won't compile on certain version of Linux because of
          missing prlimit(2) syscall.
- Changes from version 1.1.2
  * #442: [Linux] psutil won't compile on Debian 6.0 because of missing
          prlimit(2) syscall.

OBS-URL: https://build.opensuse.org/request/show/208748
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=26
2013-11-27 21:29:03 +00:00
Tomáš Chvátal
569bfd4f13 Accepting request 204144 from devel:languages:python
- update to 1.1.1:
 * #410: tar.gz and windows binary files are now hosted on PYPI.
 * #412: [Linux] get/set process resource limits.
 * #415: [Windows] Process.get_children() is an order of magnitude faster.
 * #426: [Windows] Process.name is an order of magnitude faster.
 * #431: [UNIX] Process.name is slightly faster because it unnecessarily
         retrieved also process cmdline. (forwarded request 204139 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/204144
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=13
2013-10-21 18:02:10 +00:00
Sascha Peilicke
019ee3549c Accepting request 204139 from home:dirkmueller:branches:devel:languages:python
- update to 1.1.1:
 * #410: tar.gz and windows binary files are now hosted on PYPI.
 * #412: [Linux] get/set process resource limits.
 * #415: [Windows] Process.get_children() is an order of magnitude faster.
 * #426: [Windows] Process.name is an order of magnitude faster.
 * #431: [UNIX] Process.name is slightly faster because it unnecessarily
         retrieved also process cmdline.

OBS-URL: https://build.opensuse.org/request/show/204139
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=24
2013-10-21 12:30:39 +00:00
Stephan Kulow
5d80be575e Accepting request 183948 from devel:languages:python
- update to 1.0.1:
  * network_io_counters(pernic=True) no longer works as intended in 1.0.0. (forwarded request 183718 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/183948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=11
2013-07-22 11:52:50 +00:00
Sascha Peilicke
f9997c84eb Accepting request 183718 from home:dirkmueller:branches:devel:languages:python
- update to 1.0.1:
  * network_io_counters(pernic=True) no longer works as intended in 1.0.0.

OBS-URL: https://build.opensuse.org/request/show/183718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=22
2013-07-22 06:17:30 +00:00
Stephan Kulow
e3489ae2fc Accepting request 182847 from devel:languages:python
- update to 1.0.0:
  * Process.get_connections() 'status' strings are now constants.
  * test suite exits with non-zero on failure.  (patch by floppymaster)
  * extensively use unittest2 module in unit tests and provide
  workarounds if this is not installed on python < 2.7.
  * Process.get_memory_maps() may raise ValueError.
  * Process.get_connections() 'status' field is no longer a string but a constant
    object (psutil.CONN_*).
  * Process.get_connections() 'local_address' and 'remote_address' fields renamed
    to 'laddr' and 'raddr'.
  * psutil.network_io_counters() renamed to psutil.net_io_counters().

OBS-URL: https://build.opensuse.org/request/show/182847
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=10
2013-07-11 18:13:19 +00:00
Sascha Peilicke
9aea617da2 Accepting request 182833 from home:dirkmueller:branches:devel:languages:python
- update to 1.0.0:
  * Process.get_connections() 'status' strings are now constants.
  * test suite exits with non-zero on failure.  (patch by floppymaster)
  * extensively use unittest2 module in unit tests and provide
  workarounds if this is not installed on python < 2.7.
  * Process.get_memory_maps() may raise ValueError.
  * Process.get_connections() 'status' field is no longer a string but a constant
    object (psutil.CONN_*).
  * Process.get_connections() 'local_address' and 'remote_address' fields renamed
    to 'laddr' and 'raddr'.
  * psutil.network_io_counters() renamed to psutil.net_io_counters().

OBS-URL: https://build.opensuse.org/request/show/182833
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=20
2013-07-11 15:03:22 +00:00
Stephan Kulow
48f733f5aa Accepting request 179935 from devel:languages:python
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.

OBS-URL: https://build.opensuse.org/request/show/179935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=9
2013-06-19 14:45:25 +00:00
Sascha Peilicke
e2885844e9 Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=18
2013-06-17 12:52:43 +00:00
Stephan Kulow
e563f961f2 Accepting request 176817 from devel:languages:python
Submit this again.
It does not make sense to double the whole HISTORY of upstream source in .changes files. (forwarded request 176365 from stroeder)

OBS-URL: https://build.opensuse.org/request/show/176817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=8
2013-06-05 11:35:46 +00:00
Sascha Peilicke
647033451d Accepting request 176365 from home:stroeder:branches:devel:languages:python
Submit this again.
It does not make sense to double the whole HISTORY of upstream source in .changes files.

OBS-URL: https://build.opensuse.org/request/show/176365
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=16
2013-05-28 07:23:35 +00:00
Stephan Kulow
58090b8d87 Accepting request 157732 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/157732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=7
2013-03-08 12:27:17 +00:00
Todd R
7989679721 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=14 2013-01-02 21:57:40 +00:00
Todd R
714296bb4a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=13 2013-01-02 21:56:01 +00:00
Stephan Kulow
c5d85790ae Accepting request 142796 from devel:languages:python
Removed openSUSE 11.4 spec file workarounds (forwarded request 142749 from TheBlackCat) (forwarded request 142788 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/142796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=5
2012-11-28 13:33:54 +00:00
Todd R
1ca9f3a60d Accepting request 142788 from devel:languages:python3
Removed openSUSE 11.4 spec file workarounds (forwarded request 142749 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/142788
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=11
2012-11-25 11:12:50 +00:00
Stephan Kulow
39448fd792 Accepting request 137464 from devel:languages:python
Update to 0.6.1, remove references to deleted docs dir., remove unnecessary shebangs from python scripts. (forwarded request 137337 from poorboywilly)

OBS-URL: https://build.opensuse.org/request/show/137464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=4
2012-10-08 18:34:06 +00:00
Sascha Peilicke
ae6f6f8b2c Accepting request 137337 from home:poorboywilly:branches:devel:languages:python
Update to 0.6.1, remove references to deleted docs dir., remove unnecessary shebangs from python scripts.

OBS-URL: https://build.opensuse.org/request/show/137337
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=9
2012-10-08 09:27:07 +00:00
Stephan Kulow
0374a6183c Accepting request 133147 from devel:languages:python
Minor changes (forwarded request 132971 from TheBlackCat) (forwarded request 132972 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/133147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=3
2012-09-10 13:22:41 +00:00
Todd R
312e68afdc Accepting request 132972 from science
Minor changes (forwarded request 132971 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/132972
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=7
2012-09-07 08:12:50 +00:00
Todd R
48ff616088 Accepting request 132969 from devel:languages:python
Restore BuildRequires: python3  This package depends on hash algorithms that are only available if python3 is installed, python3-devel will not pull them in.  Building will fail if  BuildRequires: python3 is removed.

OBS-URL: https://build.opensuse.org/request/show/132969
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=6
2012-09-06 12:58:57 +00:00
Stephan Kulow
e85d1e4b22 Accepting request 122717 from devel:languages:python
Needed by recent versions of spyder, which is already in factory

OBS-URL: https://build.opensuse.org/request/show/122717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=1
2012-05-31 15:09:36 +00:00
Todd R
8e665931f8 Accepting request 122219 from home:HighwayStar:branches:devel:languages:python
python3 package added, minor spec improvement

OBS-URL: https://build.opensuse.org/request/show/122219
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=4
2012-05-25 06:56:56 +00:00
Sascha Peilicke
80791d32c4 - It's not a noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=3
2012-04-24 07:52:23 +00:00
Sascha Peilicke
ce29e98127 - Spec file cleanup:
* No need for setuptools here, distribute replaces it completely
  * Macro simplifcation

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=2
2012-03-23 09:45:12 +00:00
Sascha Peilicke
991146567a Accepting request 110721 from home:babelworx:python
needed for pyrasite

OBS-URL: https://build.opensuse.org/request/show/110721
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=1
2012-03-23 09:41:39 +00:00
6 changed files with 0 additions and 251 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f02134e82cfb5d089fddf20bb2e03fd5cd52395321d1c8458a9e58500ff417c
size 498429

BIN
psutil-6.0.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:353815f59a7f64cdaca1c0307ee13558a0512f6db064e92fe833784f08539c7a
size 508565

BIN
psutil-6.1.1.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,183 +0,0 @@
diff -Nru psutil-6.0.0.orig/psutil/tests/test_contracts.py psutil-6.0.0/psutil/tests/test_contracts.py
--- psutil-6.0.0.orig/psutil/tests/test_contracts.py 2024-06-18 22:36:40.000000000 +0200
+++ psutil-6.0.0/psutil/tests/test_contracts.py 2024-07-17 14:20:15.685789923 +0200
@@ -249,6 +249,7 @@
self.assertIsInstance(k, str)
self.assert_ntuple_of_nums(v, type_=(int, long))
+ @unittest.skip("Fails in OBS")
def test_disk_partitions(self):
# Duplicate of test_system.py. Keep it anyway.
for disk in psutil.disk_partitions():
diff -Nru psutil-6.0.0.orig/psutil/tests/test_linux.py psutil-6.0.0/psutil/tests/test_linux.py
--- psutil-6.0.0.orig/psutil/tests/test_linux.py 2024-06-18 23:00:36.000000000 +0200
+++ psutil-6.0.0/psutil/tests/test_linux.py 2024-07-17 14:20:15.685789923 +0200
@@ -756,6 +756,7 @@
self.assertEqual(psutil.cpu_count(logical=True), num)
@unittest.skipIf(not which("lscpu"), "lscpu utility not available")
+ @unittest.skip("Fails in OBS")
def test_against_lscpu(self):
out = sh("lscpu -p")
num = len([x for x in out.split('\n') if not x.startswith('#')])
@@ -801,6 +802,7 @@
@unittest.skipIf(not LINUX, "LINUX only")
class TestSystemCPUCountCores(PsutilTestCase):
@unittest.skipIf(not which("lscpu"), "lscpu utility not available")
+ @unittest.skip("Fails in OBS")
def test_against_lscpu(self):
out = sh("lscpu -p")
core_ids = set()
@@ -1196,6 +1198,7 @@
class TestSystemDiskPartitions(PsutilTestCase):
@unittest.skipIf(not hasattr(os, 'statvfs'), "os.statvfs() not available")
@skip_on_not_implemented()
+ @unittest.skip("Fails in OBS")
def test_against_df(self):
# test psutil.disk_usage() and psutil.disk_partitions()
# against "df -a"
@@ -1374,6 +1377,7 @@
self.assertEqual(ret.read_count, 1)
self.assertEqual(ret.write_count, 5)
+ @unittest.skip("Fails in OBS")
def test_emulate_use_sysfs(self):
def exists(path):
return path == '/proc/diskstats'
@@ -1417,6 +1421,7 @@
finder.ask_sys_class_block()
@unittest.skipIf(GITHUB_ACTIONS, "unsupported on GITHUB_ACTIONS")
+ @unittest.skip("Fails in OBS")
def test_comparisons(self):
finder = RootFsDeviceFinder()
self.assertIsNotNone(finder.find())
@@ -1445,6 +1450,7 @@
findmnt_value = sh("findmnt -o SOURCE -rn /")
self.assertEqual(psutil_value, findmnt_value)
+ @unittest.skip("Fails in OBS")
def test_disk_partitions_mocked(self):
with mock.patch(
'psutil._pslinux.cext.disk_partitions',
@@ -1728,6 +1734,8 @@
self.assertIsNone(psutil.sensors_battery().power_plugged)
assert m.called
+ @unittest.skipUnless(os.path.exists('/sys/class/power_supply/BAT0/energy_full'),
+ 'Missing /sys/class/power_supply/BAT0/energy_full file.')
def test_emulate_energy_full_0(self):
# Emulate a case where energy_full files returns 0.
with mock_open_content(
@@ -1736,6 +1744,8 @@
self.assertEqual(psutil.sensors_battery().percent, 0)
assert m.called
+ @unittest.skipUnless(os.path.exists('/sys/class/power_supply/BAT0/energy_full'),
+ 'Missing /sys/class/power_supply/BAT0/energy_full file.')
def test_emulate_energy_full_not_avail(self):
# Emulate a case where energy_full file does not exist.
# Expected fallback on /capacity.
@@ -2324,6 +2334,7 @@
value = self.read_status_file("nonvoluntary_ctxt_switches:")
self.assertEqual(self.proc.num_ctx_switches().involuntary, value)
+ @unittest.skip("Fails in certain OBS environments")
def test_cpu_affinity(self):
value = self.read_status_file("Cpus_allowed_list:")
if '-' in str(value):
diff -Nru psutil-6.0.0.orig/psutil/tests/test_misc.py psutil-6.0.0/psutil/tests/test_misc.py
--- psutil-6.0.0.orig/psutil/tests/test_misc.py 2024-06-18 22:36:40.000000000 +0200
+++ psutil-6.0.0/psutil/tests/test_misc.py 2024-07-17 14:20:15.682456583 +0200
@@ -343,6 +343,7 @@
# # XXX: https://github.com/pypa/setuptools/pull/2896
# @unittest.skipIf(APPVEYOR, "temporarily disabled due to setuptools bug")
+ # @unittest.skip("Fails in OBS")
# def test_setup_script(self):
# setup_py = os.path.join(ROOT_DIR, 'setup.py')
# if CI_TESTING and not os.path.exists(setup_py):
@@ -966,6 +967,7 @@
src = f.read()
ast.parse(src)
+ @unittest.skip("Fails in OBS")
def test_coverage(self):
# make sure all example scripts have a test method defined
meths = dir(self)
@@ -987,6 +989,7 @@
if not stat.S_IXUSR & os.stat(path)[stat.ST_MODE]:
raise self.fail('%r is not executable' % path)
+ @unittest.skip("Fails in OBS")
def test_disk_usage(self):
self.assert_stdout('disk_usage.py')
diff -Nru psutil-6.0.0.orig/psutil/tests/test_posix.py psutil-6.0.0/psutil/tests/test_posix.py
--- psutil-6.0.0.orig/psutil/tests/test_posix.py 2024-06-18 22:36:40.000000000 +0200
+++ psutil-6.0.0/psutil/tests/test_posix.py 2024-07-17 14:20:15.685789923 +0200
@@ -443,6 +443,7 @@
# AIX can return '-' in df output instead of numbers, e.g. for /proc
@unittest.skipIf(AIX, "unreliable on AIX")
@retry_on_failure()
+ @unittest.skip("Fails in OBS")
def test_disk_usage(self):
def df(device):
try:
diff -Nru psutil-6.0.0.orig/psutil/tests/test_process_all.py psutil-6.0.0/psutil/tests/test_process_all.py
--- psutil-6.0.0.orig/psutil/tests/test_process_all.py 2024-06-18 23:00:36.000000000 +0200
+++ psutil-6.0.0/psutil/tests/test_process_all.py 2024-07-17 14:28:46.700089665 +0200
@@ -15,6 +15,7 @@
import stat
import time
import traceback
+import unittest
import psutil
from psutil import AIX
@@ -130,6 +131,7 @@
ls.append(proc_info(pid))
return ls
+ @unittest.skip("Fails in OBS")
def test_all(self):
failures = []
for info in self.iter_proc_info():
diff -Nru psutil-6.0.0.orig/psutil/tests/test_process.py psutil-6.0.0/psutil/tests/test_process.py
--- psutil-6.0.0.orig/psutil/tests/test_process.py 2024-06-18 22:36:40.000000000 +0200
+++ psutil-6.0.0/psutil/tests/test_process.py 2024-07-17 14:20:15.685789923 +0200
@@ -360,6 +360,7 @@
@unittest.skipIf(not HAS_IONICE, "not supported")
@unittest.skipIf(not LINUX, "linux only")
+ @unittest.skip("Unreliable in OBS")
def test_ionice_linux(self):
def cleanup(init):
ioclass, value = init
diff -Nru psutil-6.0.0.orig/psutil/tests/test_system.py psutil-6.0.0/psutil/tests/test_system.py
--- psutil-6.0.0.orig/psutil/tests/test_system.py 2024-06-18 22:36:40.000000000 +0200
+++ psutil-6.0.0/psutil/tests/test_system.py 2024-07-17 14:25:27.213045941 +0200
@@ -243,6 +243,7 @@
self.assertLess(bt, time.time())
@unittest.skipIf(CI_TESTING and not psutil.users(), "unreliable on CI")
+ @unittest.skip("Fails in OBS")
def test_users(self):
users = psutil.users()
self.assertNotEqual(users, [])
@@ -591,6 +592,7 @@
MACOS and platform.machine() == 'arm64', "skipped due to #1892"
)
@unittest.skipIf(not HAS_CPU_FREQ, "not supported")
+ @unittest.skip("Fails in OBS")
def test_cpu_freq(self):
def check_ls(ls):
for nt in ls:
@@ -662,6 +664,7 @@
def test_disk_usage_bytes(self):
psutil.disk_usage(b'.')
+ @unittest.skip("Fails in OBS")
def test_disk_partitions(self):
def check_ntuple(nt):
self.assertIsInstance(nt.device, str)

View File

@@ -1,56 +0,0 @@
---
psutil/tests/test_process.py | 6 ++++++
1 file changed, 6 insertions(+)
Index: psutil-5.9.6/psutil/tests/test_process.py
===================================================================
--- psutil-5.9.6.orig/psutil/tests/test_process.py
+++ psutil-5.9.6/psutil/tests/test_process.py
@@ -419,6 +419,7 @@ class TestProcess(PsutilTestCase):
p.ionice(init)
@unittest.skipIf(not HAS_RLIMIT, "not supported")
+ @unittest.skipIf(sys.version_info.major == 2, "not supported on python2")
def test_rlimit_get(self):
import resource
p = psutil.Process(os.getpid())
@@ -442,6 +443,7 @@ class TestProcess(PsutilTestCase):
self.assertGreaterEqual(ret[1], -1)
@unittest.skipIf(not HAS_RLIMIT, "not supported")
+ @unittest.skipIf(sys.version_info.major == 2, "not supported on python2")
def test_rlimit_set(self):
p = self.spawn_psproc()
p.rlimit(psutil.RLIMIT_NOFILE, (5, 5))
@@ -455,6 +457,7 @@ class TestProcess(PsutilTestCase):
p.rlimit(psutil.RLIMIT_NOFILE, (5, 5, 5))
@unittest.skipIf(not HAS_RLIMIT, "not supported")
+ @unittest.skipIf(sys.version_info.major == 2, "not supported on python2")
def test_rlimit(self):
p = psutil.Process()
testfn = self.get_testfn()
@@ -475,6 +478,7 @@ class TestProcess(PsutilTestCase):
self.assertEqual(p.rlimit(psutil.RLIMIT_FSIZE), (soft, hard))
@unittest.skipIf(not HAS_RLIMIT, "not supported")
+ @unittest.skipIf(sys.version_info.major == 2, "not supported on python2")
def test_rlimit_infinity(self):
# First set a limit, then re-set it by specifying INFINITY
# and assume we overridden the previous limit.
@@ -490,6 +494,7 @@ class TestProcess(PsutilTestCase):
self.assertEqual(p.rlimit(psutil.RLIMIT_FSIZE), (soft, hard))
@unittest.skipIf(not HAS_RLIMIT, "not supported")
+ @unittest.skipIf(sys.version_info.major == 2, "not supported on python2")
def test_rlimit_infinity_value(self):
# RLIMIT_FSIZE should be RLIM_INFINITY, which will be a really
# big number on a platform with large file support. On these
@@ -1303,6 +1308,7 @@ class TestProcess(PsutilTestCase):
assert_raises_nsp(fun, name)
@unittest.skipIf(not POSIX, 'POSIX only')
+ @unittest.skipIf(sys.version_info.major == 2, "not supported on python2")
def test_zombie_process(self):
parent, zombie = self.spawn_zombie()
self.assertProcessZombie(zombie)