15
0
forked from pool/python-dash

Accepting request 1277939 from devel:languages:python:numeric

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1277939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dash?expand=0&rev=21
This commit is contained in:
2025-05-20 07:34:19 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 9 05:08:11 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
Thu Apr 3 07:42:31 UTC 2025 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>

View File

@@ -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