From 1cbe3d7700736f9c0630ba48fb4679dbaef46c27 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Wed, 17 Apr 2024 22:13:47 +0200 Subject: [PATCH] upgpkg: python-plotly 5.21.0-1 upstream release --- python-plotly/.SRCINFO | 8 ++++---- python-plotly/.nvchecker.toml | 5 +++++ python-plotly/PKGBUILD | 6 +++--- 3 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 python-plotly/.nvchecker.toml diff --git a/python-plotly/.SRCINFO b/python-plotly/.SRCINFO index c522fac..76552c5 100644 --- a/python-plotly/.SRCINFO +++ b/python-plotly/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library - pkgver = 5.20.0 - pkgrel = 4 + pkgver = 5.21.0 + pkgrel = 1 url = https://github.com/plotly/plotly.py arch = any license = MIT @@ -32,9 +32,9 @@ pkgbase = python-plotly optdepends = python-psutil options = !strip options = !debug - source = python-plotly::git+https://github.com/plotly/plotly.py#tag=v5.20.0 + source = python-plotly::git+https://github.com/plotly/plotly.py#tag=v5.21.0 source = js-build.patch - sha256sums = b0e4718894929e788aa5823d999f18246997dc256d94adc51e26b205c318ef50 + sha256sums = 7fee32a41d1f1b9b3646f4d6b746882a3ec89766fa4e2f94d97646315514c50b sha256sums = 347d8de2ed5c6529a0113086780ecdd0b21c0a167fa60a890ca18bbac0d99392 pkgname = python-plotly diff --git a/python-plotly/.nvchecker.toml b/python-plotly/.nvchecker.toml new file mode 100644 index 0000000..c7eb596 --- /dev/null +++ b/python-plotly/.nvchecker.toml @@ -0,0 +1,5 @@ +[python-plotly] +source = "github" +github = "plotly/plotly.py" +prefix = "v" +use_latest_release = true diff --git a/python-plotly/PKGBUILD b/python-plotly/PKGBUILD index cbbed5c..64883e9 100644 --- a/python-plotly/PKGBUILD +++ b/python-plotly/PKGBUILD @@ -2,8 +2,8 @@ # Co-Maintainer: Bert Peters pkgname=python-plotly -pkgver=5.20.0 -pkgrel=4 +pkgver=5.21.0 +pkgrel=1 pkgdesc="An open-source, interactive graphing library" arch=('any') url="https://github.com/plotly/plotly.py" @@ -46,7 +46,7 @@ source=( "${pkgname}::git+https://github.com/plotly/plotly.py#tag=v$pkgver" "js-build.patch" ) -sha256sums=('b0e4718894929e788aa5823d999f18246997dc256d94adc51e26b205c318ef50' +sha256sums=('7fee32a41d1f1b9b3646f4d6b746882a3ec89766fa4e2f94d97646315514c50b' '347d8de2ed5c6529a0113086780ecdd0b21c0a167fa60a890ca18bbac0d99392') options=(!strip !debug) # strip and debug aren't useful for python files and take forever