summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicoHood2019-03-30 17:45:44 +0100
committerNicoHood2019-03-30 17:45:44 +0100
commit91f3cdcbb2c2c9013633b1d23a39d4524baa9a9e (patch)
tree1ecb66830a7a3958f207c001dedf963b7e8e71bc
parent95fac21ec738c1e8556c4f80695cb0692f03b85d (diff)
downloadaur-91f3cdcbb2c2c9013633b1d23a39d4524baa9a9e.tar.gz
Update 3.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca0d01aa0b93..5ccc143a97ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plotly
pkgdesc = An interactive, browser-based graphing library for Python
- pkgver = 3.6.1
+ pkgver = 3.7.1
pkgrel = 1
url = https://plot.ly/python/
arch = any
@@ -16,8 +16,8 @@ pkgbase = python-plotly
makedepends = python2-numpy
makedepends = python2-pytz
makedepends = python2-requests
- source = python-plotly-3.6.1.tar.gz::https://pypi.org/packages/source/p/plotly/plotly-3.6.1.tar.gz
- sha512sums = 8e81eb1e584ce0cf87e3647642477dde8313b658ff4f9521c86270c8f7f9e526f16ddd8042f50be83a49dec2eeecc0ac5c08713d253bae19dfcd0f226302e9a8
+ source = python-plotly-3.7.1.tar.gz::https://pypi.org/packages/source/p/plotly/plotly-3.7.1.tar.gz
+ sha512sums = ca9a3b289ee073dd0c3590e3dd7bf5733e0fe3336e8f226f0bc8d114a8bc7ef580677dcef47a3ac33c5b992b9b96ba63eb613c1969d9a46052e4dc23d1272a5f
pkgname = python-plotly
pkgdesc = An interactive, browser-based graphing library for Python3
diff --git a/PKGBUILD b/PKGBUILD
index 90f05efce628..63a6e023e874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@ _pypiname=plotly
pkgbase=python-plotly
pkgname=('python-plotly' 'python2-plotly')
pkgdesc="An interactive, browser-based graphing library for Python"
-pkgver=3.6.1
+pkgver=3.7.1
pkgrel=1
url="https://plot.ly/python/"
license=('MIT')
arch=("any")
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 'python-numpy' 'python-pytz' 'python-requests' 'python-retrying' 'python2-numpy' 'python2-pytz' 'python2-requests')
source=("${_pkgname}-${pkgver}.tar.gz::https://pypi.org/packages/source/p/${_pypiname}/${_pypiname}-${pkgver}.tar.gz")
-sha512sums=('8e81eb1e584ce0cf87e3647642477dde8313b658ff4f9521c86270c8f7f9e526f16ddd8042f50be83a49dec2eeecc0ac5c08713d253bae19dfcd0f226302e9a8')
+sha512sums=('ca9a3b289ee073dd0c3590e3dd7bf5733e0fe3336e8f226f0bc8d114a8bc7ef580677dcef47a3ac33c5b992b9b96ba63eb613c1969d9a46052e4dc23d1272a5f')
#validpgpkeys=('') # TODO https://github.com/plotly/plotly.py/issues/764
prepare() {