Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-shell-utilities for
openSUSE:Factory checked in at 2024-11-09 20:58:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-shell-utilities (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-shell-utilities.new.2017
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-shell-utilities"
Sat Nov 9 20:58:57 2024 rev:6 rq:1222983 version:1.9.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-shell-utilities/python-pytest-shell-utilities.changes
2024-03-08 18:10:31.285099378 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-shell-utilities.new.2017/python-pytest-shell-utilities.changes
2024-11-09 20:59:43.765810769 +0100
@@ -1,0 +2,11 @@
+Thu Nov 7 13:31:16 UTC 2024 - Pablo Suárez Hernández
<[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
pytest-shell-utilities-1.9.0.tar.gz
New:
----
pytest_shell_utilities-1.9.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-shell-utilities.spec ++++++
--- /var/tmp/diff_new_pack.7cOHY2/_old 2024-11-09 20:59:44.241830570 +0100
+++ /var/tmp/diff_new_pack.7cOHY2/_new 2024-11-09 20:59:44.245830736 +0100
@@ -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 @@
# 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 @@
# /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 @@
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