summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2021-11-07 15:44:35 +0100
committerMartino Pilia2021-11-07 15:44:35 +0100
commit584d087d9739b72dc37c01e00cd4fefecaa31821 (patch)
tree45577ee26de3cbf5812720de4f05310bb691c42b
parentaf86c5b2cdbb59e6c2e8d885aee440b8e8791eda (diff)
downloadaur-584d087d9739b72dc37c01e00cd4fefecaa31821.tar.gz
Version 0.11.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cea8e79efcea..1abcd02ae2e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-skorch
pkgdesc = A scikit-learn compatible neural network library that wraps pytorch
- pkgver = 0.10.0
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/skorch-dev/skorch
arch = any
@@ -13,8 +13,7 @@ pkgbase = python-skorch
depends = python-tabulate
depends = python-tqdm
depends = python-yaml
- source = https://github.com/skorch-dev/skorch/archive/v0.10.0.tar.gz
- sha256sums = 77de4d5eddfa4afd34fee3b8eec553cbc8c84f467c54651347feeaebefece05b
+ source = https://github.com/skorch-dev/skorch/archive/v0.11.0.tar.gz
+ sha256sums = 928662b66e77043635eb863f8419d1a720ced0e079ca6e2bd05c9fbc803f98d6
pkgname = python-skorch
-
diff --git a/PKGBUILD b/PKGBUILD
index 95effcbd9f44..ff6c20966496 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
_pkgname=skorch
pkgname=python-$_pkgname
-pkgver=0.10.0
+pkgver=0.11.0
pkgrel=1
pkgdesc="A scikit-learn compatible neural network library that wraps pytorch"
arch=('any')
@@ -18,7 +18,7 @@ depends=(
)
makedepends=('python-setuptools')
source=("https://github.com/skorch-dev/skorch/archive/v${pkgver}.tar.gz")
-sha256sums=('77de4d5eddfa4afd34fee3b8eec553cbc8c84f467c54651347feeaebefece05b')
+sha256sums=('928662b66e77043635eb863f8419d1a720ced0e079ca6e2bd05c9fbc803f98d6')
package() {
cd "$srcdir/$_pkgname-$pkgver"