summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2025-03-26 12:23:24 -0500
committerCarlos Aznarán2025-03-26 12:23:24 -0500
commitf4b9a96c129bc4450328ec48ae52fac9b7a020b5 (patch)
treea305cc77441ed2f0392d99e5013afb61af139eba
parent3af4c7d800afbd9abd44464f130aae6a127da1e6 (diff)
downloadaur-python-xeus-python-shell.tar.gz
Bump version to 0.6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4523f4eb4ed1..f70bde0660a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-xeus-python-shell
pkgdesc = The xeus-python core python logic
- pkgver = 0.6.3
+ pkgver = 0.6.4
pkgrel = 1
url = https://github.com/jupyter-xeus/xeus-python-shell
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-xeus-python-shell
depends = python-debugpy
optdepends = ipython: IPython support
optdepends = python-pyjs: wasm support
- source = xeus-python-shell-0.6.3.tar.gz::https://github.com/jupyter-xeus/xeus-python-shell/archive/0.6.3.tar.gz
- sha512sums = 0d5c83b50424719203d927c032f333363fc1f54c33b33ce9eb8d51340ad891bf34c00d7ff6b567a8b82df45d84fe3f6484f9e9d344a6d6e1a86e89fa91986452
+ source = xeus-python-shell-0.6.4.tar.gz::https://github.com/jupyter-xeus/xeus-python-shell/archive/0.6.4.tar.gz
+ sha512sums = a70d0b215dcc233d77258d4cf625a791ce724ab0b2ecad77c8bf8bb252a65e82388d8de31e1bed52f669b584ff3d016f3477389e097126954a5d230b4407fae8
pkgname = python-xeus-python-shell
diff --git a/PKGBUILD b/PKGBUILD
index 5730bb138104..ef70ac55cd89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=xeus-python-shell
pkgname=python-${_base}
pkgdesc="The xeus-python core python logic"
-pkgver=0.6.3
+pkgver=0.6.4
pkgrel=1
arch=(any)
url="https://github.com/jupyter-xeus/${_base}"
@@ -12,7 +12,7 @@ makedepends=(python-build python-installer python-setuptools python-wheel)
optdepends=('ipython: IPython support'
'python-pyjs: wasm support')
source=(${_base}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
-sha512sums=('0d5c83b50424719203d927c032f333363fc1f54c33b33ce9eb8d51340ad891bf34c00d7ff6b567a8b82df45d84fe3f6484f9e9d344a6d6e1a86e89fa91986452')
+sha512sums=('a70d0b215dcc233d77258d4cf625a791ce724ab0b2ecad77c8bf8bb252a65e82388d8de31e1bed52f669b584ff3d016f3477389e097126954a5d230b4407fae8')
build() {
cd ${_base}-${pkgver}