summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Lui Geh2021-12-14 16:32:46 -0300
committerRenato Lui Geh2021-12-14 16:32:46 -0300
commitc6694958aa3e2fd84bfaf0b989905e5be925093a (patch)
treea6e70cd668ad4bcbc2d190b181d10da1561cfe77
parent783e195d6dbb24ebe1f00b196ec35a77d71205ef (diff)
downloadaur-c6694958aa3e2fd84bfaf0b989905e5be925093a.tar.gz
Bump to 1.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b02d7dd5d473..30cd02518565 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyro-ppl
pkgdesc = A Python library for probabilistic modeling and inference
- pkgver = 1.7.0
+ pkgver = 1.8.0
pkgrel = 1
url = http://pyro.ai/
arch = any
@@ -39,7 +39,7 @@ pkgbase = python-pyro-ppl
optdepends = python-prettytable
optdepends = python-pytest-benchmark
optdepends = python-snakeviz
- source = https://files.pythonhosted.org/packages/e1/b5/c9d13a46363102fc4da386ddb3f3006b991dadf3301d392e1b12c823db0b/pyro-ppl-1.7.0.tar.gz
- sha256sums = a8ec6968fdfa34f140584b266099238f1ffeacbbaab3775de5c94c0e685d018a
+ source = https://files.pythonhosted.org/packages/4c/bd/658eaf515f65905f1e63364917e98ce50bb3e53c8c6c125eea0e015206ee/pyro-ppl-1.8.0.tar.gz
+ sha256sums = 68e4ea30f219227dd88e55de2550d3f8c20a20adbdb67ad1e13b50868bb2ac0c
pkgname = python-pyro-ppl
diff --git a/PKGBUILD b/PKGBUILD
index bec57e3d2850..7efbc3f57407 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyro-ppl
_pypiname=${pkgname/python-/}
-pkgver=1.7.0
+pkgver=1.8.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/e1/b5/c9d13a46363102fc4da386ddb3f3006b991dadf3301d392e1b12c823db0b/${_pypiname}-${pkgver}.tar.gz")
-sha256sums=('a8ec6968fdfa34f140584b266099238f1ffeacbbaab3775de5c94c0e685d018a')
+source=("https://files.pythonhosted.org/packages/4c/bd/658eaf515f65905f1e63364917e98ce50bb3e53c8c6c125eea0e015206ee/${_pypiname}-${pkgver}.tar.gz")
+sha256sums=('68e4ea30f219227dd88e55de2550d3f8c20a20adbdb67ad1e13b50868bb2ac0c')
build() {
cd $srcdir/${_pypiname}-${pkgver}