Accepting request 1222983 from 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/1222983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-shell-utilities?expand=0&rev=6
This commit is contained in:
2024-11-09 19:58:57 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 8 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}
@@ -41,7 +41,7 @@ BuildRequires: python-rpm-macros
# SECTION test requirements
%if %{with test}
BuildRequires: %{python_module attrs >= 22.1.0}
BuildRequires: %{python_module psutil >= 5.0.0}
BuildRequires: %{python_module psutil >= 6.0.0}
BuildRequires: %{python_module pytest >= 7.3.0}
BuildRequires: %{python_module pytest-helpers-namespace}
BuildRequires: %{python_module pytest-shell-utilities = %{version}}
@@ -52,7 +52,7 @@ BuildRequires: %{python_module typing-extensions}
# /SECTION
BuildRequires: fdupes
Requires: python-attrs >= 22.1.0
Requires: python-psutil >= 5.0.0
Requires: python-psutil >= 6.0.0
Requires: python-pytest >= 7.3.0
Requires: python-pytest-helpers-namespace
Requires: python-pytest-skip-markers
@@ -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