Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-click-help-colors for openSUSE:Factory checked in at 2025-05-20 09:34:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-click-help-colors (Old) and /work/SRC/openSUSE:Factory/.python-click-help-colors.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-click-help-colors" Tue May 20 09:34:39 2025 rev:8 rq:1278060 version:0.9.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-click-help-colors/python-click-help-colors.changes 2023-11-26 19:37:23.690364518 +0100 +++ /work/SRC/openSUSE:Factory/.python-click-help-colors.new.30101/python-click-help-colors.changes 2025-05-20 09:36:46.113891068 +0200 @@ -1,0 +2,5 @@ +Fri May 16 08:25:51 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-click-help-colors.spec ++++++ --- /var/tmp/diff_new_pack.OkDhr2/_old 2025-05-20 09:36:46.585911668 +0200 +++ /var/tmp/diff_new_pack.OkDhr2/_new 2025-05-20 09:36:46.589911842 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-click-help-colors # -# 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 @@ -25,7 +25,9 @@ Group: Development/Languages/Python URL: https://github.com/r-m-n/click-help-colors Source: https://files.pythonhosted.org/packages/source/c/click-help-colors/click-help-colors-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-click >= 7.0 @@ -43,10 +45,10 @@ %setup -q -n click-help-colors-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -55,5 +57,6 @@ %files %{python_files} %doc README.rst %license LICENSE.txt -%{python_sitelib}/* +%{python_sitelib}/click[-_]help[-_]colors +%{python_sitelib}/click[-_]help[-_]colors-%{version}*-info