Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / python-plotly
Commits: 2b686802 by Bert Peters at 2025-11-19T20:42:44+01:00 upgpkg: 6.5.0-1 fixes https://gitlab.archlinux.org/archlinux/packaging/packages/python-plotly/-/issues/5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library - pkgver = 6.4.0 + pkgver = 6.5.0 pkgrel = 1 url = https://github.com/plotly/plotly.py arch = any @@ -33,7 +33,7 @@ pkgbase = python-plotly optdepends = python-shapely options = !strip options = !debug - source = python-plotly::git+https://github.com/plotly/plotly.py#tag=v6.4.0 - sha256sums = 513adfc3b9af68ae6ba176d359129b6b31903750f86863c4881a31e28b2d492d + source = python-plotly::git+https://github.com/plotly/plotly.py#tag=v6.5.0 + sha256sums = 6940138e21c6db296ad58592cc9b78b6b08b9fdd6d83166123f179254180456f pkgname = python-plotly ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Grey Christoforo <first name at last name dot net> pkgname=python-plotly -pkgver=6.4.0 +pkgver=6.5.0 pkgrel=1 pkgdesc="An open-source, interactive graphing library" arch=('any') @@ -46,7 +46,7 @@ checkdepends=( source=( "${pkgname}::git+https://github.com/plotly/plotly.py#tag=v$pkgver" ) -sha256sums=('513adfc3b9af68ae6ba176d359129b6b31903750f86863c4881a31e28b2d492d') +sha256sums=('6940138e21c6db296ad58592cc9b78b6b08b9fdd6d83166123f179254180456f') options=(!strip !debug) # strip and debug aren't useful for python files and take forever prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-plotly/-/commit/2b6868029836a9f90cc9a7414dff2f524d52c239 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-plotly/-/commit/2b6868029836a9f90cc9a7414dff2f524d52c239 You're receiving this email because of your account on gitlab.archlinux.org.
