From 1128653be811ea17c0e16b64d9ef78c289cbbc3a Mon Sep 17 00:00:00 2001 From: Grey Christoforo Date: Sun, 1 Nov 2020 21:03:33 +0100 Subject: [PATCH] bump version --- .SRCINFO | 6 +++--- LICENSE | 21 --------------------- PKGBUILD | 4 ++-- 3 files changed, 5 insertions(+), 26 deletions(-) delete mode 100644 LICENSE diff --git a/.SRCINFO b/.SRCINFO index 4c1b8bf..e7921a5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library - pkgver = 4.11.0 + pkgver = 4.12.0 pkgrel = 1 url = https://github.com/plotly/plotly.py arch = any @@ -13,8 +13,8 @@ pkgbase = python-plotly depends = python-retrying optdepends = ipython optdepends = python-ipywidgets - source = python-plotly-4.11.0.tar.gz::https://github.com/plotly/plotly.py/archive/v4.11.0.tar.gz - sha512sums = 813c619859f76f27437f7b66714934acef4495fc589bfcf1167632a069d41e2c85939901714bde25fba20487b18cc60e94eb83713024e75d36df90f3f8c8624f + source = python-plotly-4.12.0.tar.gz::https://github.com/plotly/plotly.py/archive/v4.12.0.tar.gz + sha512sums = 403da230da682df93bf9b4aea562a90b743c9ccff492861d0735251f5cdf3f9a21920d652c748a389fbee4861404dd2900c57a2e9c09b4553a23e502e817b380 pkgname = python-plotly diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 7c4610a..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016-2017 Plotly, Inc - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/PKGBUILD b/PKGBUILD index c454f6c..558e9aa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Grey Christoforo pkgname=python-plotly -pkgver=4.11.0 +pkgver=4.12.0 pkgrel=1 pkgdesc="An open-source, interactive graphing library" url="https://github.com/plotly/plotly.py" @@ -11,7 +11,7 @@ makedepends=('python-setuptools') license=('MIT') arch=('any') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz") -sha512sums=('813c619859f76f27437f7b66714934acef4495fc589bfcf1167632a069d41e2c85939901714bde25fba20487b18cc60e94eb83713024e75d36df90f3f8c8624f') +sha512sums=('403da230da682df93bf9b4aea562a90b743c9ccff492861d0735251f5cdf3f9a21920d652c748a389fbee4861404dd2900c57a2e9c09b4553a23e502e817b380') build() { cd plotly.py-${pkgver}/packages/python/plotly