Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-reportlab for 
openSUSE:Factory checked in at 2025-05-09 18:50:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-reportlab (Old)
 and      /work/SRC/openSUSE:Factory/.python-reportlab.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-reportlab"

Fri May  9 18:50:34 2025 rev:40 rq:1276019 version:4.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-reportlab/python-reportlab.changes        
2023-11-28 22:19:22.293715158 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-reportlab.new.30101/python-reportlab.changes 
    2025-05-09 18:53:08.201517723 +0200
@@ -1,0 +2,5 @@
+Fri May  9 05:15:46 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-reportlab.spec ++++++
--- /var/tmp/diff_new_pack.MnliFx/_old  2025-05-09 18:53:08.773541518 +0200
+++ /var/tmp/diff_new_pack.MnliFx/_new  2025-05-09 18:53:08.773541518 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-reportlab
 #
-# 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
@@ -26,7 +26,9 @@
 Source0:        
https://files.pythonhosted.org/packages/source/r/reportlab/reportlab-%{version}.tar.gz
 Source1:        encryption.gif
 BuildRequires:  %{python_module Pillow >= 9.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  freetype2-devel
 BuildRequires:  python-rpm-macros
@@ -50,14 +52,13 @@
 
 %build
 export CFLAGS="%{optflags}"
-%python_build --no-download-t1-files
+%pyproject_wheel
 
 mypython=%{expand:%%__%(pythons="%{pythons}"; echo ${pythons##python* })}
-PYTHONPATH=$(readlink -f build/lib/) \
-    $mypython docs/genAll.py
+PYTHONPATH=src $mypython docs/genAll.py
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -76,5 +77,5 @@
 %license LICENSE
 %doc CHANGES.md README.txt docs/reportlab-userguide.pdf
 %{python_sitelib}/reportlab/
-%{python_sitelib}/reportlab-%{version}-py*.egg-info
+%{python_sitelib}/reportlab-%{version}.dist-info
 

Reply via email to