Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-vistir for openSUSE:Factory checked in at 2025-12-19 16:43:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-vistir (Old) and /work/SRC/openSUSE:Factory/.python-vistir.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vistir" Fri Dec 19 16:43:18 2025 rev:16 rq:1323585 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-vistir/python-vistir.changes 2025-06-13 18:48:32.382456463 +0200 +++ /work/SRC/openSUSE:Factory/.python-vistir.new.1928/python-vistir.changes 2025-12-19 16:45:27.124883699 +0100 @@ -1,0 +2,5 @@ +Fri Dec 19 00:59:27 UTC 2025 - Steve Kowalik <[email protected]> + +- Add missing pytest plugins to BuildRequires, and disable strict mode. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-vistir.spec ++++++ --- /var/tmp/diff_new_pack.kYiyi9/_old 2025-12-19 16:45:30.569027728 +0100 +++ /var/tmp/diff_new_pack.kYiyi9/_new 2025-12-19 16:45:30.577028062 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-vistir # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,6 @@ Release: 0 Summary: Utilities for filesystems, paths, projects, subprocesses, and more License: ISC -Group: Development/Languages/Python URL: https://github.com/sarugaku/vistir Source: https://github.com/sarugaku/vistir/archive/refs/tags/v%{version}.tar.gz#/vistir-%{version}.tar.gz BuildRequires: %{python_module pip} @@ -36,6 +35,9 @@ BuildRequires: %{python_module colorama >= 0.3.4} BuildRequires: %{python_module hypothesis-fspaths} BuildRequires: %{python_module hypothesis} +BuildRequires: %{python_module pytest-flake8} +BuildRequires: %{python_module pytest-rerunfailures} +BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} # /SECTION @@ -48,7 +50,7 @@ %prep %setup -q -n vistir-%{version} -sed -i '/invoke/d;/parver/d;/wheel$/d;/addopts/d' setup.cfg +sed -i '/invoke/d;/parver/d;/wheel$/d;/addopts/d;/strict/d' setup.cfg %build %pyproject_wheel @@ -74,5 +76,5 @@ %doc CHANGELOG.rst README.rst %license LICENSE %{python_sitelib}/vistir -%{python_sitelib}/vistir-%{version}*-info +%{python_sitelib}/vistir-%{version}.dist-info
