Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-qtconsole
Commits:
810d14a0 by Antonio Rojas at 2024-11-20T23:19:06+01:00
upgpkg: 5.6.1-1: Update to 5.6.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-qtconsole
pkgdesc = Qt-based console for Jupyter with support for rich media
output
- pkgver = 5.6.0
+ pkgver = 5.6.1
pkgrel = 1
url = https://qtconsole.readthedocs.io/
arch = any
@@ -11,7 +11,6 @@ pkgbase = python-qtconsole
checkdepends = xorg-server-xvfb
makedepends = python-setuptools
depends = python-ipykernel
- depends = python-ipython-genutils
depends = python-jupyter-core
depends = python-jupyter-client
depends = python-traitlets
@@ -20,7 +19,7 @@ pkgbase = python-qtconsole
depends = python-pyzmq
depends = python-qtpy
depends = qt6-svg
- source =
https://github.com/jupyter/qtconsole/archive/5.6.0/python-qtconsole-5.6.0.tar.gz
- sha256sums =
7c5530e69a7b492cfed2fe1b3c86cce3463cd146c04767e19d41686753b012be
+ source =
https://github.com/jupyter/qtconsole/archive/5.6.1/python-qtconsole-5.6.1.tar.gz
+ sha256sums =
46ffae9820c44957580f12727767b5ea7801acf54252d3bccfc6535bbe174f96
pkgname = python-qtconsole
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkgname=qtconsole
pkgname=python-qtconsole
-pkgver=5.6.0
+pkgver=5.6.1
pkgrel=1
pkgdesc="Qt-based console for Jupyter with support for rich media output"
arch=(any)
@@ -11,7 +11,6 @@ url="https://qtconsole.readthedocs.io/"
license=(BSD)
depends=(
python-ipykernel
- python-ipython-genutils
python-jupyter-core
python-jupyter-client
python-traitlets
@@ -24,7 +23,7 @@ depends=(
makedepends=(python-setuptools)
checkdepends=(python-pytest python-pytest-qt python-flaky xorg-server-xvfb)
source=(https://github.com/jupyter/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('7c5530e69a7b492cfed2fe1b3c86cce3463cd146c04767e19d41686753b012be')
+sha256sums=('46ffae9820c44957580f12727767b5ea7801acf54252d3bccfc6535bbe174f96')
build() {
cd ${_pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qtconsole/-/commit/810d14a06412bee18527df8482fa992116fa4b13
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qtconsole/-/commit/810d14a06412bee18527df8482fa992116fa4b13
You're receiving this email because of your account on gitlab.archlinux.org.