Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cli-helpers for openSUSE:Factory checked in at 2025-05-20 09:32:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cli-helpers (Old) and /work/SRC/openSUSE:Factory/.python-cli-helpers.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cli-helpers" Tue May 20 09:32:37 2025 rev:9 rq:1277822 version:2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cli-helpers/python-cli-helpers.changes 2024-03-18 16:47:36.865720148 +0100 +++ /work/SRC/openSUSE:Factory/.python-cli-helpers.new.30101/python-cli-helpers.changes 2025-05-20 09:34:48.196974834 +0200 @@ -1,0 +2,5 @@ +Thu May 15 13:08:11 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cli-helpers.spec ++++++ --- /var/tmp/diff_new_pack.YDiBb6/_old 2025-05-20 09:34:48.752998058 +0200 +++ /var/tmp/diff_new_pack.YDiBb6/_new 2025-05-20 09:34:48.756998226 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-cli-helpers # -# Copyright (c) 2024 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-%{**}} -%bcond_without python2 Name: python-cli-helpers Version: 2.3.1 Release: 0 @@ -25,7 +23,9 @@ License: BSD-3-Clause URL: https://github.com/dbcli/cli_helpers Source: https://files.pythonhosted.org/packages/source/c/cli_helpers/cli_helpers-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Pygments >= 2.4 @@ -68,10 +68,10 @@ %setup -q -n cli_helpers-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -80,5 +80,6 @@ %files %{python_files} %license LICENSE %doc README.rst AUTHORS CHANGELOG docs -%{python_sitelib}/* +%{python_sitelib}/cli[-_]helpers +%{python_sitelib}/cli[-_]helpers-%{version}*-info