15
0
forked from pool/python-dash

Accepting request 958538 from devel:languages:python:numeric

Restore the link to the development project in d:l:p:numeric.

Also, update to 2.2.0.

OBS-URL: https://build.opensuse.org/request/show/958538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dash?expand=0&rev=12
This commit is contained in:
2022-03-03 23:17:12 +00:00
committed by Git OBS Bridge
parent 659a9ed1fa
commit faa9dfed13
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:127c16f71d3c8345dd29ab2aed099330aafd6d558734bec5bbcccadd0a7e6b29
size 77633

3
dash-2.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e88e6615695e83b7a8339301a92700461435fef734b40eca864cff6d853a3b9c
size 8136241

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 2 21:52:56 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 2.2.0:
Changelog would be too long, see
https://github.com/plotly/dash/releases for details.
-------------------------------------------------------------------
Fri Apr 9 21:34:20 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -22,7 +22,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-dash
Version: 1.20.0
Version: 2.2.0
Release: 0
Summary: Python framework for building reactive web-apps
License: MIT
@@ -90,15 +90,18 @@ sed -i -e 's:==:>=:g' requires-*txt
%python_install
%python_clone -a %{buildroot}%{_bindir}/renderer
%python_clone -a %{buildroot}%{_bindir}/dash-generate-components
%python_clone -a %{buildroot}%{_bindir}/dash-update-components
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%post
%python_install_alternative renderer
%python_install_alternative dash-generate-components
%python_install_alternative dash-update-components
%postun
%python_uninstall_alternative renderer
%python_uninstall_alternative dash-generate-components
%python_uninstall_alternative dash-update-components
%if %{with test}
%check
@@ -110,6 +113,7 @@ sed -i -e 's:==:>=:g' requires-*txt
%doc README.md
%license LICENSE
%python_alternative %{_bindir}/dash-generate-components
%python_alternative %{_bindir}/dash-update-components
%python_alternative %{_bindir}/renderer
%{python_sitelib}/dash
%{python_sitelib}/dash-%{version}-py*.egg-info