From 880e78d5c4226469bf4144a0e254bfb9ad602b083630eeaac22a89974b91d24f Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 9 May 2025 05:26:13 +0000 Subject: [PATCH] - Switch to pyproject macros. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-dash?expand=0&rev=13 --- python-dash.changes | 5 +++++ python-dash.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-dash.changes b/python-dash.changes index 8257212..7fae019 100644 --- a/python-dash.changes +++ b/python-dash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 9 05:08:11 UTC 2025 - Steve Kowalik + +- Switch to pyproject macros. + ------------------------------------------------------------------- Thu Apr 3 07:42:31 UTC 2025 - Tuukka Pasanen diff --git a/python-dash.spec b/python-dash.spec index dae5518..0ecbece 100644 --- a/python-dash.spec +++ b/python-dash.spec @@ -106,10 +106,10 @@ chmod -x dash/extract-meta.js find . -name .gitkeep -delete %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/renderer %python_clone -a %{buildroot}%{_bindir}/dash-generate-components %python_clone -a %{buildroot}%{_bindir}/dash-update-components @@ -145,6 +145,6 @@ find . -name .gitkeep -delete %python_alternative %{_bindir}/dash-update-components %python_alternative %{_bindir}/renderer %{python_sitelib}/dash -%{python_sitelib}/dash-%{version}*-info +%{python_sitelib}/dash-%{version}.dist-info %changelog