forked from pool/python-pytest-shell-utilities
Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3df82678fc | |||
| bc53491abb | |||
| 6d005ae1dd |
@@ -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
LFS
Normal file
BIN
pytest_shell_utilities-1.9.7.tar.gz
LFS
Normal file
Binary file not shown.
@@ -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>
|
Fri Mar 1 10:20:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -26,12 +26,12 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pytest-shell-utilities%{psuffix}
|
Name: python-pytest-shell-utilities%{psuffix}
|
||||||
Version: 1.9.0
|
Version: 1.9.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pytest plugin to simplify running shell commands against the system
|
Summary: Pytest plugin to simplify running shell commands against the system
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/saltstack/pytest-shell-utilities
|
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 pip}
|
||||||
BuildRequires: %{python_module setuptools >= 50.3.2}
|
BuildRequires: %{python_module setuptools >= 50.3.2}
|
||||||
BuildRequires: %{python_module setuptools_scm >= 3.4}
|
BuildRequires: %{python_module setuptools_scm >= 3.4}
|
||||||
@@ -41,7 +41,7 @@ BuildRequires: python-rpm-macros
|
|||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module attrs >= 22.1.0}
|
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 >= 7.3.0}
|
||||||
BuildRequires: %{python_module pytest-helpers-namespace}
|
BuildRequires: %{python_module pytest-helpers-namespace}
|
||||||
BuildRequires: %{python_module pytest-shell-utilities = %{version}}
|
BuildRequires: %{python_module pytest-shell-utilities = %{version}}
|
||||||
@@ -52,7 +52,7 @@ BuildRequires: %{python_module typing-extensions}
|
|||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-attrs >= 22.1.0
|
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 >= 7.3.0
|
||||||
Requires: python-pytest-helpers-namespace
|
Requires: python-pytest-helpers-namespace
|
||||||
Requires: python-pytest-skip-markers
|
Requires: python-pytest-skip-markers
|
||||||
@@ -64,7 +64,7 @@ BuildArch: noarch
|
|||||||
Pytest plugin to simplify running shell commands against the system
|
Pytest plugin to simplify running shell commands against the system
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pytest-shell-utilities-%{version}
|
%setup -q -n pytest_shell_utilities-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|||||||
Reference in New Issue
Block a user