Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-svgwrite for openSUSE:Factory
checked in at 2025-06-13 18:48:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-svgwrite (Old)
and /work/SRC/openSUSE:Factory/.python-svgwrite.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-svgwrite"
Fri Jun 13 18:48:06 2025 rev:11 rq:1285473 version:1.4.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-svgwrite/python-svgwrite.changes
2024-01-05 21:46:59.194513503 +0100
+++
/work/SRC/openSUSE:Factory/.python-svgwrite.new.19631/python-svgwrite.changes
2025-06-13 18:48:18.645888598 +0200
@@ -1,0 +2,5 @@
+Fri Jun 13 12:15:47 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-svgwrite.spec ++++++
--- /var/tmp/diff_new_pack.uXBl0z/_old 2025-06-13 18:48:19.937942011 +0200
+++ /var/tmp/diff_new_pack.uXBl0z/_new 2025-06-13 18:48:19.945942341 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-svgwrite
#
-# Copyright (c) 2022 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
@@ -24,7 +24,9 @@
License: MIT
URL: https://github.com/mozman/svgwrite
Source:
https://files.pythonhosted.org/packages/source/s/svgwrite/svgwrite-%{version}.zip
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
@@ -45,10 +47,10 @@
sed -i 's/\r$//' LICENSE.TXT NEWS.rst README.rst
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -59,5 +61,6 @@
%files %{python_files}
%doc NEWS.rst README.rst
%license LICENSE.TXT
-%{python_sitelib}/*
+%{python_sitelib}/svgwrite
+%{python_sitelib}/svgwrite-%{version}*-info