Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-fvs for openSUSE:Factory checked in at 2024-01-03 14:53:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fvs (Old) and /work/SRC/openSUSE:Factory/.python-fvs.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fvs" Wed Jan 3 14:53:46 2024 rev:2 rq:1136452 version:0.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fvs/python-fvs.changes 2022-09-26 18:48:35.680098562 +0200 +++ /work/SRC/openSUSE:Factory/.python-fvs.new.28375/python-fvs.changes 2024-01-03 14:53:55.905720979 +0100 @@ -1,0 +2,5 @@ +Wed Jan 3 10:04:31 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- specl cleanups + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fvs.spec ++++++ --- /var/tmp/diff_new_pack.C1SpNL/_old 2024-01-03 14:53:56.585745804 +0100 +++ /var/tmp/diff_new_pack.C1SpNL/_new 2024-01-03 14:53:56.585745804 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-fvs # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,12 +16,8 @@ # -%define skip_python2 1 -# FVS requires Python 3.9 or higher -%define skip_python37 1 -%define skip_python38 1 %define modname FVS -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-fvs Version: 0.3.4 Release: 0 @@ -29,8 +25,10 @@ License: MIT URL: https://github.com/mirkobrombin/FVS Source: https://github.com/mirkobrombin/%{modname}/archive/refs/tags/%{version}.tar.gz#/%{modname}-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module orjson} BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros