summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorØystein Sture2024-01-14 20:30:22 +0100
committerØystein Sture2024-01-14 20:30:22 +0100
commit8b8082c58907b775ad013394d51476b8bb551c67 (patch)
tree5dac9fb12d8c63b597051994ccb6a7e3a82ea103
parentad3c3c8fb0027f98e7c9498757c192d7ef5600b8 (diff)
downloadaur-python-paramz.tar.gz
v0.9.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87cc9a1146c0..752f654a39e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-paramz
pkgdesc = Parameterization Framework for parameterized model creation and handling
- pkgver = 0.9.5
- pkgrel = 6
+ pkgver = 0.9.6
+ pkgrel = 1
url = https://github.com/sods/paramz
arch = any
license = BSD
@@ -21,7 +21,7 @@ pkgbase = python-paramz
optdepends = python-ipywidgets
optdepends = python-jupyter_client
optdepends = jupyter-notebook
- source = https://github.com/sods/paramz/archive/v0.9.5.tar.gz
- sha256sums = 817af2566ae4dfdfb7fde54c69ebb52070da2077b25315fc8433bfd9e2e520dd
+ source = https://github.com/sods/paramz/archive/v0.9.6.tar.gz
+ sha256sums = dc2f954ceceb9c67703e613e1c3dff63ecffcfb036bfc770a885ecce4d5b3083
pkgname = python-paramz
diff --git a/PKGBUILD b/PKGBUILD
index bb1a8fa86dce..6c770f7610fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor:
pkgname=python-paramz
-pkgver=0.9.5
-pkgrel=6
+pkgver=0.9.6
+pkgrel=1
pkgdesc="Parameterization Framework for parameterized model creation and handling"
arch=("any")
license=("BSD")
@@ -12,7 +12,7 @@ depends=('python' 'python-numpy' 'python-scipy' 'python-six' 'python-decorator'
optdepends=('ipython' 'python-sphinx' 'python-ipykernel' 'python-ipywidgets' 'python-jupyter_client' 'jupyter-notebook')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
source=("https://github.com/sods/paramz/archive/v${pkgver}.tar.gz")
-sha256sums=("817af2566ae4dfdfb7fde54c69ebb52070da2077b25315fc8433bfd9e2e520dd")
+sha256sums=('dc2f954ceceb9c67703e613e1c3dff63ecffcfb036bfc770a885ecce4d5b3083')
build() {
cd "paramz-${pkgver}"