From f7060367efd653cf075f27cbf279b3fd410b28b8 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sat, 14 Aug 2021 13:53:57 +0200 Subject: [PATCH 01/19] upgpkg: python-plotly 5.2.1-1 upstream release --- .SRCINFO | 6 +++--- PKGBUILD | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f64fc16..574f036 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library - pkgver = 5.1.0 + pkgver = 5.2.1 pkgrel = 1 url = https://github.com/plotly/plotly.py arch = x86_64 @@ -18,7 +18,7 @@ pkgbase = python-plotly depends = python-retrying optdepends = ipython optdepends = python-ipywidgets - source = python-plotly-5.1.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.1.0.tar.gz - sha256sums = ed17ece01fc462c5e257567241fda1d202e3cac8c27fa44185bd680bb1457f02 + source = python-plotly-5.2.1.tar.gz::https://github.com/plotly/plotly.py/archive/v5.2.1.tar.gz + sha256sums = 5c3251dcbf5de2170038dac24ba6afd379b497d93f18576247ffffe439808da5 pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index 7aa2482..dbcb8c3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,8 @@ # Maintainer: Grey Christoforo +# Co-Maintainer: Bert Peters pkgname=python-plotly -pkgver=5.1.0 +pkgver=5.2.1 pkgrel=1 pkgdesc="An open-source, interactive graphing library" url="https://github.com/plotly/plotly.py" @@ -20,7 +21,7 @@ npm) license=('MIT') arch=('x86_64') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz") -sha256sums=('ed17ece01fc462c5e257567241fda1d202e3cac8c27fa44185bd680bb1457f02') +sha256sums=('5c3251dcbf5de2170038dac24ba6afd379b497d93f18576247ffffe439808da5') build() { cd plotly.py-${pkgver}/packages/python/plotly From 598c2dc4ff4c72eb54bb8bb6f1667f8645ae5845 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Tue, 17 Aug 2021 22:55:31 +0200 Subject: [PATCH 02/19] upgpkg: python-plotly 5.2.1-2 Update dependencies --- .SRCINFO | 14 ++++++++------ PKGBUILD | 19 ++++++++++++------- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 574f036..3bc1f40 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,9 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library pkgver = 5.2.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/plotly/plotly.py - arch = x86_64 + arch = any license = MIT makedepends = python-setuptools makedepends = python-jupyter_core @@ -11,13 +11,15 @@ pkgbase = python-plotly makedepends = jupyterlab makedepends = npm depends = python - depends = jupyterlab - depends = python-matplotlib - depends = python-numpy depends = python-six - depends = python-retrying + depends = python-tenacity optdepends = ipython + optdepends = jupyterlab optdepends = python-ipywidgets + optdepends = python-numpy + optdepends = python-matplotlib + optdepends = python-pillow + optdepends = python-scipy source = python-plotly-5.2.1.tar.gz::https://github.com/plotly/plotly.py/archive/v5.2.1.tar.gz sha256sums = 5c3251dcbf5de2170038dac24ba6afd379b497d93f18576247ffffe439808da5 diff --git a/PKGBUILD b/PKGBUILD index dbcb8c3..9578094 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,23 +3,28 @@ pkgname=python-plotly pkgver=5.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="An open-source, interactive graphing library" url="https://github.com/plotly/plotly.py" depends=(python -jupyterlab -python-matplotlib -python-numpy python-six -python-retrying) -optdepends=('ipython' 'python-ipywidgets') +python-tenacity) +# optdepends based on optional_requirements.txt +optdepends=( +'ipython' +'jupyterlab' +'python-ipywidgets' +'python-numpy' +'python-matplotlib' +'python-pillow' +'python-scipy') makedepends=(python-setuptools python-jupyter_core python-tornado jupyterlab npm) license=('MIT') -arch=('x86_64') +arch=('any') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz") sha256sums=('5c3251dcbf5de2170038dac24ba6afd379b497d93f18576247ffffe439808da5') From 5586b3678ed5478541385f44f062c679c669be16 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Tue, 24 Aug 2021 22:39:17 +0200 Subject: [PATCH 03/19] upgpkg: python-plotly 5.2.2-1 upstream release --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3bc1f40..edbbd8c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library - pkgver = 5.2.1 - pkgrel = 2 + pkgver = 5.2.2 + pkgrel = 1 url = https://github.com/plotly/plotly.py arch = any license = MIT @@ -20,7 +20,7 @@ pkgbase = python-plotly optdepends = python-matplotlib optdepends = python-pillow optdepends = python-scipy - source = python-plotly-5.2.1.tar.gz::https://github.com/plotly/plotly.py/archive/v5.2.1.tar.gz - sha256sums = 5c3251dcbf5de2170038dac24ba6afd379b497d93f18576247ffffe439808da5 + source = python-plotly-5.2.2.tar.gz::https://github.com/plotly/plotly.py/archive/v5.2.2.tar.gz + sha256sums = 26722535061e6ac5f067fb2082a3ca4479c1e1fddf07458250b2cd787923a647 pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index 9578094..0e4a6b3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Co-Maintainer: Bert Peters pkgname=python-plotly -pkgver=5.2.1 -pkgrel=2 +pkgver=5.2.2 +pkgrel=1 pkgdesc="An open-source, interactive graphing library" url="https://github.com/plotly/plotly.py" depends=(python @@ -26,7 +26,7 @@ npm) license=('MIT') arch=('any') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz") -sha256sums=('5c3251dcbf5de2170038dac24ba6afd379b497d93f18576247ffffe439808da5') +sha256sums=('26722535061e6ac5f067fb2082a3ca4479c1e1fddf07458250b2cd787923a647') build() { cd plotly.py-${pkgver}/packages/python/plotly From 510c9f9fc5b5049c563d241908ab34f4adf7f650 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 30 Aug 2021 21:15:00 +0200 Subject: [PATCH 04/19] upgpkg: python-plotly 5.3.0-1 upstream release --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index edbbd8c..a8f0275 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library - pkgver = 5.2.2 + pkgver = 5.3.0 pkgrel = 1 url = https://github.com/plotly/plotly.py arch = any @@ -20,7 +20,7 @@ pkgbase = python-plotly optdepends = python-matplotlib optdepends = python-pillow optdepends = python-scipy - source = python-plotly-5.2.2.tar.gz::https://github.com/plotly/plotly.py/archive/v5.2.2.tar.gz - sha256sums = 26722535061e6ac5f067fb2082a3ca4479c1e1fddf07458250b2cd787923a647 + source = python-plotly-5.3.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.3.0.tar.gz + sha256sums = 381638019a281d95aefd3b5d613412afd16cc6ca43001f18b5eee5c65f46c8af pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index 0e4a6b3..7eb2f26 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Bert Peters pkgname=python-plotly -pkgver=5.2.2 +pkgver=5.3.0 pkgrel=1 pkgdesc="An open-source, interactive graphing library" url="https://github.com/plotly/plotly.py" @@ -26,7 +26,7 @@ npm) license=('MIT') arch=('any') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz") -sha256sums=('26722535061e6ac5f067fb2082a3ca4479c1e1fddf07458250b2cd787923a647') +sha256sums=('381638019a281d95aefd3b5d613412afd16cc6ca43001f18b5eee5c65f46c8af') build() { cd plotly.py-${pkgver}/packages/python/plotly From b743bea3c82f358de3d55bc371fad0de23ece7a9 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Wed, 1 Sep 2021 18:06:06 +0200 Subject: [PATCH 05/19] upgpkg: python-plotly 5.3.1-1 upstream release --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a8f0275..ed77a23 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library - pkgver = 5.3.0 + pkgver = 5.3.1 pkgrel = 1 url = https://github.com/plotly/plotly.py arch = any @@ -20,7 +20,7 @@ pkgbase = python-plotly optdepends = python-matplotlib optdepends = python-pillow optdepends = python-scipy - source = python-plotly-5.3.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.3.0.tar.gz - sha256sums = 381638019a281d95aefd3b5d613412afd16cc6ca43001f18b5eee5c65f46c8af + source = python-plotly-5.3.1.tar.gz::https://github.com/plotly/plotly.py/archive/v5.3.1.tar.gz + sha256sums = ae70c1f33f080292df57dbba2257168eeb6cd4f6e73355f7a445a5e897d391a1 pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index 7eb2f26..d45235c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Bert Peters pkgname=python-plotly -pkgver=5.3.0 +pkgver=5.3.1 pkgrel=1 pkgdesc="An open-source, interactive graphing library" url="https://github.com/plotly/plotly.py" @@ -26,7 +26,7 @@ npm) license=('MIT') arch=('any') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz") -sha256sums=('381638019a281d95aefd3b5d613412afd16cc6ca43001f18b5eee5c65f46c8af') +sha256sums=('ae70c1f33f080292df57dbba2257168eeb6cd4f6e73355f7a445a5e897d391a1') build() { cd plotly.py-${pkgver}/packages/python/plotly From ea7fb871e389df26a619ff8cfae8c06c800e2e21 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 15 Nov 2021 19:53:34 +0100 Subject: [PATCH 06/19] upgpkg: python-plotly 5.4.0-1 upstream release --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ed77a23..bfa40f2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library - pkgver = 5.3.1 + pkgver = 5.4.0 pkgrel = 1 url = https://github.com/plotly/plotly.py arch = any @@ -20,7 +20,7 @@ pkgbase = python-plotly optdepends = python-matplotlib optdepends = python-pillow optdepends = python-scipy - source = python-plotly-5.3.1.tar.gz::https://github.com/plotly/plotly.py/archive/v5.3.1.tar.gz - sha256sums = ae70c1f33f080292df57dbba2257168eeb6cd4f6e73355f7a445a5e897d391a1 + source = python-plotly-5.4.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.4.0.tar.gz + sha256sums = 686e144fae7f62fc70aa4cbe53d123de6928aab069a58787b39249902c1e9a18 pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index d45235c..7768472 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Bert Peters pkgname=python-plotly -pkgver=5.3.1 +pkgver=5.4.0 pkgrel=1 pkgdesc="An open-source, interactive graphing library" url="https://github.com/plotly/plotly.py" @@ -26,7 +26,7 @@ npm) license=('MIT') arch=('any') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz") -sha256sums=('ae70c1f33f080292df57dbba2257168eeb6cd4f6e73355f7a445a5e897d391a1') +sha256sums=('686e144fae7f62fc70aa4cbe53d123de6928aab069a58787b39249902c1e9a18') build() { cd plotly.py-${pkgver}/packages/python/plotly From ef61bc5e0c6c0bb329d9048fc90752b2b657bec7 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Wed, 22 Dec 2021 18:42:07 +0100 Subject: [PATCH 07/19] upgpkg: python-plotly 5.5.0-1 upstream release --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index bfa40f2..b0a4cd2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library - pkgver = 5.4.0 + pkgver = 5.5.0 pkgrel = 1 url = https://github.com/plotly/plotly.py arch = any @@ -20,7 +20,7 @@ pkgbase = python-plotly optdepends = python-matplotlib optdepends = python-pillow optdepends = python-scipy - source = python-plotly-5.4.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.4.0.tar.gz - sha256sums = 686e144fae7f62fc70aa4cbe53d123de6928aab069a58787b39249902c1e9a18 + source = python-plotly-5.5.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.5.0.tar.gz + sha256sums = 6dd42afd2712c5baeca4c045e3a2b3f14decce19bed75636f7d43fae5c12851a pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index 7768472..254b3b2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Bert Peters pkgname=python-plotly -pkgver=5.4.0 +pkgver=5.5.0 pkgrel=1 pkgdesc="An open-source, interactive graphing library" url="https://github.com/plotly/plotly.py" @@ -26,7 +26,7 @@ npm) license=('MIT') arch=('any') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz") -sha256sums=('686e144fae7f62fc70aa4cbe53d123de6928aab069a58787b39249902c1e9a18') +sha256sums=('6dd42afd2712c5baeca4c045e3a2b3f14decce19bed75636f7d43fae5c12851a') build() { cd plotly.py-${pkgver}/packages/python/plotly From ab94d1ec06fd88b825737463d028905121028aaa Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Wed, 9 Feb 2022 22:45:08 +0100 Subject: [PATCH 08/19] upgpkg: python-plotly 5.6.0-1 upstream release --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b0a4cd2..466917f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library - pkgver = 5.5.0 + pkgver = 5.6.0 pkgrel = 1 url = https://github.com/plotly/plotly.py arch = any @@ -20,7 +20,7 @@ pkgbase = python-plotly optdepends = python-matplotlib optdepends = python-pillow optdepends = python-scipy - source = python-plotly-5.5.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.5.0.tar.gz - sha256sums = 6dd42afd2712c5baeca4c045e3a2b3f14decce19bed75636f7d43fae5c12851a + source = python-plotly-5.6.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.6.0.tar.gz + sha256sums = 45854c9c4e5a5a9ff554fb20502ef9a5fb7f665408d0cae63e00585a28b3e5ef pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index 254b3b2..4ef532b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Bert Peters pkgname=python-plotly -pkgver=5.5.0 +pkgver=5.6.0 pkgrel=1 pkgdesc="An open-source, interactive graphing library" url="https://github.com/plotly/plotly.py" @@ -26,7 +26,7 @@ npm) license=('MIT') arch=('any') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz") -sha256sums=('6dd42afd2712c5baeca4c045e3a2b3f14decce19bed75636f7d43fae5c12851a') +sha256sums=('45854c9c4e5a5a9ff554fb20502ef9a5fb7f665408d0cae63e00585a28b3e5ef') build() { cd plotly.py-${pkgver}/packages/python/plotly From 84b9b8e6975e8274a2349fff3026d53dcf05c9c7 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Wed, 6 Apr 2022 18:41:16 +0200 Subject: [PATCH 09/19] upgpkg: python-plotly 5.7.0-1 upstream release --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 466917f..94a0dd0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library - pkgver = 5.6.0 + pkgver = 5.7.0 pkgrel = 1 url = https://github.com/plotly/plotly.py arch = any @@ -20,7 +20,7 @@ pkgbase = python-plotly optdepends = python-matplotlib optdepends = python-pillow optdepends = python-scipy - source = python-plotly-5.6.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.6.0.tar.gz - sha256sums = 45854c9c4e5a5a9ff554fb20502ef9a5fb7f665408d0cae63e00585a28b3e5ef + source = python-plotly-5.7.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.7.0.tar.gz + sha256sums = 7b26a2e310b61b49468bb7037f3bad04943982175b8127190f182552ef02aa0e pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index 4ef532b..3c58ce0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Bert Peters pkgname=python-plotly -pkgver=5.6.0 +pkgver=5.7.0 pkgrel=1 pkgdesc="An open-source, interactive graphing library" url="https://github.com/plotly/plotly.py" @@ -26,7 +26,7 @@ npm) license=('MIT') arch=('any') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz") -sha256sums=('45854c9c4e5a5a9ff554fb20502ef9a5fb7f665408d0cae63e00585a28b3e5ef') +sha256sums=('7b26a2e310b61b49468bb7037f3bad04943982175b8127190f182552ef02aa0e') build() { cd plotly.py-${pkgver}/packages/python/plotly From 29d909cb96b7f688af0531fbab89e55228fff7f4 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 9 May 2022 20:53:36 +0200 Subject: [PATCH 10/19] upgpkg: python-plotly 5.8.0-1 upstream release --- .SRCINFO | 7 +++---- PKGBUILD | 5 ++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 94a0dd0..24d7555 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 3c58ce0..73bda3b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,12 +2,11 @@ # Co-Maintainer: Bert Peters 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 From 62fce4f26e7709e74de71702cde6348307c289d8 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Tue, 10 May 2022 22:45:39 +0200 Subject: [PATCH 11/19] upgpkg: python-plotly 5.8.0-2 Upstream replaced tag --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 24d7555..5cdf3e1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library pkgver = 5.8.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/plotly/plotly.py arch = any license = MIT @@ -20,6 +20,6 @@ pkgbase = python-plotly optdepends = python-pillow optdepends = python-scipy source = python-plotly-5.8.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.8.0.tar.gz - sha256sums = cd69a4dda3ae934643b4b2c614d997b0a34f18432964f454107f2dd5eae5bf46 + sha256sums = 00e8261f61a910ed561866210d7c6567045df80f7b2e3cf59617c20bad861d6e pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index 73bda3b..20a1180 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-plotly pkgver=5.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="An open-source, interactive graphing library" url="https://github.com/plotly/plotly.py" depends=(python @@ -25,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=('cd69a4dda3ae934643b4b2c614d997b0a34f18432964f454107f2dd5eae5bf46') +sha256sums=('00e8261f61a910ed561866210d7c6567045df80f7b2e3cf59617c20bad861d6e') build() { cd plotly.py-${pkgver}/packages/python/plotly From 5c116cce23b4c3dfb966101274e3ccde380049e2 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Thu, 12 May 2022 08:17:04 +0200 Subject: [PATCH 12/19] upgpkg: python-plotly 5.8.0-3 Upstream changed again, upstream commit is eca5fe62f9262478bacc5895db3a053116cac393. --- .SRCINFO | 5 +++-- PKGBUILD | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5cdf3e1..edbc326 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library pkgver = 5.8.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/plotly/plotly.py arch = any license = MIT @@ -19,7 +19,8 @@ pkgbase = python-plotly optdepends = python-matplotlib optdepends = python-pillow optdepends = python-scipy + options = !strip source = python-plotly-5.8.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.8.0.tar.gz - sha256sums = 00e8261f61a910ed561866210d7c6567045df80f7b2e3cf59617c20bad861d6e + sha256sums = 7c9a4425799dcc80c9baa1224b119906964ce6b3edeefc9175f27018a2de764c pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index 20a1180..d534d73 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-plotly pkgver=5.8.0 -pkgrel=2 +pkgrel=3 pkgdesc="An open-source, interactive graphing library" url="https://github.com/plotly/plotly.py" depends=(python @@ -25,7 +25,8 @@ npm) license=('MIT') arch=('any') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz") -sha256sums=('00e8261f61a910ed561866210d7c6567045df80f7b2e3cf59617c20bad861d6e') +options=(!strip) # strip isn't useful for python files and takes forever +sha256sums=('7c9a4425799dcc80c9baa1224b119906964ce6b3edeefc9175f27018a2de764c') build() { cd plotly.py-${pkgver}/packages/python/plotly From c0bb5ee95008a7eff17de2c4e2c8dc836a580782 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Wed, 8 Jun 2022 21:14:33 +0200 Subject: [PATCH 13/19] upgpkg: python-plotly 5.8.1-1 upstream release Current upstream ref: 473e6e0d6849e334d63a816336deda5d761adcf8 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index edbc326..ee45190 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library - pkgver = 5.8.0 - pkgrel = 3 + pkgver = 5.8.1 + pkgrel = 1 url = https://github.com/plotly/plotly.py arch = any license = MIT @@ -20,7 +20,7 @@ pkgbase = python-plotly optdepends = python-pillow optdepends = python-scipy options = !strip - source = python-plotly-5.8.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.8.0.tar.gz - sha256sums = 7c9a4425799dcc80c9baa1224b119906964ce6b3edeefc9175f27018a2de764c + source = python-plotly-5.8.1.tar.gz::https://github.com/plotly/plotly.py/archive/v5.8.1.tar.gz + sha256sums = aaa92958f0c817e341500dc67798d74512dae8e94ad05ff261afa1df2fd5ee59 pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index d534d73..cdb8726 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Co-Maintainer: Bert Peters pkgname=python-plotly -pkgver=5.8.0 -pkgrel=3 +pkgver=5.8.1 +pkgrel=1 pkgdesc="An open-source, interactive graphing library" url="https://github.com/plotly/plotly.py" depends=(python @@ -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=('7c9a4425799dcc80c9baa1224b119906964ce6b3edeefc9175f27018a2de764c') +sha256sums=('aaa92958f0c817e341500dc67798d74512dae8e94ad05ff261afa1df2fd5ee59') build() { cd plotly.py-${pkgver}/packages/python/plotly From 342c43ce51fd9d69908bc3077eb6968ff7c5f102 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Fri, 10 Jun 2022 20:07:10 +0200 Subject: [PATCH 14/19] upgpkg: python-plotly 5.8.2-1 upstream release --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ee45190..c4e7c96 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 cdb8726..2f85ffb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Bert Peters 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 From b50706e114ebbbba30e987f61ea7e0d53ffc769d Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Fri, 24 Jun 2022 19:05:27 +0200 Subject: [PATCH 15/19] upgpkg: python-plotly 5.9.0-1 upstream release --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c4e7c96..b136b7f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library - pkgver = 5.8.2 + pkgver = 5.9.0 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.2.tar.gz::https://github.com/plotly/plotly.py/archive/v5.8.2.tar.gz - sha256sums = 3ef53fcd87fadf58b696431c32d17f6fc6d35ec64ffcb36a6ca18d9da43ff015 + source = python-plotly-5.9.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.9.0.tar.gz + sha256sums = 5687f30391b86fccbf17d045a59f568d85bc682a3ef5ae8722fdcef82a332531 pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index 2f85ffb..b617f08 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Bert Peters pkgname=python-plotly -pkgver=5.8.2 +pkgver=5.9.0 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=('3ef53fcd87fadf58b696431c32d17f6fc6d35ec64ffcb36a6ca18d9da43ff015') +sha256sums=('5687f30391b86fccbf17d045a59f568d85bc682a3ef5ae8722fdcef82a332531') build() { cd plotly.py-${pkgver}/packages/python/plotly From d5c4423030c024cde75f198174d12e84982b5981 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sat, 30 Jul 2022 15:37:24 +0200 Subject: [PATCH 16/19] upgpkg: python-plotly 5.10.0-1 upstream release upgpkg: simdjson 2.2.2-1 upstream release --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b136b7f..4f3fafc 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library - pkgver = 5.9.0 + pkgver = 5.10.0 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.9.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.9.0.tar.gz - sha256sums = 5687f30391b86fccbf17d045a59f568d85bc682a3ef5ae8722fdcef82a332531 + source = python-plotly-5.10.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.10.0.tar.gz + sha256sums = 4536bc3e3375a3d11c77220a0acd95a31f251dba65b25735c90ff80ddbaf310b pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index b617f08..be65de5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Bert Peters pkgname=python-plotly -pkgver=5.9.0 +pkgver=5.10.0 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=('5687f30391b86fccbf17d045a59f568d85bc682a3ef5ae8722fdcef82a332531') +sha256sums=('4536bc3e3375a3d11c77220a0acd95a31f251dba65b25735c90ff80ddbaf310b') build() { cd plotly.py-${pkgver}/packages/python/plotly From 0013b218e2a65f0db881de43e77fde32d764feeb Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Thu, 25 Aug 2022 09:55:32 +0200 Subject: [PATCH 17/19] upgpkg: python-plotly 5.10.0-2 Upstream checksum changed, new ref: 473c263e5e133e5693863baa668751b85900dc11 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4f3fafc..5015ff1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library pkgver = 5.10.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/plotly/plotly.py arch = any license = MIT @@ -21,6 +21,6 @@ pkgbase = python-plotly optdepends = python-scipy options = !strip source = python-plotly-5.10.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.10.0.tar.gz - sha256sums = 4536bc3e3375a3d11c77220a0acd95a31f251dba65b25735c90ff80ddbaf310b + sha256sums = 30034c742edff0c268d2d09d748bf1daef3a23957fa6dceb6bd847fd80416448 pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index be65de5..de3485d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-plotly pkgver=5.10.0 -pkgrel=1 +pkgrel=2 pkgdesc="An open-source, interactive graphing library" url="https://github.com/plotly/plotly.py" depends=(python @@ -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=('4536bc3e3375a3d11c77220a0acd95a31f251dba65b25735c90ff80ddbaf310b') +sha256sums=('30034c742edff0c268d2d09d748bf1daef3a23957fa6dceb6bd847fd80416448') build() { cd plotly.py-${pkgver}/packages/python/plotly From 173cc62ad8b7fa9b86baa38a48e9e14def02da0b Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Thu, 27 Oct 2022 19:43:16 +0200 Subject: [PATCH 18/19] upgpkg: python-plotly 5.11.0-1 upstream release --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5015ff1..02f9104 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library - pkgver = 5.10.0 - pkgrel = 2 + pkgver = 5.11.0 + pkgrel = 1 url = https://github.com/plotly/plotly.py arch = any license = MIT @@ -20,7 +20,7 @@ pkgbase = python-plotly optdepends = python-pillow optdepends = python-scipy options = !strip - source = python-plotly-5.10.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.10.0.tar.gz - sha256sums = 30034c742edff0c268d2d09d748bf1daef3a23957fa6dceb6bd847fd80416448 + source = python-plotly-5.11.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.11.0.tar.gz + sha256sums = fb85d1c6013cb91324bd610e02f820880e14aa7daa9bbc6c3572b7250764ee33 pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index de3485d..899506d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Co-Maintainer: Bert Peters pkgname=python-plotly -pkgver=5.10.0 -pkgrel=2 +pkgver=5.11.0 +pkgrel=1 pkgdesc="An open-source, interactive graphing library" url="https://github.com/plotly/plotly.py" depends=(python @@ -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=('30034c742edff0c268d2d09d748bf1daef3a23957fa6dceb6bd847fd80416448') +sha256sums=('fb85d1c6013cb91324bd610e02f820880e14aa7daa9bbc6c3572b7250764ee33') build() { cd plotly.py-${pkgver}/packages/python/plotly From a05f1f5b0d78027f5d115fb98b40a36af0a16b60 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Thu, 12 Jan 2023 21:09:51 +0100 Subject: [PATCH 19/19] upgpkg: python-plotly 5.12.0-1 upstream release --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 02f9104..9ef9d63 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library - pkgver = 5.11.0 + pkgver = 5.12.0 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.11.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.11.0.tar.gz - sha256sums = fb85d1c6013cb91324bd610e02f820880e14aa7daa9bbc6c3572b7250764ee33 + source = python-plotly-5.12.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.12.0.tar.gz + sha256sums = bb0145d46b8fc94d341222e0435c93e0f371bf56ea82d2a5d22e951fd726e379 pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index 899506d..8cc56dc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Bert Peters pkgname=python-plotly -pkgver=5.11.0 +pkgver=5.12.0 pkgrel=1 pkgdesc="An open-source, interactive graphing library" url="https://github.com/plotly/plotly.py" @@ -26,11 +26,11 @@ 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=('fb85d1c6013cb91324bd610e02f820880e14aa7daa9bbc6c3572b7250764ee33') +sha256sums=('bb0145d46b8fc94d341222e0435c93e0f371bf56ea82d2a5d22e951fd726e379') build() { cd plotly.py-${pkgver}/packages/python/plotly - python setup.py build + NODE_OPTIONS=--openssl-legacy-provider python setup.py build } package() {