14
0
forked from pool/python-psutil

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
This commit is contained in:
2022-12-08 21:03:53 +00:00
committed by Git OBS Bridge
parent 7f6f3df1e0
commit 8c5a2621b1
4 changed files with 156 additions and 148 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Dec 8 19:55:50 UTC 2022 - Ben Greiner <code@bnavigator.de>
- 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.
-------------------------------------------------------------------
Mon Nov 7 20:52:52 UTC 2022 - Michael Ströder <michael@stroeder.com>