Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-notebook
Commits:
c2e434cb by Antonio Rojas at 2023-10-17T23:40:20+02:00
upgpkg: 7.0.6-1: Update to 7.0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = jupyter-notebook
pkgdesc = The language-agnostic HTML notebook application for Project
Jupyter
- pkgver = 7.0.5
+ pkgver = 7.0.6
pkgrel = 1
url = https://github.com/jupyter/notebook
arch = any
@@ -21,7 +21,7 @@ pkgbase = jupyter-notebook
depends = python-tornado
depends = python-traitlets
replaces = jupyter-retrolab
- source =
https://pypi.io/packages/source/n/notebook/notebook-7.0.5.tar.gz
- sha256sums =
9e7c7a91de138bc8b5ee50486a20e70fa4d82d407b5622ec8beac9e13e773181
+ source =
https://pypi.io/packages/source/n/notebook/notebook-7.0.6.tar.gz
+ sha256sums =
ec6113b06529019f7f287819af06c97a2baf7a95ac21a8f6e32192898e9f9a58
pkgname = jupyter-notebook
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=jupyter-notebook
_pipname=notebook
-pkgver=7.0.5
+pkgver=7.0.6
pkgrel=1
pkgdesc='The language-agnostic HTML notebook application for Project Jupyter'
arch=(any)
@@ -26,7 +26,7 @@ checkdepends=(python-pytest-jupyter
python-requests)
replaces=(jupyter-retrolab)
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('9e7c7a91de138bc8b5ee50486a20e70fa4d82d407b5622ec8beac9e13e773181')
+sha256sums=('ec6113b06529019f7f287819af06c97a2baf7a95ac21a8f6e32192898e9f9a58')
build() {
cd notebook-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-notebook/-/commit/c2e434cbfa139963879bb85e3881366b6d3cc0c6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-notebook/-/commit/c2e434cbfa139963879bb85e3881366b6d3cc0c6
You're receiving this email because of your account on gitlab.archlinux.org.