Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / jupyter-console
Commits: 43f618e6 by Antonio Rojas at 2024-04-09T14:16:39+02:00 upgpkg: 6.6.3-3: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = jupyter-console + pkgdesc = An IPython-like terminal frontend for Jupyter kernels in any language + pkgver = 6.6.3 + pkgrel = 3 + url = https://pypi.org/project/jupyter_console/ + arch = any + license = BSD + checkdepends = python-pytest + checkdepends = python-flaky + makedepends = python-build + makedepends = python-installer + makedepends = python-hatchling + depends = python-jupyter-client + provides = jupyter_console + conflicts = jupyter_console + replaces = jupyter_console + source = https://pypi.python.org/packages/source/j/jupyter_console/jupyter_console-6.6.3.tar.gz + sha256sums = 566a4bf31c87adbfadf22cdf846e3069b59a71ed5da71d6ba4d8aaad14a53539 + +pkgname = jupyter-console ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _pyname=jupyter_console pkgname=${_pyname/_/-} pkgver=6.6.3 -pkgrel=2 +pkgrel=3 pkgdesc='An IPython-like terminal frontend for Jupyter kernels in any language' arch=(any) url='https://pypi.org/project/jupyter_console/' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-console/-/commit/43f618e69efa83800c926e8c0f720799dd4a8c94 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-console/-/commit/43f618e69efa83800c926e8c0f720799dd4a8c94 You're receiving this email because of your account on gitlab.archlinux.org.
