summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlevitsky2019-07-28 21:42:26 +0300
committerlevitsky2019-07-28 21:42:26 +0300
commit73073ead801bc54196c83b63544e541497c6924b (patch)
tree944e7b1b3445c94bdf8b179f0ec08255fc4797c4
parentff8d48e2ab61c003a663ba2d845795da014e9772 (diff)
downloadaur-73073ead801bc54196c83b63544e541497c6924b.tar.gz
Release 0.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 558656672c9a..3a17091cc894 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catboost
pkgdesc = Fast, scalable, high performance gradient boosting on decision trees
- pkgver = 0.15.2
+ pkgver = 0.16
pkgrel = 1
url = https://catboost.ai/
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = python-catboost
depends = python-graphviz
optdepends = python-ipywidgets: visualization in Jupyter
options = !emptydirs
- source = https://files.pythonhosted.org/packages/cp37/c/catboost/catboost-0.15.2-cp37-none-manylinux1_x86_64.whl
- sha256sums = f673999ca0fa614b70eb27fd8548ea389366482f12a56eda0aff2676d352d298
+ source = https://files.pythonhosted.org/packages/cp37/c/catboost/catboost-0.16-cp37-none-manylinux1_x86_64.whl
+ sha256sums = 58a25475abdc0ba91e7a87302c39a5a44609581fcb61ecadf9dcd7147009d6d0
pkgname = python-catboost
diff --git a/PKGBUILD b/PKGBUILD
index 28e9c9ee4da2..7c4716a5e732 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-catboost
_name=${pkgname#python-}
_py=cp37
-pkgver=0.15.2
+pkgver=0.16
pkgrel=1
pkgdesc="Fast, scalable, high performance gradient boosting on decision trees"
arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('python-wheel' 'python-pip')
optdepends=('python-ipywidgets: visualization in Jupyter')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/$_py/${_name::1}/$_name/${_name/-/_}-$pkgver-$_py-none-manylinux1_x86_64.whl")
-sha256sums=('f673999ca0fa614b70eb27fd8548ea389366482f12a56eda0aff2676d352d298')
+sha256sums=('58a25475abdc0ba91e7a87302c39a5a44609581fcb61ecadf9dcd7147009d6d0')
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl