Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-csscompressor for
openSUSE:Factory checked in at 2025-05-26 18:40:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-csscompressor (Old)
and /work/SRC/openSUSE:Factory/.python-csscompressor.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-csscompressor"
Mon May 26 18:40:32 2025 rev:4 rq:1280140 version:0.9.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-csscompressor/python-csscompressor.changes
2023-06-21 22:41:02.646799046 +0200
+++
/work/SRC/openSUSE:Factory/.python-csscompressor.new.2732/python-csscompressor.changes
2025-05-26 18:41:44.971078543 +0200
@@ -1,0 +2,5 @@
+Mon May 26 10:43:51 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-csscompressor.spec ++++++
--- /var/tmp/diff_new_pack.W0tsoF/_old 2025-05-26 18:41:45.559103242 +0200
+++ /var/tmp/diff_new_pack.W0tsoF/_new 2025-05-26 18:41:45.559103242 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-csscompressor
#
-# 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,8 +25,10 @@
Group: Development/Languages/Python
URL: https://github.com/sprymix/csscompressor
Source:
https://files.pythonhosted.org/packages/source/c/csscompressor/csscompressor-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -39,10 +41,10 @@
%setup -q -n csscompressor-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -51,5 +53,6 @@
%files %{python_files}
%license LICENSE
%doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/csscompressor
+%{python_sitelib}/csscompressor-%{version}*-info