Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-nbconvert
Commits:
0967a1ca by Antonio Rojas at 2025-01-03T23:04:32+01:00
upgpkg: 7.16.5-1: Update to 7.16.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = jupyter-nbconvert
pkgdesc = Jupyter Notebook Conversion
- pkgver = 7.16.4
- pkgrel = 4
+ pkgver = 7.16.5
+ pkgrel = 1
url = https://pypi.python.org/pypi/nbconvert
arch = any
license = BSD-3-Clause
@@ -41,7 +41,7 @@ pkgbase = jupyter-nbconvert
depends = python-traitlets
optdepends = pandoc: non-html conversion output
optdepends = python-playwright: for webPDF conversion support
- source = git+https://github.com/jupyter/nbconvert#tag=v7.16.4
- sha256sums =
fee1c568bf62ab23616d7e8f0388a8a56500725484e2fd1cb38b99db1d8091a9
+ source = git+https://github.com/jupyter/nbconvert#tag=v7.16.5
+ sha256sums =
874b243fed2eb41fe69f4ec6c1dab109bfe037fce7cb62f53c6b357a11b29c63
pkgname = jupyter-nbconvert
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=jupyter-nbconvert
_name=nbconvert
-pkgver=7.16.4
-pkgrel=4
+pkgver=7.16.5
+pkgrel=1
pkgdesc='Jupyter Notebook Conversion'
arch=(any)
url='https://pypi.python.org/pypi/nbconvert'
@@ -46,7 +46,7 @@ checkdepends=(inkscape
optdepends=('pandoc: non-html conversion output'
'python-playwright: for webPDF conversion support')
source=(git+https://github.com/jupyter/nbconvert#tag=v$pkgver)
-sha256sums=('fee1c568bf62ab23616d7e8f0388a8a56500725484e2fd1cb38b99db1d8091a9')
+sha256sums=('874b243fed2eb41fe69f4ec6c1dab109bfe037fce7cb62f53c6b357a11b29c63')
build() {
cd nbconvert
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbconvert/-/commit/0967a1ca3a12d4e1bca7f703e0f0f5f6725e6589
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbconvert/-/commit/0967a1ca3a12d4e1bca7f703e0f0f5f6725e6589
You're receiving this email because of your account on gitlab.archlinux.org.