Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / python-plotly
Commits: 5254c827 by Bert Peters at 2025-10-05T15:07:02+02:00 upgpkg: 6.3.1-1: upstream release fixes https://gitlab.archlinux.org/archlinux/packaging/packages/python-plotly/-/issues/3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library - pkgver = 6.3.0 + pkgver = 6.3.1 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.3.0 - sha256sums = f63470fb7060d674ad6072a490e77320028c287f63766aae3100ca6bf80a457c + source = python-plotly::git+https://github.com/plotly/plotly.py#tag=v6.3.1 + sha256sums = 1e3b1413e94493f7479c0177d8510dfb88d1c9457ab7110243925e7ba97f7903 pkgname = python-plotly ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Grey Christoforo <first name at last name dot net> pkgname=python-plotly -pkgver=6.3.0 +pkgver=6.3.1 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=('f63470fb7060d674ad6072a490e77320028c287f63766aae3100ca6bf80a457c') +sha256sums=('1e3b1413e94493f7479c0177d8510dfb88d1c9457ab7110243925e7ba97f7903') 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/5254c82728403871a6f82c891271b51fb58dd1a4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-plotly/-/commit/5254c82728403871a6f82c891271b51fb58dd1a4 You're receiving this email because of your account on gitlab.archlinux.org.
