Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-nbconvert
Commits:
ee470837 by Antonio Rojas at 2023-12-21T22:58:43+01:00
upgpkg: 7.13.1-1: Update to 7.13.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = jupyter-nbconvert
pkgdesc = Jupyter Notebook Conversion
- pkgver = 7.13.0
+ pkgver = 7.13.1
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.13.0/jupyter-nbconvert-7.13.0.tar.gz
- sha256sums =
5281e2ab4c0260217a32d3e935fd3ac396ee37e10e2628ac7e6cd0b36a8ce792
+ source =
https://github.com/jupyter/nbconvert/archive/v7.13.1/jupyter-nbconvert-7.13.1.tar.gz
+ sha256sums =
15cd30c047ac254cc4775072927540c3985c93d19132e34610be5e3c2b877ace
pkgname = jupyter-nbconvert
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=jupyter-nbconvert
_name=nbconvert
-pkgver=7.13.0
+pkgver=7.13.1
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=('5281e2ab4c0260217a32d3e935fd3ac396ee37e10e2628ac7e6cd0b36a8ce792')
+sha256sums=('15cd30c047ac254cc4775072927540c3985c93d19132e34610be5e3c2b877ace')
build() {
cd nbconvert-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbconvert/-/commit/ee470837ae3e23b34a91f646d07cee21bc168324
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbconvert/-/commit/ee470837ae3e23b34a91f646d07cee21bc168324
You're receiving this email because of your account on gitlab.archlinux.org.