summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2019-09-20 13:47:38 +0300
committerLev Levitsky2019-09-20 13:47:38 +0300
commitb83c2b32be05e4a9ac870aba2fd5fdee438f193b (patch)
tree53708938d2d3cf4b2d5f48228d373d3a2720a14e
parent9006fbae2de37ec75bbe6ea42848ef926c660586 (diff)
downloadaur-b83c2b32be05e4a9ac870aba2fd5fdee438f193b.tar.gz
Version 0.17.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b57f1fb31c4..16c6b47de08b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catboost
pkgdesc = Fast, scalable, high performance gradient boosting on decision trees
- pkgver = 0.17
+ pkgver = 0.17.2
pkgrel = 1
url = https://catboost.ai/
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = python-catboost
depends = python-plotly
optdepends = python-ipywidgets: visualization in Jupyter
options = !emptydirs
- source = https://files.pythonhosted.org/packages/cp37/c/catboost/catboost-0.17-cp37-none-manylinux1_x86_64.whl
- sha256sums = cc1c83b891b9acd6aadc9a30438a6e9ef557a8669bd196692e8c1ee53815bf09
+ source = https://files.pythonhosted.org/packages/cp37/c/catboost/catboost-0.17.2-cp37-none-manylinux1_x86_64.whl
+ sha256sums = 29803b076548a5ca1ce5ca4e110243d77a934611c02d486b43e51fe5314e3a9b
pkgname = python-catboost
diff --git a/PKGBUILD b/PKGBUILD
index 78eab4281aba..50feb5cc3f2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-catboost
_name=${pkgname#python-}
_py=cp37
-pkgver=0.17
+pkgver=0.17.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=('cc1c83b891b9acd6aadc9a30438a6e9ef557a8669bd196692e8c1ee53815bf09')
+sha256sums=('29803b076548a5ca1ce5ca4e110243d77a934611c02d486b43e51fe5314e3a9b')
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl