Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pydotplus for 
openSUSE:Factory checked in at 2025-06-04 20:29:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pydotplus (Old)
 and      /work/SRC/openSUSE:Factory/.python-pydotplus.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pydotplus"

Wed Jun  4 20:29:23 2025 rev:4 rq:1282686 version:2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pydotplus/python-pydotplus.changes        
2018-12-24 11:41:48.601429886 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pydotplus.new.16005/python-pydotplus.changes 
    2025-06-04 20:29:32.235428668 +0200
@@ -1,0 +2,5 @@
+Wed Jun  4 10:13:12 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pydotplus.spec ++++++
--- /var/tmp/diff_new_pack.vCo01g/_old  2025-06-04 20:29:32.699447893 +0200
+++ /var/tmp/diff_new_pack.vCo01g/_new  2025-06-04 20:29:32.703448058 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pydotplus
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without tests
 Name:           python-pydotplus
 Version:        2.0.2
@@ -24,10 +23,12 @@
 Summary:        Python interface to Graphviz's Dot language
 License:        MIT
 Group:          Development/Languages/Python
-URL:            http://pydotplus.readthedocs.org/
+URL:            https://pydotplus.readthedocs.org/
 Source:         
https://files.pythonhosted.org/packages/source/p/pydotplus/pydotplus-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pyparsing >= 2.0.1}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       graphviz
@@ -46,10 +47,10 @@
 %setup -q -n pydotplus-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %if %{with tests}
@@ -62,5 +63,6 @@
 %files %{python_files}
 %license LICENSE
 %doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/pydotplus
+%{python_sitelib}/pydotplus-%{version}*-info
 

Reply via email to