Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-nbclient
Commits:
fa46a6f8 by Antonio Rojas at 2024-03-12T19:38:24+01:00
upgpkg: 0.9.1-1: Update to 0.9.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,15 @@
pkgbase = jupyter-nbclient
pkgdesc = A tool for running Jupyter Notebooks in different execution
contexts
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/jupyter/nbclient
arch = any
- license = BSD
+ license = BSD-3-Clause
checkdepends = jupyter-nbconvert
checkdepends = python-flaky
checkdepends = python-ipywidgets
checkdepends = python-pytest-asyncio
+ checkdepends = python-testpath
checkdepends = python-xmltodict
makedepends = python-build
makedepends = python-hatchling
@@ -18,7 +19,7 @@ pkgbase = jupyter-nbclient
depends = python-jupyter-client
depends = python-jupyter-core
depends = python-traitlets
- source =
https://github.com/jupyter/nbclient/archive/v0.9.0/jupyter-nbclient-0.9.0.tar.gz
- sha256sums =
05f3769d496d67d70f937a4a158aa0cb50fddb3576542b9e8f2a3865832b871c
+ source =
https://github.com/jupyter/nbclient/archive/v0.9.1/jupyter-nbclient-0.9.1.tar.gz
+ sha256sums =
ad1d37f2ce2b13dc1450f884cf29888f6a8e969493638a64ca832dbe4504f0ec
pkgname = jupyter-nbclient
=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
# Contributor: Kyle Keen <[email protected]>
pkgname=jupyter-nbclient
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc='A tool for running Jupyter Notebooks in different execution contexts'
arch=(any)
url='https://github.com/jupyter/nbclient'
-license=(BSD)
+license=(BSD-3-Clause)
depends=(jupyter-nbformat
python
python-jupyter-client
@@ -20,9 +20,10 @@ checkdepends=(jupyter-nbconvert
python-flaky
python-ipywidgets
python-pytest-asyncio
+ python-testpath
python-xmltodict)
source=(https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('05f3769d496d67d70f937a4a158aa0cb50fddb3576542b9e8f2a3865832b871c')
+sha256sums=('ad1d37f2ce2b13dc1450f884cf29888f6a8e969493638a64ca832dbe4504f0ec')
build() {
cd nbclient-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbclient/-/commit/fa46a6f88a29d29ffccd7680137ad6cfa3629029
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbclient/-/commit/fa46a6f88a29d29ffccd7680137ad6cfa3629029
You're receiving this email because of your account on gitlab.archlinux.org.