Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-nbconvert
Commits:
311bebf3 by Antonio Rojas at 2024-02-06T08:21:49+01:00
upgpkg: 7.15.0-1: Update to 7.15.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = jupyter-nbconvert
pkgdesc = Jupyter Notebook Conversion
- pkgver = 7.14.2
+ pkgver = 7.15.0
pkgrel = 1
url = https://pypi.python.org/pypi/nbconvert
arch = any
- license = BSD
+ license = BSD-3-Clause
checkdepends = python-flaky
checkdepends = python-ipywidgets
checkdepends = python-pyppeteer
@@ -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.14.2/jupyter-nbconvert-7.14.2.tar.gz
- sha256sums =
b803d2753360c74d8090e93d4cc06e26f659e02280e96c2f35900f8a9da269b6
+ source =
https://github.com/jupyter/nbconvert/archive/v7.15.0/jupyter-nbconvert-7.15.0.tar.gz
+ sha256sums =
7a7b1f0ddf9dccb95d8cb8e3ca90c08f4b7bee51aa2319d77b52bf0dc5fa9d24
pkgname = jupyter-nbconvert
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
pkgname=jupyter-nbconvert
_name=nbconvert
-pkgver=7.14.2
+pkgver=7.15.0
pkgrel=1
pkgdesc='Jupyter Notebook Conversion'
arch=(any)
url='https://pypi.python.org/pypi/nbconvert'
-license=(BSD)
+license=(BSD-3-Clause)
depends=(ipython
jupyter-nbclient
jupyter-nbformat
@@ -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=('b803d2753360c74d8090e93d4cc06e26f659e02280e96c2f35900f8a9da269b6')
+sha256sums=('7a7b1f0ddf9dccb95d8cb8e3ca90c08f4b7bee51aa2319d77b52bf0dc5fa9d24')
build() {
cd nbconvert-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbconvert/-/commit/311bebf3181fed0c2c0af949eb41fdab21404245
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbconvert/-/commit/311bebf3181fed0c2c0af949eb41fdab21404245
You're receiving this email because of your account on gitlab.archlinux.org.