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