Bert Peters pushed to branch main at Arch Linux / Packaging / Packages /
python-plotly
Commits:
1fd44b9f by Bert Peters at 2025-02-04T19:06:52+01:00
upgpkg: 6.0.0-2: repackage with up-to-date jupyterlab
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-plotly
pkgdesc = An open-source, interactive graphing library
pkgver = 6.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/plotly/plotly.py
arch = any
license = MIT
@@ -15,7 +15,7 @@ pkgbase = python-plotly
makedepends = python-setuptools
makedepends = python-jupyter_core
makedepends = python-tornado
- makedepends = jupyterlab<4.0
+ makedepends = jupyterlab
depends = python
depends = python-narwhals
optdepends = ipython
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-plotly
pkgver=6.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="An open-source, interactive graphing library"
arch=('any')
url="https://github.com/plotly/plotly.py"
@@ -36,7 +36,7 @@ makedepends=(
python-setuptools
python-jupyter_core
python-tornado
- 'jupyterlab<4.0'
+ jupyterlab
)
checkdepends=(
python-requests
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-plotly/-/commit/1fd44b9f03cea31576ac7a11a539ff3d27971d09
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-plotly/-/commit/1fd44b9f03cea31576ac7a11a539ff3d27971d09
You're receiving this email because of your account on gitlab.archlinux.org.