Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-jupyter-core
Commits:
56184c8b by Antonio Rojas at 2023-10-30T23:15:14+01:00
upgpkg: 5.5.0-1: Update to 5.5.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-jupyter-core
pkgdesc = Jupyter core package. A base package on which Jupyter
projects rely
- pkgver = 5.4.0
+ pkgver = 5.5.0
pkgrel = 1
url = https://pypi.python.org/pypi/jupyter_core
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-jupyter-core
provides = python-jupyter_core
conflicts = python-jupyter_core
replaces = python-jupyter_core
- source =
https://files.pythonhosted.org/packages/source/j/jupyter_core/jupyter_core-5.4.0.tar.gz
- sha256sums =
e4b98344bb94ee2e3e6c4519a97d001656009f9cb2b7f2baf15b3c205770011d
+ source =
https://files.pythonhosted.org/packages/source/j/jupyter_core/jupyter_core-5.5.0.tar.gz
+ sha256sums =
880b86053bf298a8724994f95e99b99130659022a4f7f45f563084b6223861d3
pkgname = python-jupyter-core
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pyname=jupyter_core
pkgname=python-${_pyname/_/-}
-pkgver=5.4.0
+pkgver=5.5.0
pkgrel=1
pkgdesc='Jupyter core package. A base package on which Jupyter projects rely'
arch=(any)
@@ -22,7 +22,7 @@ conflicts=(python-jupyter_core)
provides=(python-jupyter_core)
replaces=(python-jupyter_core)
source=(https://files.pythonhosted.org/packages/source/j/jupyter_core/$_pyname-$pkgver.tar.gz)
-sha256sums=('e4b98344bb94ee2e3e6c4519a97d001656009f9cb2b7f2baf15b3c205770011d')
+sha256sums=('880b86053bf298a8724994f95e99b99130659022a4f7f45f563084b6223861d3')
prepare() {
cd $_pyname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jupyter-core/-/commit/56184c8b1f6da32690d85ebe9ca706189aac9a55
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jupyter-core/-/commit/56184c8b1f6da32690d85ebe9ca706189aac9a55
You're receiving this email because of your account on gitlab.archlinux.org.