summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshwin V. Mohanan2021-10-16 09:56:07 +0200
committerAshwin V. Mohanan2021-10-16 09:56:07 +0200
commit79f815ed7b9e2734f6fbda5bc9145a32030aec90 (patch)
tree243dbd0be1ca8c47518ca24e74fd9eea0e21c232
parent087c1a4976a21eccc92bb248490c5abbd89c5189 (diff)
downloadaur-79f815ed7b9e2734f6fbda5bc9145a32030aec90.tar.gz
Version 7.1.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d3c0580ed14..3180d3335359 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ipython-ipyparallel
pkgdesc = Interactive Parallel Computing in Python
- pkgver = 6.3.0
+ pkgver = 7.1.0
pkgrel = 1
url = https://github.com/ipython/ipyparallel
arch = any
@@ -14,8 +14,7 @@ pkgbase = ipython-ipyparallel
optdepends = openmpi: to use the MPI Launchers in ipcluster command
conflicts = ipython2-ipyparallel
replaces = ipython-ipyparallel
- source = https://files.pythonhosted.org/packages/source/i/ipyparallel/ipyparallel-6.3.0.tar.gz
- sha256sums = 0a97b276c62db633e9e97a816282bdd166f9df74e28204f0c8fa54b71944cfdc
+ source = https://files.pythonhosted.org/packages/source/i/ipyparallel/ipyparallel-7.1.0.tar.gz
+ sha256sums = ea756df0d2485bac19cccb0dbf4cafbc855c922b9b5905b4906e6cfac8b3c648
pkgname = python-ipyparallel
-
diff --git a/PKGBUILD b/PKGBUILD
index 6a7c1516ddbe..32fc43c13318 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=ipyparallel
pkgbase=ipython-${_name}
pkgname=python-${_name}
-pkgver=6.3.0
+pkgver=7.1.0
pkgrel=1
pkgdesc="Interactive Parallel Computing in Python"
url="https://github.com/ipython/ipyparallel"
@@ -13,7 +13,7 @@ license=('BSD')
makedepends=('python-setuptools')
optdepends=('openmpi: to use the MPI Launchers in ipcluster command')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('0a97b276c62db633e9e97a816282bdd166f9df74e28204f0c8fa54b71944cfdc')
+sha256sums=('ea756df0d2485bac19cccb0dbf4cafbc855c922b9b5905b4906e6cfac8b3c648')
depends=('ipython' 'python-setuptools' 'python-jupyter_client' 'python-tornado' 'python-decorator')
conflicts=('ipython2-ipyparallel')
replaces=('ipython-ipyparallel')