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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9ae85f8c64dd2b95e35ed1f110a90e25d498cb1af946be7cf1b7f069c089499
size 80895

BIN
pytest_shell_utilities-1.9.7.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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>

View File

@@ -26,12 +26,12 @@
%endif
%{?sle15_python_module_pythons}
Name: python-pytest-shell-utilities%{psuffix}
Version: 1.9.0
Version: 1.9.7
Release: 0
Summary: Pytest plugin to simplify running shell commands against the system
License: Apache-2.0
URL: https://github.com/saltstack/pytest-shell-utilities
Source: https://files.pythonhosted.org/packages/source/p/pytest-shell-utilities/pytest-shell-utilities-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/p/pytest-shell-utilities/pytest_shell_utilities-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 50.3.2}
BuildRequires: %{python_module setuptools_scm >= 3.4}
@@ -64,7 +64,7 @@ BuildArch: noarch
Pytest plugin to simplify running shell commands against the system
%prep
%setup -q -n pytest-shell-utilities-%{version}
%setup -q -n pytest_shell_utilities-%{version}
%build
%pyproject_wheel