summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2023-12-17 09:25:20 -0600
committeracxz2023-12-17 09:25:20 -0600
commit3104f6cfbfc64cbaab833ab50c3939455aae7e9a (patch)
treed96706212a819a4ac950aca186905a80db812d33
parent0b736e97adeb53a56518c04acbd8d8ff0164ed58 (diff)
downloadaur-python-mleap.tar.gz
upgpkg: python-mleap 0.23.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e2cedcd26e1..55b4c95a223f 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.23.0
+ pkgver = 0.23.1
pkgrel = 1
url = https://combust.github.io/mleap-docs/
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = python-mleap
depends = python-scipy
depends = python-pandas
depends = python-scikit-learn
- source = python-mleap-0.23.0::https://pypi.org/packages/source/m/mleap/mleap-0.23.0.tar.gz
- sha256sums = 2e9a363419ec686a01a8dcf1090f73dadda8b77e09f14a7c0c6aa3059de1cb9f
+ source = python-mleap-0.23.1.tar.gz::https://pypi.org/packages/source/m/mleap/mleap-0.23.1.tar.gz
+ sha256sums = 0e75fd7659d52b05b234997e6edbe91f445990b0392ccb871695af9d44938beb
pkgname = python-mleap
diff --git a/PKGBUILD b/PKGBUILD
index 9b1f7986164d..72544919cc38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-mleap
-pkgver=0.23.0
+pkgver=0.23.1
pkgrel=1
pkgdesc='Common serialization format and execution engine for machine learning
pipelines (Python API)'
@@ -12,8 +12,8 @@ depends=('python' 'python-numpy' 'python-six' 'python-scipy' 'python-pandas'
'python-scikit-learn')
optdepends=()
makedepends=('python' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools')
-source=("$pkgname-$pkgver::https://pypi.org/packages/source/m/mleap/mleap-$pkgver.tar.gz")
-sha256sums=('2e9a363419ec686a01a8dcf1090f73dadda8b77e09f14a7c0c6aa3059de1cb9f')
+source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/mleap/mleap-$pkgver.tar.gz")
+sha256sums=('0e75fd7659d52b05b234997e6edbe91f445990b0392ccb871695af9d44938beb')
_pkgname=mleap
build() {