Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-ipywidgets
Commits: cc4d33e2 by Antonio Rojas at 2023-08-01T12:50:26+02:00 upgpkg: 8.1.0-1: Update to 8.1.0 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,18 +3,18 @@ pkgname=python-ipywidgets _pipname=ipywidgets -pkgver=8.0.7 -pkgrel=2 +pkgver=8.1.0 +pkgrel=1 pkgdesc='IPython HTML widgets for Jupyter' arch=(any) url='https://github.com/ipython/ipywidgets' license=(BSD) -depends=(python-ipykernel python-jsonschema) +depends=(ipython python-comm python-jsonschema) makedepends=(python-build python-installer python-setuptools python-wheel) optdepends=('jupyterlab-widgets: widgets for Jupyter lab') -checkdepends=(python-pytest python-pytz) +checkdepends=(python-pytest python-pytz python-ipykernel) source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) -sha256sums=('50ace0a8886e9a0d68b980db82f94c25d55d21ff2340ed36f802dd9365e94acf') +sha256sums=('ce97dd90525b3066fd00094690964e7eac14cf9b7745d35565b5eeac20cce687') build() { cd ipywidgets-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipywidgets/-/commit/cc4d33e2d3e16d9f431c048e3d0c2b7ed5aa42eb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipywidgets/-/commit/cc4d33e2d3e16d9f431c048e3d0c2b7ed5aa42eb You're receiving this email because of your account on gitlab.archlinux.org.
