Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-ipykernel
Commits:
cbbed6a5 by Antonio Rojas at 2023-12-26T16:30:50+01:00
upgpkg: 6.28.0-1: Update to 6.28.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-ipykernel
pkgdesc = The ipython kernel for Jupyter
- pkgver = 6.27.1
+ pkgver = 6.28.0
pkgrel = 1
url = https://pypi.org/project/ipykernel/
arch = any
@@ -25,7 +25,7 @@ pkgbase = python-ipykernel
depends = python-tornado
depends = python-traitlets
optdepends = python-debugpy: debugger support
- source =
https://github.com/ipython/ipykernel/archive/v6.27.1/python-ipykernel-6.27.1.tar.gz
- sha256sums =
ccaec722f2bf47214d74318a846ab39fa2ebc6431d906e8b5e45f90ba6aa2489
+ source =
https://github.com/ipython/ipykernel/archive/v6.28.0/python-ipykernel-6.28.0.tar.gz
+ sha256sums =
54ca03eac3e54b3f129b05887d78074a3a43f0a168b22e2990925a25d2474224
pkgname = python-ipykernel
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pyname=ipykernel
pkgname=python-$_pyname
-pkgver=6.27.1
+pkgver=6.28.0
pkgrel=1
pkgdesc='The ipython kernel for Jupyter'
arch=(any)
@@ -30,7 +30,7 @@ checkdepends=(python-debugpy
python-pytest-timeout)
optdepends=('python-debugpy: debugger support')
source=(https://github.com/ipython/ipykernel/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('ccaec722f2bf47214d74318a846ab39fa2ebc6431d906e8b5e45f90ba6aa2489')
+sha256sums=('54ca03eac3e54b3f129b05887d78074a3a43f0a168b22e2990925a25d2474224')
build() {
cd $_pyname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipykernel/-/commit/cbbed6a5ee8d14e1434af20b976e98d0cb54737c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipykernel/-/commit/cbbed6a5ee8d14e1434af20b976e98d0cb54737c
You're receiving this email because of your account on gitlab.archlinux.org.