Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-qtconsole
Commits:
27a215ba by Antonio Rojas at 2025-10-13T10:31:30+02:00
upgpkg: 5.7.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-qtconsole
pkgdesc = Qt-based console for Jupyter with support for rich media
output
- pkgver = 5.6.1
- pkgrel = 2
+ pkgver = 5.7.0
+ pkgrel = 1
url = https://qtconsole.readthedocs.io/
arch = any
license = BSD
@@ -9,6 +9,7 @@ pkgbase = python-qtconsole
checkdepends = python-pytest-qt
checkdepends = python-flaky
checkdepends = xorg-server-xvfb
+ checkdepends = python-pytest-asyncio
makedepends = python-setuptools
depends = python-ipykernel
depends = python-jupyter-core
@@ -19,7 +20,7 @@ pkgbase = python-qtconsole
depends = python-pyzmq
depends = python-qtpy
depends = qt6-svg
- source =
https://github.com/jupyter/qtconsole/archive/5.6.1/python-qtconsole-5.6.1.tar.gz
- sha256sums =
46ffae9820c44957580f12727767b5ea7801acf54252d3bccfc6535bbe174f96
+ source =
https://github.com/jupyter/qtconsole/archive/5.7.0/python-qtconsole-5.7.0.tar.gz
+ sha256sums =
3d6c90dfd2ee5e1c981f4efa60691c716c08a687ef9c12b01802e1b4192709f2
pkgname = python-qtconsole
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pkgname=qtconsole
pkgname=python-qtconsole
-pkgver=5.6.1
-pkgrel=2
+pkgver=5.7.0
+pkgrel=1
pkgdesc="Qt-based console for Jupyter with support for rich media output"
arch=(any)
url="https://qtconsole.readthedocs.io/"
@@ -21,9 +21,9 @@ depends=(
qt6-svg
)
makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pytest-qt python-flaky xorg-server-xvfb)
+checkdepends=(python-pytest python-pytest-qt python-flaky xorg-server-xvfb
python-pytest-asyncio)
source=(https://github.com/jupyter/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('46ffae9820c44957580f12727767b5ea7801acf54252d3bccfc6535bbe174f96')
+sha256sums=('3d6c90dfd2ee5e1c981f4efa60691c716c08a687ef9c12b01802e1b4192709f2')
build() {
cd ${_pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qtconsole/-/commit/27a215badd5a37067971bc2961c4cb48a6db0d1e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qtconsole/-/commit/27a215badd5a37067971bc2961c4cb48a6db0d1e
You're receiving this email because of your account on gitlab.archlinux.org.