Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-avocado-plugins-vt for openSUSE:Factory checked in at 2025-06-04 20:28:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-avocado-plugins-vt (Old) and /work/SRC/openSUSE:Factory/.python-avocado-plugins-vt.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-avocado-plugins-vt" Wed Jun 4 20:28:57 2025 rev:7 rq:1282464 version:88.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-avocado-plugins-vt/python-avocado-plugins-vt.changes 2021-06-24 18:22:56.312940467 +0200 +++ /work/SRC/openSUSE:Factory/.python-avocado-plugins-vt.new.16005/python-avocado-plugins-vt.changes 2025-06-04 20:29:03.754248679 +0200 @@ -1,0 +2,6 @@ +Wed Jun 4 00:58:17 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- Tidy up %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-avocado-plugins-vt.spec ++++++ --- /var/tmp/diff_new_pack.Mlfm1A/_old 2025-06-04 20:29:04.342273041 +0200 +++ /var/tmp/diff_new_pack.Mlfm1A/_new 2025-06-04 20:29:04.346273207 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-avocado-plugins-vt # -# Copyright (c) 2021 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,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define pythons python3 Name: python-avocado-plugins-vt Version: 88.0 @@ -26,7 +25,9 @@ URL: https://avocado-framework.readthedocs.org/ Source0: https://github.com/avocado-framework/avocado-vt/archive/%{version}.tar.gz#/avocado-vt-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: attr @@ -80,10 +81,10 @@ virttest/staging/*py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install # Reduce duplicities %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -92,15 +93,9 @@ %files %{python_files} %license LICENSE %doc README.rst -%dir %{python_sitelib}/avocado_vt -%dir %{python_sitelib}/avocado_vt/conf.d -%dir %{python_sitelib}/avocado_vt/plugins -%dir %{python_sitelib}/avocado_vt/__pycache__ %config(noreplace)%{python_sitelib}/avocado_vt/conf.d/vt.conf %config(noreplace)%{python_sitelib}/avocado_vt/conf.d/vt_joblock.conf -%{python_sitelib}/avocado_framework_plugin_vt*egg-info -%{python_sitelib}/avocado_vt/*py -%{python_sitelib}/avocado_vt/__pycache__/* -%{python_sitelib}/avocado_vt/plugins/* -%{python_sitelib}/virttest* +%{python_sitelib}/avocado_vt +%{python_sitelib}/virttest +%{python_sitelib}/avocado_framework_plugin_vt-%{version}.dist-info