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 2023-11-08 22:17:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-shell-utilities (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-shell-utilities.new.17445
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-shell-utilities"
Wed Nov 8 22:17:52 2023 rev:2 rq:1124092 version:1.8.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-shell-utilities/python-pytest-shell-utilities.changes
2023-10-17 20:25:17.571900630 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-shell-utilities.new.17445/python-pytest-shell-utilities.changes
2023-11-08 22:18:21.096547948 +0100
@@ -1,0 +2,13 @@
+Tue Nov 7 20:08:45 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 1.8.0:
+ * Drop support for python versions older than 3.7
+ * Support Python 3.11
+ * Set minimal attrs version to 22.1.0
+ * Start running tests against Py3.11 and Pytest `7.3.x` and
+ `7.4.x`
+ * Update copyright headers
+ * ``Subprocess.run()`` now accepts ``shell`` keyword argument
+ like ``subprocess.Popen``.
+
+-------------------------------------------------------------------
Old:
----
pytest-shell-utilities-1.6.0.tar.gz
New:
----
pytest-shell-utilities-1.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-shell-utilities.spec ++++++
--- /var/tmp/diff_new_pack.X6dvpM/_old 2023-11-08 22:18:21.896577338 +0100
+++ /var/tmp/diff_new_pack.X6dvpM/_new 2023-11-08 22:18:21.896577338 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-shell-utilities
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,33 +15,34 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
Name: python-pytest-shell-utilities
-Version: 1.6.0
+Version: 1.8.0
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
-BuildRequires: python-rpm-macros
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 50.3.2}
BuildRequires: %{python_module setuptools-declarative-requirements}
BuildRequires: %{python_module setuptools_scm >= 3.4}
-BuildRequires: %{python_module pip}
+BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
+BuildRequires: python-rpm-macros
# SECTION test requirements
-BuildRequires: %{python_module attrs >= 19.2.0}
+BuildRequires: %{python_module attrs >= 22.1.0}
BuildRequires: %{python_module psutil >= 5.0.0}
-BuildRequires: %{python_module pytest >= 6.0.0}
+BuildRequires: %{python_module pytest >= 7.3.0}
BuildRequires: %{python_module pytest-helpers-namespace}
BuildRequires: %{python_module pytest-skip-markers}
BuildRequires: %{python_module pytest-subtests}
BuildRequires: %{python_module typing-extensions}
# /SECTION
BuildRequires: fdupes
-Requires: python-attrs >= 19.2.0
+Requires: python-attrs >= 22.1.0
Requires: python-psutil >= 5.0.0
-Requires: python-pytest >= 6.0.0
+Requires: python-pytest >= 7.3.0
Requires: python-pytest-helpers-namespace
Requires: python-pytest-skip-markers
Requires: python-typing-extensions
++++++ pytest-shell-utilities-1.6.0.tar.gz ->
pytest-shell-utilities-1.8.0.tar.gz ++++++
++++ 3922 lines of diff (skipped)