From 6c086af6022de36ffcaa95e289455a9bf92c7c1b Mon Sep 17 00:00:00 2001 From: Pulux Date: Tue, 20 Jun 2023 14:36:14 +0200 Subject: [PATCH] python3-plotly: update to 5.15.0. --- srcpkgs/python3-plotly/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template index 3ceb2053a2d5..412b25bad368 100644 --- a/srcpkgs/python3-plotly/template +++ b/srcpkgs/python3-plotly/template @@ -1,18 +1,17 @@ # Template file for 'python3-plotly' pkgname=python3-plotly -version=4.14.3 -revision=3 +version=5.15.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-six python3-requests python3-pytz python3-decorator python3-jupyter_nbformat" +depends="python3-six python3-requests python3-pytz python3-decorator python3-jupyter_nbformat python3-tenacity" short_desc="Python plotting library for collaborative, interactive graphs" maintainer="pulux " license="MIT" homepage="https://plot.ly/python/" changelog="https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md" distfiles="${PYPI_SITE}/p/plotly/plotly-${version}.tar.gz" -checksum=7d8aaeed392e82fb8e0e48899f2d3d957b12327f9d38cdd5802bc574a8a39d91 -conf_files="etc/jupyter/nbconfig/notebook.d/plotlywidget.json" +checksum=822eabe53997d5ebf23c77e1d1fcbf3bb6aa745eb05d532afd4b6f9a2e2ab02f do_check() { : no test is shipped