summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Lui Geh2021-09-20 18:04:02 -0300
committerRenato Lui Geh2021-09-20 18:04:02 -0300
commit783e195d6dbb24ebe1f00b196ec35a77d71205ef (patch)
treec44f388dc6d3a929f337b3290ac1fcd9aff491b2
parent54edeac8abf5fbbfb58777f76897fee639bb61f8 (diff)
downloadaur-783e195d6dbb24ebe1f00b196ec35a77d71205ef.tar.gz
Bump to 1.7.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3489595bdcf..b02d7dd5d473 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyro-ppl
pkgdesc = A Python library for probabilistic modeling and inference
- pkgver = 1.6.0
+ pkgver = 1.7.0
pkgrel = 1
url = http://pyro.ai/
arch = any
@@ -39,8 +39,7 @@ pkgbase = python-pyro-ppl
optdepends = python-prettytable
optdepends = python-pytest-benchmark
optdepends = python-snakeviz
- source = https://files.pythonhosted.org/packages/bc/b1/d95a324317a70dbddf83171366f791f86e75ceee9527f208d14320199dc3/pyro-ppl-1.6.0.tar.gz
- sha256sums = ee181852713058f59d600dfa2e05bbc6f7f9b88fcdb4d2f1ccf61b0bf4794088
+ source = https://files.pythonhosted.org/packages/e1/b5/c9d13a46363102fc4da386ddb3f3006b991dadf3301d392e1b12c823db0b/pyro-ppl-1.7.0.tar.gz
+ sha256sums = a8ec6968fdfa34f140584b266099238f1ffeacbbaab3775de5c94c0e685d018a
pkgname = python-pyro-ppl
-
diff --git a/PKGBUILD b/PKGBUILD
index 1d27e809b627..bec57e3d2850 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyro-ppl
_pypiname=${pkgname/python-/}
-pkgver=1.6.0
+pkgver=1.7.0
pkgrel=1
pkgdesc="A Python library for probabilistic modeling and inference"
arch=('any')
@@ -17,8 +17,8 @@ optdepends=('flake8' 'python-isort' 'jupyter-nbformat' 'python-nbsphinx' 'python
'python-pytest-benchmark' 'python-snakeviz')
checkdepends=('python-nbval' 'python-pytest-cov' 'python-pytest' 'python-scipy')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/bc/b1/d95a324317a70dbddf83171366f791f86e75ceee9527f208d14320199dc3/${_pypiname}-${pkgver}.tar.gz")
-sha256sums=('ee181852713058f59d600dfa2e05bbc6f7f9b88fcdb4d2f1ccf61b0bf4794088')
+source=("https://files.pythonhosted.org/packages/e1/b5/c9d13a46363102fc4da386ddb3f3006b991dadf3301d392e1b12c823db0b/${_pypiname}-${pkgver}.tar.gz")
+sha256sums=('a8ec6968fdfa34f140584b266099238f1ffeacbbaab3775de5c94c0e685d018a')
build() {
cd $srcdir/${_pypiname}-${pkgver}