summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroysstu2021-09-27 15:45:11 +0200
committeroysstu2021-09-27 15:45:11 +0200
commit9bd5f050e99df9e7483932b629ea43b6f89e496c (patch)
tree02756cfb266fca373331f69ee470e6c1d510080a
parent6c196a38882f9b432fbe54af33ed7d0e902c8312 (diff)
downloadaur-9bd5f050e99df9e7483932b629ea43b6f89e496c.tar.gz
v1.10.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f314594315b4..e36bacc4df51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-gpy
pkgdesc = Gaussian processes framework in python
- pkgver = 1.9.9
- pkgrel = 2
+ pkgver = 1.10.0
+ pkgrel = 1
url = https://github.com/SheffieldML/GPy
arch = any
license = BSD
@@ -23,8 +23,7 @@ pkgbase = python-gpy
optdepends = python-jupyter_client
optdepends = jupyter-notebook
optdepends = python-mpi4py
- source = https://files.pythonhosted.org/packages/source/G/GPy/GPy-1.9.9.tar.gz
- sha256sums = 04faf0c24eacc4dea60727c50a48a07ddf9b5751a3b73c382105e2a31657c7ed
+ source = https://files.pythonhosted.org/packages/source/G/GPy/GPy-1.10.0.tar.gz
+ sha256sums = a2b793ef8d0ac71739e7ba1c203bc8a5afa191058b42caa617e0e29aa52aa6fb
pkgname = python-gpy
-
diff --git a/PKGBUILD b/PKGBUILD
index a8472427e6ec..7f48283b668a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-gpy
_name=GPy
-pkgver=1.9.9
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
pkgdesc="Gaussian processes framework in python"
arch=("any")
license=("BSD")
@@ -13,7 +13,7 @@ depends=('python' 'python-numpy' 'python-scipy' 'python-six' 'python-paramz' 'py
optdepends=('python-plotly' 'ipython' 'python-sphinx' 'python-ipykernel' 'python-ipywidgets' 'python-jupyter_client' 'jupyter-notebook' 'python-mpi4py')
makedepends=('python-setuptools' 'python-numpy' 'cython')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=("04faf0c24eacc4dea60727c50a48a07ddf9b5751a3b73c382105e2a31657c7ed")
+sha256sums=('a2b793ef8d0ac71739e7ba1c203bc8a5afa191058b42caa617e0e29aa52aa6fb')
prepare() {
cd "GPy-${pkgver}"