summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2019-10-02 15:40:22 +0300
committerLev Levitsky2019-10-02 15:40:22 +0300
commit4d033ae06e593ae72ba44aff4632a399aff0e8e3 (patch)
tree21a7f9abb0bf9326b6a6b659b1645874ff110425
parent8e838d9a3bb90c862ac3074cf6124cecd2d10771 (diff)
downloadaur-4d033ae06e593ae72ba44aff4632a399aff0e8e3.tar.gz
Version 0.17.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index def5841732f8..3588e0848c98 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.3
+ pkgver = 0.17.4
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.3-cp37-none-manylinux1_x86_64.whl
- sha256sums = f22bb3ac7bd2e07d84e18f2660dbedef02ef491bcc0963b1b709c37e306ef4f5
+ source = https://files.pythonhosted.org/packages/cp37/c/catboost/catboost-0.17.4-cp37-none-manylinux1_x86_64.whl
+ sha256sums = fb74767e8e583e002ab9aa680cc08a6a0d59c07d1004e48b1461f3abddba4359
pkgname = python-catboost
diff --git a/PKGBUILD b/PKGBUILD
index fb85b61d0710..354e31fc6223 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-catboost
_name=${pkgname#python-}
_py=cp37
-pkgver=0.17.3
+pkgver=0.17.4
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=('f22bb3ac7bd2e07d84e18f2660dbedef02ef491bcc0963b1b709c37e306ef4f5')
+sha256sums=('fb74767e8e583e002ab9aa680cc08a6a0d59c07d1004e48b1461f3abddba4359')
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl