summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlevitsky2019-08-02 20:43:54 +0300
committerlevitsky2019-08-02 20:43:54 +0300
commit56ed2f8a81c2b00ba69a8f8fb2f83610d11eea21 (patch)
treec5b67cd9c51bf08d6a0cbfcf54e65b37aeb8373d
parent73073ead801bc54196c83b63544e541497c6924b (diff)
downloadaur-56ed2f8a81c2b00ba69a8f8fb2f83610d11eea21.tar.gz
Release 0.16.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a17091cc894..fb32e51bedff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catboost
pkgdesc = Fast, scalable, high performance gradient boosting on decision trees
- pkgver = 0.16
+ pkgver = 0.16.2
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.16-cp37-none-manylinux1_x86_64.whl
- sha256sums = 58a25475abdc0ba91e7a87302c39a5a44609581fcb61ecadf9dcd7147009d6d0
+ source = https://files.pythonhosted.org/packages/cp37/c/catboost/catboost-0.16.2-cp37-none-manylinux1_x86_64.whl
+ sha256sums = 28922d7d2036e84d92f35d8af6cdf4357e137359b22229826ce40549ac16a933
pkgname = python-catboost
diff --git a/PKGBUILD b/PKGBUILD
index 7c4716a5e732..841cdaffbb7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-catboost
_name=${pkgname#python-}
_py=cp37
-pkgver=0.16
+pkgver=0.16.2
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=('58a25475abdc0ba91e7a87302c39a5a44609581fcb61ecadf9dcd7147009d6d0')
+sha256sums=('28922d7d2036e84d92f35d8af6cdf4357e137359b22229826ce40549ac16a933')
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl