Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-blockdiag for 
openSUSE:Factory checked in at 2025-05-15 17:02:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-blockdiag (Old)
 and      /work/SRC/openSUSE:Factory/.python-blockdiag.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-blockdiag"

Thu May 15 17:02:45 2025 rev:11 rq:1277708 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-blockdiag/python-blockdiag.changes        
2023-10-04 22:32:47.246538373 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-blockdiag.new.30101/python-blockdiag.changes 
    2025-05-15 17:02:55.898117906 +0200
@@ -1,0 +2,5 @@
+Wed May 14 12:28:44 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-blockdiag.spec ++++++
--- /var/tmp/diff_new_pack.rLGCgN/_old  2025-05-15 17:02:56.594147125 +0200
+++ /var/tmp/diff_new_pack.rLGCgN/_new  2025-05-15 17:02:56.594147125 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-blockdiag
 #
-# 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
@@ -33,21 +33,23 @@
 BuildRequires:  %{python_module Pillow >= 3}
 BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module funcparserlib >= 1.0.0~a0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module webcolors}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Pillow >= 3
 Requires:       python-funcparserlib >= 1.0.0~a0
 Requires:       python-setuptools
 Requires:       python-webcolors
-Requires(post): update-alternatives
-Requires(preun):update-alternatives
+Requires(post): alts
+Requires(preun): alts
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module reportlab}
 BuildRequires:  %{python_module docutils}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module reportlab}
 # /SECTION
 %if 0%{?suse_version} || 0%{?fedora_version} >= 24
 Recommends:     ghostscript
@@ -64,10 +66,10 @@
 %autosetup -p1 -n blockdiag-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_clone -a %{buildroot}%{_bindir}/blockdiag
 

Reply via email to