summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2024-05-01 17:39:13 +0200
committerBert Peters2024-05-01 17:39:13 +0200
commit08b91513415f0b86279fc834b66619df6bf9ded4 (patch)
tree3d6bfefb6becd9e3a80ef256f41ec958011040cb
parent5a1439f50b0d20dc83f9095d4cccbab2d7d8da86 (diff)
downloadaur-python-plotly.tar.gz
upgpkg: python-plotly 5.22.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76552c59fc17..61b43e7aa135 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plotly
pkgdesc = An open-source, interactive graphing library
- pkgver = 5.21.0
+ pkgver = 5.22.0
pkgrel = 1
url = https://github.com/plotly/plotly.py
arch = any
@@ -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.21.0
+ source = python-plotly::git+https://github.com/plotly/plotly.py#tag=v5.22.0
source = js-build.patch
- sha256sums = 7fee32a41d1f1b9b3646f4d6b746882a3ec89766fa4e2f94d97646315514c50b
+ sha256sums = 35aaa0318d06cd6ea66ee8af30da7fb7a06286f38836c7e4c9949cd5e9c920e6
sha256sums = 347d8de2ed5c6529a0113086780ecdd0b21c0a167fa60a890ca18bbac0d99392
pkgname = python-plotly
diff --git a/PKGBUILD b/PKGBUILD
index 64883e927aba..d36c547a238e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=python-plotly
-pkgver=5.21.0
+pkgver=5.22.0
pkgrel=1
pkgdesc="An open-source, interactive graphing library"
arch=('any')
@@ -46,7 +46,7 @@ source=(
"${pkgname}::git+https://github.com/plotly/plotly.py#tag=v$pkgver"
"js-build.patch"
)
-sha256sums=('7fee32a41d1f1b9b3646f4d6b746882a3ec89766fa4e2f94d97646315514c50b'
+sha256sums=('35aaa0318d06cd6ea66ee8af30da7fb7a06286f38836c7e4c9949cd5e9c920e6'
'347d8de2ed5c6529a0113086780ecdd0b21c0a167fa60a890ca18bbac0d99392')
options=(!strip !debug) # strip and debug aren't useful for python files and take forever