Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-libsass for openSUSE:Factory checked in at 2025-05-31 19:16:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-libsass (Old) and /work/SRC/openSUSE:Factory/.python-libsass.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libsass" Sat May 31 19:16:41 2025 rev:12 rq:1281442 version:0.23.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-libsass/python-libsass.changes 2024-01-15 22:17:06.958192037 +0100 +++ /work/SRC/openSUSE:Factory/.python-libsass.new.16005/python-libsass.changes 2025-05-31 19:17:35.468554106 +0200 @@ -1,0 +2,5 @@ +Fri May 30 14:13:03 UTC 2025 - Markéta Machová <[email protected]> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-libsass.spec ++++++ --- /var/tmp/diff_new_pack.CWc6P8/_old 2025-05-31 19:17:36.320589317 +0200 +++ /var/tmp/diff_new_pack.CWc6P8/_new 2025-05-31 19:17:36.324589483 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-libsass # -# 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,8 @@ # -%{?sle15_python_module_pythons} %define _name libsass-python +%{?sle15_python_module_pythons} Name: python-libsass Version: 0.23.0 Release: 0 @@ -28,14 +28,16 @@ Source: https://github.com/sass/libsass-python/archive/%{version}.tar.gz BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libsass-devel >= 3.6.4 BuildRequires: python-rpm-macros Requires: python-setuptools -Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(post): alts +Requires(postun): alts # SECTION test requirements BuildRequires: %{python_module Werkzeug} BuildRequires: %{python_module pytest} @@ -52,11 +54,11 @@ %build sed -i -e '/^#!\//, 1d' *.py export SYSTEM_SASS=true -%python_build +%pyproject_wheel %install export SYSTEM_SASS=true -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/pysassc %{python_expand \ # We don't want to install tests
