Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-ipykernel
Commits:
d8f76d55 by Antonio Rojas at 2024-02-26T23:18:02+01:00
upgpkg: 6.29.3-1: Update to 6.29.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-ipykernel
pkgdesc = The ipython kernel for Jupyter
- pkgver = 6.29.2
+ pkgver = 6.29.3
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.2/python-ipykernel-6.29.2.tar.gz
- sha256sums =
1c7bab83e05b8030425eb93838510101f28fca99c8f65755dab67e2ff69965aa
+ source =
https://github.com/ipython/ipykernel/archive/v6.29.3/python-ipykernel-6.29.3.tar.gz
+ sha256sums =
0c8cb3885ea50ca72f2a8c51e1332b2dc4bff92fbb48e33ea8bc2ff9bec3e62d
pkgname = python-ipykernel
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pyname=ipykernel
pkgname=python-$_pyname
-pkgver=6.29.2
+pkgver=6.29.3
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=('1c7bab83e05b8030425eb93838510101f28fca99c8f65755dab67e2ff69965aa')
+sha256sums=('0c8cb3885ea50ca72f2a8c51e1332b2dc4bff92fbb48e33ea8bc2ff9bec3e62d')
build() {
cd $_pyname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipykernel/-/commit/d8f76d55a8be0b174ca78b75def36f6abcd05bf3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipykernel/-/commit/d8f76d55a8be0b174ca78b75def36f6abcd05bf3
You're receiving this email because of your account on gitlab.archlinux.org.