Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-nbconvert
Commits:
6cffeb66 by Antonio Rojas at 2023-10-30T22:26:54+01:00
upgpkg: 7.10.0-1: Update to 7.10.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = jupyter-nbconvert
pkgdesc = Jupyter Notebook Conversion
- pkgver = 7.9.2
+ pkgver = 7.10.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.9.2/jupyter-nbconvert-7.9.2.tar.gz
- sha256sums =
2566227ce9f15df760bd0a5206d63123634ef3b3feeed37dd7776b6ed2ff2b03
+ source =
https://github.com/jupyter/nbconvert/archive/v7.10.0/jupyter-nbconvert-7.10.0.tar.gz
+ sha256sums =
37a9f3528946dbb4a71a35058f4a2dd48089723ff849603873c8c3ccffd8d84e
pkgname = jupyter-nbconvert
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=jupyter-nbconvert
_name=nbconvert
-pkgver=7.9.2
+pkgver=7.10.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=('2566227ce9f15df760bd0a5206d63123634ef3b3feeed37dd7776b6ed2ff2b03')
+sha256sums=('37a9f3528946dbb4a71a35058f4a2dd48089723ff849603873c8c3ccffd8d84e')
build() {
cd nbconvert-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbconvert/-/commit/6cffeb6643b38597b0d6c312ad5c023fc26bfb1b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbconvert/-/commit/6cffeb6643b38597b0d6c312ad5c023fc26bfb1b
You're receiving this email because of your account on gitlab.archlinux.org.