Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-qtconsole
Commits:
9761da16 by Antonio Rojas at 2024-09-12T23:15:03+02:00
upgpkg: 5.6.0-1: Update to 5.6.0
- - - - -
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.5.2
+ pkgver = 5.6.0
pkgrel = 1
url = https://qtconsole.readthedocs.io/
arch = any
@@ -20,7 +20,7 @@ pkgbase = python-qtconsole
depends = python-pyzmq
depends = python-qtpy
depends = qt6-svg
- source =
https://github.com/jupyter/qtconsole/archive/5.5.2/python-qtconsole-5.5.2.tar.gz
- sha256sums =
76ef5508ceb84a8e233f309a5456fad051912750085babbb90aa95dacd1bcf1b
+ source =
https://github.com/jupyter/qtconsole/archive/5.6.0/python-qtconsole-5.6.0.tar.gz
+ sha256sums =
7c5530e69a7b492cfed2fe1b3c86cce3463cd146c04767e19d41686753b012be
pkgname = python-qtconsole
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkgname=qtconsole
pkgname=python-qtconsole
-pkgver=5.5.2
+pkgver=5.6.0
pkgrel=1
pkgdesc="Qt-based console for Jupyter with support for rich media output"
arch=(any)
@@ -24,7 +24,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=('76ef5508ceb84a8e233f309a5456fad051912750085babbb90aa95dacd1bcf1b')
+sha256sums=('7c5530e69a7b492cfed2fe1b3c86cce3463cd146c04767e19d41686753b012be')
build() {
cd ${_pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qtconsole/-/commit/9761da16132741b685f67bb189596720b80194a0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qtconsole/-/commit/9761da16132741b685f67bb189596720b80194a0
You're receiving this email because of your account on gitlab.archlinux.org.