summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2022-05-09 20:53:36 +0200
committerBert Peters2022-05-09 20:53:36 +0200
commit29d909cb96b7f688af0531fbab89e55228fff7f4 (patch)
treeda129204994476ffb354f3dc38952b2696d8d4a1
parent84b9b8e6975e8274a2349fff3026d53dcf05c9c7 (diff)
downloadaur-29d909cb96b7f688af0531fbab89e55228fff7f4.tar.gz
upgpkg: python-plotly 5.8.0-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94a0dd0fbb90..24d7555d94a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plotly
pkgdesc = An open-source, interactive graphing library
- pkgver = 5.7.0
+ pkgver = 5.8.0
pkgrel = 1
url = https://github.com/plotly/plotly.py
arch = any
@@ -11,7 +11,6 @@ pkgbase = python-plotly
makedepends = jupyterlab
makedepends = npm
depends = python
- depends = python-six
depends = python-tenacity
optdepends = ipython
optdepends = jupyterlab
@@ -20,7 +19,7 @@ pkgbase = python-plotly
optdepends = python-matplotlib
optdepends = python-pillow
optdepends = python-scipy
- source = python-plotly-5.7.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.7.0.tar.gz
- sha256sums = 7b26a2e310b61b49468bb7037f3bad04943982175b8127190f182552ef02aa0e
+ source = python-plotly-5.8.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.8.0.tar.gz
+ sha256sums = cd69a4dda3ae934643b4b2c614d997b0a34f18432964f454107f2dd5eae5bf46
pkgname = python-plotly
diff --git a/PKGBUILD b/PKGBUILD
index 3c58ce0d8816..73bda3bbe865 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,11 @@
# Co-Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=python-plotly
-pkgver=5.7.0
+pkgver=5.8.0
pkgrel=1
pkgdesc="An open-source, interactive graphing library"
url="https://github.com/plotly/plotly.py"
depends=(python
-python-six
python-tenacity)
# optdepends based on optional_requirements.txt
optdepends=(
@@ -26,7 +25,7 @@ npm)
license=('MIT')
arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz")
-sha256sums=('7b26a2e310b61b49468bb7037f3bad04943982175b8127190f182552ef02aa0e')
+sha256sums=('cd69a4dda3ae934643b4b2c614d997b0a34f18432964f454107f2dd5eae5bf46')
build() {
cd plotly.py-${pkgver}/packages/python/plotly