Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-jupyter-events
Commits: 2cf8f74d by Antonio Rojas at 2023-08-01T12:44:19+02:00 upgpkg: 0.7.0-1: Update to 0.7.0 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,19 +2,17 @@ _pipname=jupyter_events pkgname=python-jupyter-events -pkgver=0.6.3 -pkgrel=4 +pkgver=0.7.0 +pkgrel=1 pkgdesc='Configurable event system for Jupyter applications and extensions' arch=(any) url='https://jupyter.org/' license=(BSD) -depends=(python-jsonschema python-json-logger python-traitlets python-yaml python-click python-rich - python-jsonpointer python-isoduration python-rfc3986-validator python-rfc3339-validator - python-fqdn python-uri-template python-webcolors) +depends=(python-jsonschema python-json-logger python-traitlets python-yaml python-click python-rich) makedepends=(python-build python-installer python-hatchling) -checkdepends=(python-pytest-console-scripts) +checkdepends=(python-pytest-console-scripts python-pytest-asyncio python-rfc3986-validator python-rfc3339-validator) source=(https://github.com/jupyter/jupyter_events/releases/download/v$pkgver/$_pipname-$pkgver.tar.gz) -sha256sums=('9a6e9995f75d1b7146b436ea24d696ce3a35bfa8bfe45e0c33c334c79464d0b3') +sha256sums=('7be27f54b8388c03eefea123a4f79247c5b9381c49fb1cd48615ee191eb12615') build() { cd $_pipname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-jupyter-events/-/commit/2cf8f74d7380121cb62ff61e7061642adedf6b42 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-jupyter-events/-/commit/2cf8f74d7380121cb62ff61e7061642adedf6b42 You're receiving this email because of your account on gitlab.archlinux.org.
