summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2022-04-18 15:47:15 -0400
committeracxz2022-04-18 15:47:15 -0400
commitbd0bb191c1af7490ab3f8ae4c1e9fddd308d2a2c (patch)
tree02e55def50201a46fb960a33f9c629830a618219
parent6576073952e15e823f4a0c5ff3922a9ef04bdd10 (diff)
downloadaur-bd0bb191c1af7490ab3f8ae4c1e9fddd308d2a2c.tar.gz
upgpkg: python-mleap 0.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 610a8babae51..6407727e93ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mleap
pkgdesc = Common serialization format and execution engine for machine learning pipelines (Python API)
- pkgver = 0.19.0
+ pkgver = 0.20.0
pkgrel = 1
url = https://combust.github.io/mleap-docs/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = python-mleap
depends = python-scipy
depends = python-pandas
depends = python-scikit-learn
- source = python-mleap-0.19.0::https://pypi.org/packages/source/m/mleap/mleap-0.19.0.tar.gz
- sha256sums = 1ae1959b16d804474676bab2ef84725bf2db5aa39b316c6892f4ef20f35d75bd
+ source = python-mleap-0.20.0::https://pypi.org/packages/source/m/mleap/mleap-0.20.0.tar.gz
+ sha256sums = 71e1e794dca351b2fc3dc4355b351d95a99f499e95843fe3c49bb6d421139b06
pkgname = python-mleap
diff --git a/PKGBUILD b/PKGBUILD
index c70b4b2279aa..8eeb20c7fc1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-mleap
-pkgver=0.19.0
+pkgver=0.20.0
pkgrel=1
pkgdesc='Common serialization format and execution engine for machine learning
pipelines (Python API)'
@@ -13,7 +13,7 @@ depends=('python' 'python-numpy' 'python-six' 'python-scipy' 'python-pandas'
optdepends=()
makedepends=('python' 'python-setuptools')
source=("$pkgname-$pkgver::https://pypi.org/packages/source/m/mleap/mleap-$pkgver.tar.gz")
-sha256sums=('1ae1959b16d804474676bab2ef84725bf2db5aa39b316c6892f4ef20f35d75bd')
+sha256sums=('71e1e794dca351b2fc3dc4355b351d95a99f499e95843fe3c49bb6d421139b06')
_pkgname=mleap
build() {