Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-lesscpy for openSUSE:Factory checked in at 2025-05-31 19:16:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-lesscpy (Old) and /work/SRC/openSUSE:Factory/.python-lesscpy.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lesscpy" Sat May 31 19:16:32 2025 rev:15 rq:1281432 version:0.15.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-lesscpy/python-lesscpy.changes 2023-10-04 22:31:20.707410562 +0200 +++ /work/SRC/openSUSE:Factory/.python-lesscpy.new.16005/python-lesscpy.changes 2025-05-31 19:17:28.248255719 +0200 @@ -1,0 +2,5 @@ +Fri May 30 13:37:16 UTC 2025 - Markéta Machová <[email protected]> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-lesscpy.spec ++++++ --- /var/tmp/diff_new_pack.OX4soO/_old 2025-05-31 19:17:28.928283822 +0200 +++ /var/tmp/diff_new_pack.OX4soO/_new 2025-05-31 19:17:28.932283987 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-lesscpy # -# 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,15 +25,17 @@ Source: https://files.pythonhosted.org/packages/source/l/lesscpy/lesscpy-%{version}.tar.gz # https://github.com/lesscpy/lesscpy/pull/126 Patch0: python-lesscpy-no-six.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module ply} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-ply Requires: python-setuptools -Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(post): alts +Requires(postun): alts BuildArch: noarch %python_subpackages @@ -52,10 +54,10 @@ rm test/test_{bootstrap3,less,issues}.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/lesscpy %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -73,5 +75,5 @@ %doc README.rst %python_alternative %{_bindir}/lesscpy %{python_sitelib}/lesscpy -%{python_sitelib}/lesscpy-%{version}-py*.egg-info +%{python_sitelib}/lesscpy-%{version}*-info
