Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-css-parser for
openSUSE:Factory checked in at 2025-05-26 18:40:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-css-parser (Old)
and /work/SRC/openSUSE:Factory/.python-css-parser.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-css-parser"
Mon May 26 18:40:31 2025 rev:8 rq:1280139 version:1.0.10
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-css-parser/python-css-parser.changes
2023-11-13 22:20:38.406992989 +0100
+++
/work/SRC/openSUSE:Factory/.python-css-parser.new.2732/python-css-parser.changes
2025-05-26 18:41:44.331051659 +0200
@@ -1,0 +2,5 @@
+Mon May 26 10:42:57 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-css-parser.spec ++++++
--- /var/tmp/diff_new_pack.kT4EUp/_old 2025-05-26 18:41:44.855073669 +0200
+++ /var/tmp/diff_new_pack.kT4EUp/_new 2025-05-26 18:41:44.859073838 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-css-parser
#
-# 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
@@ -27,10 +27,12 @@
Source:
https://github.com/ebook-utils/css-parser/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module chardet}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
-Requires: python-chardet
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-chardet
BuildArch: noarch
%python_subpackages
@@ -52,10 +54,10 @@
sed -i "1d"
src/css_parser/{parse,codec,sac,serialize,scripts/csscapture,_codec2,errorhandler,scripts/cssparse,_codec3,scripts/csscombine,tokenize2,version,encutils/__init__,__init__}.py
# Fix non-executable scripts
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check