Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-notebook
Commits:
f04a6282 by Antonio Rojas at 2024-12-04T22:37:22+01:00
upgpkg: 7.3.0-1: Update to 7.3.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = jupyter-notebook
pkgdesc = The language-agnostic HTML notebook application for Project
Jupyter
- pkgver = 7.3.0rc0
- pkgrel = 2
+ pkgver = 7.3.0
+ pkgrel = 1
url = https://github.com/jupyter/notebook
arch = any
license = BSD-3-Clause
@@ -23,7 +23,7 @@ pkgbase = jupyter-notebook
depends = python-tornado
depends = python-traitlets
replaces = jupyter-retrolab
- source = git+https://github.com/jupyter/notebook#tag=v7.3.0rc0
- sha256sums =
650c0ac7920a03bc0fc5621454386951e4ad0833e31b7993980136ce4816e419
+ source = git+https://github.com/jupyter/notebook#tag=v7.3.0
+ sha256sums =
7e70acd3b197abb0c5ee7d19d6df8edac30df31965faae72bb0a449c8b1d5bf8
pkgname = jupyter-notebook
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=jupyter-notebook
_pipname=notebook
-pkgver=7.3.0rc0
-pkgrel=2
+pkgver=7.3.0
+pkgrel=1
pkgdesc='The language-agnostic HTML notebook application for Project Jupyter'
arch=(any)
url='https://github.com/jupyter/notebook'
@@ -28,7 +28,7 @@ checkdepends=(python-pytest-jupyter
python-requests)
replaces=(jupyter-retrolab)
source=(git+https://github.com/jupyter/notebook#tag=v$pkgver)
-sha256sums=('650c0ac7920a03bc0fc5621454386951e4ad0833e31b7993980136ce4816e419')
+sha256sums=('7e70acd3b197abb0c5ee7d19d6df8edac30df31965faae72bb0a449c8b1d5bf8')
build() {
cd notebook
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-notebook/-/commit/f04a62821339aaeb2eb40c8cac78fd607febcc4f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-notebook/-/commit/f04a62821339aaeb2eb40c8cac78fd607febcc4f
You're receiving this email because of your account on gitlab.archlinux.org.