Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-notebook
Commits:
b08d6f94 by Antonio Rojas at 2024-02-26T23:02:37+01:00
upgpkg: 7.1.1-1: Update to 7.1.1
- - - - -
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.1.0
+ pkgver = 7.1.1
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.1.0.tar.gz
- sha256sums =
99caf01ff166b1cc86355c9b37c1ba9bf566c1d7fc4ab57bb6f8f24e36c4260e
+ source =
https://pypi.io/packages/source/n/notebook/notebook-7.1.1.tar.gz
+ sha256sums =
818e7420fa21f402e726afb9f02df7f3c10f294c02e383ed19852866c316108b
pkgname = jupyter-notebook
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=jupyter-notebook
_pipname=notebook
-pkgver=7.1.0
+pkgver=7.1.1
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=('99caf01ff166b1cc86355c9b37c1ba9bf566c1d7fc4ab57bb6f8f24e36c4260e')
+sha256sums=('818e7420fa21f402e726afb9f02df7f3c10f294c02e383ed19852866c316108b')
build() {
cd notebook-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-notebook/-/commit/b08d6f9466e7bc317657c6d6c8e5d8e82665c1d9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-notebook/-/commit/b08d6f9466e7bc317657c6d6c8e5d8e82665c1d9
You're receiving this email because of your account on gitlab.archlinux.org.