Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-ipykernel
Commits:
3b5925a6 by Antonio Rojas at 2024-02-06T08:49:20+01:00
upgpkg: 6.29.1-1: Update to 6.29.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-ipykernel
pkgdesc = The ipython kernel for Jupyter
- pkgver = 6.29.0
+ pkgver = 6.29.1
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.29.0/python-ipykernel-6.29.0.tar.gz
- sha256sums =
ac16bbd6a064437f99fad745eecff1966c6510c6c6347f6d789a7910c55607fe
+ source =
https://github.com/ipython/ipykernel/archive/v6.29.1/python-ipykernel-6.29.1.tar.gz
+ sha256sums =
8f02c85e848332b86a77c4b030dab044c747b1e23411e33f07d02860d14dceab
pkgname = python-ipykernel
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pyname=ipykernel
pkgname=python-$_pyname
-pkgver=6.29.0
+pkgver=6.29.1
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=('ac16bbd6a064437f99fad745eecff1966c6510c6c6347f6d789a7910c55607fe')
+sha256sums=('8f02c85e848332b86a77c4b030dab044c747b1e23411e33f07d02860d14dceab')
build() {
cd $_pyname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipykernel/-/commit/3b5925a69a72e815e23b9c8346d9a540d13c7fce
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipykernel/-/commit/3b5925a69a72e815e23b9c8346d9a540d13c7fce
You're receiving this email because of your account on gitlab.archlinux.org.