Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-qtconsole
Commits:
69df81e9 by Antonio Rojas at 2024-05-05T22:14:02+02:00
upgpkg: 5.5.2-1: Update to 5.5.2
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-qtconsole
pkgdesc = Qt-based console for Jupyter with support for rich media
output
- pkgver = 5.5.1
- pkgrel = 2
+ pkgver = 5.5.2
+ pkgrel = 1
url = https://qtconsole.readthedocs.io/
arch = any
license = BSD
@@ -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.1/python-qtconsole-5.5.1.tar.gz
- sha256sums =
5e0bc296795af042a720ec59da6bde244ef359b3e3f9aaff218d50ec96b2fd14
+ source =
https://github.com/jupyter/qtconsole/archive/5.5.2/python-qtconsole-5.5.2.tar.gz
+ sha256sums =
76ef5508ceb84a8e233f309a5456fad051912750085babbb90aa95dacd1bcf1b
pkgname = python-qtconsole
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,3 @@
+[python-qtconsole]
+source = "git"
+git = "https://github.com/jupyter/qtconsole.git"
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pkgname=qtconsole
pkgname=python-qtconsole
-pkgver=5.5.1
-pkgrel=2
+pkgver=5.5.2
+pkgrel=1
pkgdesc="Qt-based console for Jupyter with support for rich media output"
arch=(any)
url="https://qtconsole.readthedocs.io/"
@@ -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=('5e0bc296795af042a720ec59da6bde244ef359b3e3f9aaff218d50ec96b2fd14')
+sha256sums=('76ef5508ceb84a8e233f309a5456fad051912750085babbb90aa95dacd1bcf1b')
build() {
cd ${_pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qtconsole/-/commit/69df81e98c0b5f19cdd1f28a106dd41813f9638b
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qtconsole/-/commit/69df81e98c0b5f19cdd1f28a106dd41813f9638b
You're receiving this email because of your account on gitlab.archlinux.org.