Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-nbformat
Commits:
55a9f917 by Antonio Rojas at 2024-03-12T19:40:42+01:00
upgpkg: 5.10.2-1: Update to 5.10.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = jupyter-nbformat
pkgdesc = The base implementation of the Jupyter Notebook format and
Python APIs for working with notebooks
- pkgver = 5.10.0
+ pkgver = 5.10.2
pkgrel = 1
url = https://pypi.python.org/pypi/nbformat
arch = any
@@ -16,7 +16,7 @@ pkgbase = jupyter-nbformat
depends = python-jsonschema
depends = python-jupyter-core
depends = python-traitlets
- source =
https://github.com/jupyter/nbformat/archive/v5.10.0/nbformat-5.10.0.tar.gz
- sha256sums =
e02c498712772d4daab839719eae168841a38e800c70e068c91703312ddd6602
+ source =
https://github.com/jupyter/nbformat/archive/v5.10.2/nbformat-5.10.2.tar.gz
+ sha256sums =
f5d09d62e2177512468f6a6997b45f9cfc369281eca632e9f0845b1b6c44b2a3
pkgname = jupyter-nbformat
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Kyle Keen <[email protected]>
pkgname=jupyter-nbformat
-pkgver=5.10.0
+pkgver=5.10.2
pkgrel=1
pkgdesc='The base implementation of the Jupyter Notebook format and Python
APIs for working with notebooks'
arch=(any)
@@ -20,7 +20,7 @@ checkdepends=(python-pep440
python-pytest
python-testpath)
source=(https://github.com/jupyter/nbformat/archive/v$pkgver/nbformat-$pkgver.tar.gz)
-sha256sums=('e02c498712772d4daab839719eae168841a38e800c70e068c91703312ddd6602')
+sha256sums=('f5d09d62e2177512468f6a6997b45f9cfc369281eca632e9f0845b1b6c44b2a3')
build() {
cd nbformat-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbformat/-/commit/55a9f91724cf30ed1880de44152b6abd67536ee1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbformat/-/commit/55a9f91724cf30ed1880de44152b6abd67536ee1
You're receiving this email because of your account on gitlab.archlinux.org.