Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-ipywidgets
Commits:
ecc74f74 by Antonio Rojas at 2024-04-09T13:10:25+02:00
upgpkg: 8.1.2-2: Python 3.12 rebuild, with tests
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = python-ipywidgets
pkgdesc = IPython HTML widgets for Jupyter
pkgver = 8.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ipython/ipywidgets
arch = any
license = BSD-3-Clause
checkdepends = python-ipykernel
- checkdepends = python-pytest
+ checkdepends = python-pytest7
checkdepends = python-pytz
makedepends = python-build
makedepends = python-installer
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=python-ipywidgets
_pipname=ipywidgets
pkgver=8.1.2
-pkgrel=1
+pkgrel=2
pkgdesc='IPython HTML widgets for Jupyter'
arch=(any)
url='https://github.com/ipython/ipywidgets'
@@ -19,7 +19,7 @@ makedepends=(python-build
python-wheel)
optdepends=('jupyterlab-widgets: widgets for Jupyter lab')
checkdepends=(python-ipykernel
- python-pytest
+ python-pytest7
python-pytz)
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
sha256sums=('d0b9b41e49bae926a866e613a39b0f0097745d2b9f1f3dd406641b4a57ec42c9')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipywidgets/-/commit/ecc74f74b9dcc33a3e1a5fbc243e11068f54dbf3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipywidgets/-/commit/ecc74f74b9dcc33a3e1a5fbc243e11068f54dbf3
You're receiving this email because of your account on gitlab.archlinux.org.