forked from pool/python-pytest-shell-utilities
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user