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-06-13 18:48:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-vistir (Old) and /work/SRC/openSUSE:Factory/.python-vistir.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vistir" Fri Jun 13 18:48:21 2025 rev:15 rq:1285491 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-vistir/python-vistir.changes 2023-05-10 16:19:04.923172600 +0200 +++ /work/SRC/openSUSE:Factory/.python-vistir.new.19631/python-vistir.changes 2025-06-13 18:48:32.382456463 +0200 @@ -1,0 +2,5 @@ +Fri Jun 13 12:44:10 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-vistir.spec ++++++ --- /var/tmp/diff_new_pack.8Iz5Hw/_old 2025-06-13 18:48:33.090485732 +0200 +++ /var/tmp/diff_new_pack.8Iz5Hw/_new 2025-06-13 18:48:33.094485898 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-vistir # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-vistir Version: 0.8.0 Release: 0 @@ -26,7 +24,9 @@ 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} BuildRequires: %{python_module setuptools >= 40.8.0} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-colorama >= 0.3.4 @@ -51,10 +51,10 @@ sed -i '/invoke/d;/parver/d;/wheel$/d;/addopts/d' setup.cfg %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -73,5 +73,6 @@ %files %{python_files} %doc CHANGELOG.rst README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/vistir +%{python_sitelib}/vistir-%{version}*-info