Accepting request 1222697 from home:PSuarezHernandez:branches:devel:languages:python:pytest

- update to 1.9.7:
  * Rigid support for net_connections was causing breakages,
    hence monitor version of psutil and call connections
    vs net_connections appropriately
  * Need psutil >= 6.0.0 to use net_connections
  * fix: handle process shutdown with limited permissions
  * Support for psutil 6.0.0

OBS-URL: https://build.opensuse.org/request/show/1222697
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-shell-utilities?expand=0&rev=14
This commit is contained in:
2024-11-09 15:49:07 +00:00
committed by Git OBS Bridge
parent 7e92ea439c
commit d8608ad02e
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Nov 7 13:31:16 UTC 2024 - Pablo Suárez Hernández <psuarezhernandez@suse.com>
- update to 1.9.7:
* Rigid support for net_connections was causing breakages,
hence monitor version of psutil and call connections
vs net_connections appropriately
* Need psutil >= 6.0.0 to use net_connections
* fix: handle process shutdown with limited permissions
* Support for psutil 6.0.0
-------------------------------------------------------------------
Fri Mar 1 10:20:21 UTC 2024 - Dirk Müller <dmueller@suse.com>