Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vkbasalt-cli for openSUSE:Factory checked in at 2024-02-12 18:53:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vkbasalt-cli (Old) and /work/SRC/openSUSE:Factory/.vkbasalt-cli.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vkbasalt-cli" Mon Feb 12 18:53:32 2024 rev:2 rq:1146156 version:3.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/vkbasalt-cli/vkbasalt-cli.changes 2023-06-20 16:47:39.743110465 +0200 +++ /work/SRC/openSUSE:Factory/.vkbasalt-cli.new.1815/vkbasalt-cli.changes 2024-02-12 18:55:49.818343125 +0100 @@ -1,0 +2,14 @@ +Fri Feb 9 08:42:03 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org> + +- Fix mix-up between python single-spec usage and hardcoded + python3-* BuildRequires: + + Set pythons to primary_python: this package is a cli tool + and not providing python modules. + + Fix BuildRequires to use python_module: limited by pythons + being set to primary_python, this will only pull in one flavor. + + Doing so allows us to keep the regular pyproject_* macros in + place. +- Add python-setuptools BuildRequires: used to be dragged in + indirectly. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vkbasalt-cli.spec ++++++ --- /var/tmp/diff_new_pack.ZYBU7c/_old 2024-02-12 18:55:50.282359882 +0100 +++ /var/tmp/diff_new_pack.ZYBU7c/_new 2024-02-12 18:55:50.282359882 +0100 @@ -1,7 +1,7 @@ # -# spec file for package python-vkbasalt-cli +# spec file for package vkbasalt-cli # -# 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 @@ -14,13 +14,13 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + + %global appid io.gitlab.theevilskeleton.vkbasalt_cli %global appname vkbasalt-cli %global cliname vkbasalt -%define skip_python2 1 -%define skip_python39 1 -%define skip_python310 1 +%define pythons %primary_python Name: vkbasalt-cli Version: 3.1.1 @@ -29,10 +29,11 @@ License: LGPL-3.0-only URL: https://gitlab.com/TheEvilSkeleton/vkbasalt-cli Source0: https://gitlab.com/TheEvilSkeleton/vkbasalt-cli/-/archive/v%{version}/%{appname}-v%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: python3-pip -BuildRequires: python3-wheel +BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %description