1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 12:40:30 +01:00

upgpkg: python-plotly 5.23.0-1

upstream release
This commit is contained in:
2024-07-24 22:17:54 +02:00
parent 73a8aef5de
commit 36ee7fca21
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = python-plotly pkgbase = python-plotly
pkgdesc = An open-source, interactive graphing library pkgdesc = An open-source, interactive graphing library
pkgver = 5.22.0 pkgver = 5.23.0
pkgrel = 1 pkgrel = 1
url = https://github.com/plotly/plotly.py url = https://github.com/plotly/plotly.py
arch = any arch = any
@@ -32,9 +32,9 @@ pkgbase = python-plotly
optdepends = python-psutil optdepends = python-psutil
options = !strip options = !strip
options = !debug options = !debug
source = python-plotly::git+https://github.com/plotly/plotly.py#tag=v5.22.0 source = python-plotly::git+https://github.com/plotly/plotly.py#tag=v5.23.0
source = js-build.patch source = js-build.patch
sha256sums = 35aaa0318d06cd6ea66ee8af30da7fb7a06286f38836c7e4c9949cd5e9c920e6 sha256sums = fffdb97d8ba828be95b331c4adabaeb8a8b2bbdcc6fee7fc4848f3d7095342bb
sha256sums = 347d8de2ed5c6529a0113086780ecdd0b21c0a167fa60a890ca18bbac0d99392 sha256sums = 347d8de2ed5c6529a0113086780ecdd0b21c0a167fa60a890ca18bbac0d99392
pkgname = python-plotly pkgname = python-plotly

View File

@@ -2,7 +2,7 @@
# Co-Maintainer: Bert Peters <bert@bertptrs.nl> # Co-Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=python-plotly pkgname=python-plotly
pkgver=5.22.0 pkgver=5.23.0
pkgrel=1 pkgrel=1
pkgdesc="An open-source, interactive graphing library" pkgdesc="An open-source, interactive graphing library"
arch=('any') arch=('any')
@@ -46,7 +46,7 @@ source=(
"${pkgname}::git+https://github.com/plotly/plotly.py#tag=v$pkgver" "${pkgname}::git+https://github.com/plotly/plotly.py#tag=v$pkgver"
"js-build.patch" "js-build.patch"
) )
sha256sums=('35aaa0318d06cd6ea66ee8af30da7fb7a06286f38836c7e4c9949cd5e9c920e6' sha256sums=('fffdb97d8ba828be95b331c4adabaeb8a8b2bbdcc6fee7fc4848f3d7095342bb'
'347d8de2ed5c6529a0113086780ecdd0b21c0a167fa60a890ca18bbac0d99392') '347d8de2ed5c6529a0113086780ecdd0b21c0a167fa60a890ca18bbac0d99392')
options=(!strip !debug) # strip and debug aren't useful for python files and take forever options=(!strip !debug) # strip and debug aren't useful for python files and take forever