Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-nbclassic
Commits:
f5f30afb by Antonio Rojas at 2025-01-15T09:29:18+01:00
upgpkg: 1.2.0-1: Update to 1.2.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = jupyter-nbclassic
pkgdesc = Jupyter Notebook as a Jupyter Server Extension
- pkgver = 1.1.0
- pkgrel = 2
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://jupyter.org/
arch = any
license = BSD-3-Clause
@@ -24,7 +24,7 @@ pkgbase = jupyter-nbclassic
depends = python-jupyter-server-terminals
depends = python-tornado
depends = python-traitlets
- source = git+https://github.com/jupyter/nbclassic#tag=v1.1.0
- sha256sums =
508fce5019a08ab4d553477acad8714a0fa4601314568e00a85aa4b286920e62
+ source = git+https://github.com/jupyter/nbclassic#tag=v1.2.0
+ sha256sums =
1b4de38a4b459c57964d00a97dde4c1cd137dbc6e775306d2314e82e78a29c06
pkgname = jupyter-nbclassic
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pyname=nbclassic
pkgname=jupyter-$_pyname
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
pkgdesc='Jupyter Notebook as a Jupyter Server Extension'
arch=(any)
url='https://jupyter.org/'
@@ -28,7 +28,7 @@ makedepends=(bower
checkdepends=(python-pytest-jupyter
python-pytest-tornasync)
source=(git+https://github.com/jupyter/nbclassic#tag=v$pkgver)
-sha256sums=('508fce5019a08ab4d553477acad8714a0fa4601314568e00a85aa4b286920e62')
+sha256sums=('1b4de38a4b459c57964d00a97dde4c1cd137dbc6e775306d2314e82e78a29c06')
prepare() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbclassic/-/commit/f5f30afb35de757ca0fb3bdf4c5b95ec4a9f5cc1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbclassic/-/commit/f5f30afb35de757ca0fb3bdf4c5b95ec4a9f5cc1
You're receiving this email because of your account on gitlab.archlinux.org.