Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / jupyter-nbconvert
Commits: f9976bcc by Antonio Rojas at 2024-02-07T21:56:29+01:00 upgpkg: 7.16.0-1: Update to 7.16.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = jupyter-nbconvert pkgdesc = Jupyter Notebook Conversion - pkgver = 7.15.0 + pkgver = 7.16.0 pkgrel = 1 url = https://pypi.python.org/pypi/nbconvert arch = any @@ -34,7 +34,7 @@ pkgbase = jupyter-nbconvert depends = python-traitlets optdepends = pandoc: non-html conversion output optdepends = python-pyppeteer: for webPDF conversion support - source = https://github.com/jupyter/nbconvert/archive/v7.15.0/jupyter-nbconvert-7.15.0.tar.gz - sha256sums = 7a7b1f0ddf9dccb95d8cb8e3ca90c08f4b7bee51aa2319d77b52bf0dc5fa9d24 + source = https://github.com/jupyter/nbconvert/archive/v7.16.0/jupyter-nbconvert-7.16.0.tar.gz + sha256sums = ff2377de32c813efcb161cc61948313970240856e0b8d833c4a533188bf0c399 pkgname = jupyter-nbconvert ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=jupyter-nbconvert _name=nbconvert -pkgver=7.15.0 +pkgver=7.16.0 pkgrel=1 pkgdesc='Jupyter Notebook Conversion' arch=(any) @@ -39,7 +39,7 @@ checkdepends=(python-flaky optdepends=('pandoc: non-html conversion output' 'python-pyppeteer: for webPDF conversion support') source=(https://github.com/jupyter/nbconvert/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('7a7b1f0ddf9dccb95d8cb8e3ca90c08f4b7bee51aa2319d77b52bf0dc5fa9d24') +sha256sums=('ff2377de32c813efcb161cc61948313970240856e0b8d833c4a533188bf0c399') build() { cd nbconvert-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbconvert/-/commit/f9976bccb47f507a3ddf5e09acfd09ac182f3875 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbconvert/-/commit/f9976bccb47f507a3ddf5e09acfd09ac182f3875 You're receiving this email because of your account on gitlab.archlinux.org.