summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2022-06-10 20:07:10 +0200
committerBert Peters2022-06-10 20:07:10 +0200
commit342c43ce51fd9d69908bc3077eb6968ff7c5f102 (patch)
tree4bed2fec6983ba04297aa18f51838fb6f3b3c14b
parentc0bb5ee95008a7eff17de2c4e2c8dc836a580782 (diff)
downloadaur-342c43ce51fd9d69908bc3077eb6968ff7c5f102.tar.gz
upgpkg: python-plotly 5.8.2-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 ee45190ba718..c4e7c9687d73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plotly
pkgdesc = An open-source, interactive graphing library
- pkgver = 5.8.1
+ pkgver = 5.8.2
pkgrel = 1
url = https://github.com/plotly/plotly.py
arch = any
@@ -20,7 +20,7 @@ pkgbase = python-plotly
optdepends = python-pillow
optdepends = python-scipy
options = !strip
- source = python-plotly-5.8.1.tar.gz::https://github.com/plotly/plotly.py/archive/v5.8.1.tar.gz
- sha256sums = aaa92958f0c817e341500dc67798d74512dae8e94ad05ff261afa1df2fd5ee59
+ source = python-plotly-5.8.2.tar.gz::https://github.com/plotly/plotly.py/archive/v5.8.2.tar.gz
+ sha256sums = 3ef53fcd87fadf58b696431c32d17f6fc6d35ec64ffcb36a6ca18d9da43ff015
pkgname = python-plotly
diff --git a/PKGBUILD b/PKGBUILD
index cdb872679796..2f85ffbc7cd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=python-plotly
-pkgver=5.8.1
+pkgver=5.8.2
pkgrel=1
pkgdesc="An open-source, interactive graphing library"
url="https://github.com/plotly/plotly.py"
@@ -26,7 +26,7 @@ license=('MIT')
arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz")
options=(!strip) # strip isn't useful for python files and takes forever
-sha256sums=('aaa92958f0c817e341500dc67798d74512dae8e94ad05ff261afa1df2fd5ee59')
+sha256sums=('3ef53fcd87fadf58b696431c32d17f6fc6d35ec64ffcb36a6ca18d9da43ff015')
build() {
cd plotly.py-${pkgver}/packages/python/plotly