diff --git a/dash-1.20.0.tar.gz b/dash-1.20.0.tar.gz deleted file mode 100644 index 560274c..0000000 --- a/dash-1.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:127c16f71d3c8345dd29ab2aed099330aafd6d558734bec5bbcccadd0a7e6b29 -size 77633 diff --git a/dash-2.2.0.tar.gz b/dash-2.2.0.tar.gz new file mode 100644 index 0000000..90afa18 --- /dev/null +++ b/dash-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88e6615695e83b7a8339301a92700461435fef734b40eca864cff6d853a3b9c +size 8136241 diff --git a/python-dash.changes b/python-dash.changes index 2450ea6..25ba13d 100644 --- a/python-dash.changes +++ b/python-dash.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 2 21:52:56 UTC 2022 - Matej Cepl + +- 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 diff --git a/python-dash.spec b/python-dash.spec index 94f5789..ea64b8f 100644 --- a/python-dash.spec +++ b/python-dash.spec @@ -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