Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-shutil for
openSUSE:Factory checked in at 2024-10-22 14:52:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-shutil (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-shutil.new.26871 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-shutil"
Tue Oct 22 14:52:54 2024 rev:11 rq:1216906 version:1.8.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-shutil/python-pytest-shutil.changes
2024-01-24 19:05:45.216408474 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-shutil.new.26871/python-pytest-shutil.changes
2024-10-22 14:53:52.998315760 +0200
@@ -1,0 +2,13 @@
+Tue Oct 22 06:08:51 UTC 2024 - Steve Kowalik <[email protected]>
+
+- Update to 1.8.0:
+ * Drop support for Python 2 and <3.6, removing compatibility code.
+ * Use stdlib unittest.mock instead of mock package.
+ * Removed usage of path.py and path in favour of pathlib.
+ * Removed contextlib2 requirement.
+ * Fixed forcing color through termcolor.
+- Drop patches, included upstream:
+ * pytest-fixtures-pr171-remove-mock.patch
+ * stop-using-imp.patch
+
+-------------------------------------------------------------------
Old:
----
pytest-fixtures-pr171-remove-mock.patch
pytest-shutil-1.7.0.tar.gz
stop-using-imp.patch
New:
----
pytest-shutil-1.8.0.tar.gz
BETA DEBUG BEGIN:
Old:- Drop patches, included upstream:
* pytest-fixtures-pr171-remove-mock.patch
* stop-using-imp.patch
Old: * pytest-fixtures-pr171-remove-mock.patch
* stop-using-imp.patch
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-shutil.spec ++++++
--- /var/tmp/diff_new_pack.y1iM6s/_old 2024-10-22 14:53:53.626341956 +0200
+++ /var/tmp/diff_new_pack.y1iM6s/_new 2024-10-22 14:53:53.630342123 +0200
@@ -16,52 +16,28 @@
#
-%bcond_without python2
%{?sle15_python_module_pythons}
Name: python-pytest-shutil
-Version: 1.7.0
+Version: 1.8.0
Release: 0
Summary: A goodie-bag of unix shell and environment tools for pytest
License: MIT
-URL: https://github.com/manahl/pytest-plugins
+URL: https://github.com/man-group/pytest-plugins
Source:
https://files.pythonhosted.org/packages/source/p/pytest-shutil/pytest-shutil-%{version}.tar.gz
-# PATCH-FEATURE-UPSTREAM pytest-fixtures-pr171-remove-mock.patch --
gh#man-group#pytest-plugins#171
-Patch0: pytest-fixtures-pr171-remove-mock.patch
-# PATCH-FIX-UPSTREAM gh#man-group/pytest-plugins#219
-Patch1: stop-using-imp.patch
BuildRequires: %{python_module execnet}
-BuildRequires: %{python_module path}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools-git}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: %{python_module termcolor}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
-%if %{with python2}
-BuildRequires: python-contextlib2
-BuildRequires: python-mock
-BuildRequires: python-path.py
-%endif
-%if 0%{?suse_version} < 1550
-BuildRequires: python3-path.py
-%else
-BuildRequires: %{python_module path}
-%endif
BuildRequires: python-rpm-macros
Requires: python-execnet
-%if 0%{suse_version} < 1550
-Requires: python-path.py
-%else
-Requires: python-path
-%endif
Requires: python-pytest
Requires: python-six
Requires: python-termcolor
-%ifpython2
-Requires: python-contextlib2
-Requires: python-mock
-Requires: python-path.py
-%endif
BuildArch: noarch
%python_subpackages
@@ -74,10 +50,10 @@
%autosetup -p2 -n pytest-shutil-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -89,5 +65,5 @@
%doc README.md CHANGES.md
%license LICENSE
%{python_sitelib}/pytest_shutil
-%{python_sitelib}/pytest_shutil-%{version}*-info
+%{python_sitelib}/pytest_shutil-%{version}.dist-info
++++++ pytest-shutil-1.7.0.tar.gz -> pytest-shutil-1.8.0.tar.gz ++++++
++++ 1601 lines of diff (skipped)