Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-geomdl for openSUSE:Factory checked in at 2025-05-09 18:49:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-geomdl (Old) and /work/SRC/openSUSE:Factory/.python-geomdl.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-geomdl" Fri May 9 18:49:55 2025 rev:6 rq:1275985 version:5.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-geomdl/python-geomdl.changes 2024-03-14 17:47:17.102326467 +0100 +++ /work/SRC/openSUSE:Factory/.python-geomdl.new.30101/python-geomdl.changes 2025-05-09 18:52:41.852421671 +0200 @@ -1,0 +2,5 @@ +Fri May 9 05:10:04 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-geomdl.spec ++++++ --- /var/tmp/diff_new_pack.yrXtz7/_old 2025-05-09 18:52:42.340441972 +0200 +++ /var/tmp/diff_new_pack.yrXtz7/_new 2025-05-09 18:52:42.340441972 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-geomdl # -# Copyright (c) 2024 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 @@ -19,7 +19,6 @@ %define archivename NURBS-Python %define packagename geomdl %{?sle15_python_module_pythons} -%global skip_python39 1 Name: python-geomdl Version: 5.3.1 Release: 0 @@ -31,9 +30,11 @@ Patch0: support-numpy-124.patch BuildRequires: %{python_module matplotlib >= 2.2.3} BuildRequires: %{python_module numpy >= 1.15.4} +BuildRequires: %{python_module pip} BuildRequires: %{python_module plotly} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-matplotlib >= 2.2.3 @@ -50,10 +51,10 @@ %autosetup -p1 -n %{archivename}-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -62,6 +63,6 @@ %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/*egg-info %{python_sitelib}/%{packagename} +%{python_sitelib}/%{packagename}-%{version}.dist-info