Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-dash-table for openSUSE:Factory checked in at 2025-05-09 18:49:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dash-table (Old) and /work/SRC/openSUSE:Factory/.python-dash-table.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dash-table" Fri May 9 18:49:43 2025 rev:6 rq:1275974 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dash-table/python-dash-table.changes 2022-06-08 14:25:30.784546394 +0200 +++ /work/SRC/openSUSE:Factory/.python-dash-table.new.30101/python-dash-table.changes 2025-05-09 18:52:35.468156103 +0200 @@ -1,0 +2,5 @@ +Fri May 9 05:08:34 UTC 2025 - Steve Kowalik <[email protected]> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dash-table.spec ++++++ --- /var/tmp/diff_new_pack.lHloVd/_old 2025-05-09 18:52:35.896173907 +0200 +++ /var/tmp/diff_new_pack.lHloVd/_new 2025-05-09 18:52:35.896173907 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-dash-table # -# 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 @@ -23,7 +23,9 @@ License: MIT URL: https://github.com/plotly/dash-table Source: https://files.pythonhosted.org/packages/source/d/dash-table/dash_table-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -41,15 +43,15 @@ %setup -q -n dash_table-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license LICENSE %doc README.md %{python_sitelib}/dash_table/ -%{python_sitelib}/dash_table-%{version}*-info +%{python_sitelib}/dash_table-%{version}.dist-info
