summaryrefslogtreecommitdiff
path: root/ipython-ipyparallel
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-11-14 23:01:33 +0100
committerErich Eckner <git@eckner.net>2019-11-14 23:01:33 +0100
commitf5fcad7e66361f64763ade864f1eb40e3770dda5 (patch)
tree87f8dbf851b48ef2c4fed901f3ab3290a74098f4 /ipython-ipyparallel
parent1c53e38d97fde20a3b1e4809ea92e0e95e4bbaaa (diff)
downloadarchlinuxewe.git.save-f5fcad7e66361f64763ade864f1eb40e3770dda5.tar.xz
recompile all python packages
Diffstat (limited to 'ipython-ipyparallel')
-rw-r--r--ipython-ipyparallel/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipython-ipyparallel/PKGBUILD b/ipython-ipyparallel/PKGBUILD
index 565b4564..c9391a5c 100644
--- a/ipython-ipyparallel/PKGBUILD
+++ b/ipython-ipyparallel/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=ipython-ipyparallel
pkgname=('ipython-ipyparallel' 'ipython2-ipyparallel' 'ipython-ipyparallel-common')
pkgver=6.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="Interactive Parallel Computing in Python"
url="https://github.com/ipython/ipyparallel"
arch=(any)
@@ -13,8 +13,8 @@ _deppy2=(
'python2<2.8'
)
_deppy=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
)
_depends=(
'ipython'