summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2019-10-21 23:28:23 +0300
committerLev Levitsky2019-10-21 23:28:23 +0300
commitca366960210b089e1528b68105bcbc5e287f78bc (patch)
tree696a24f4dfb9b7259bebc2da0a18c19f5e92e467
parent1709223e546f1e5db1e0982ef4a6d2e8d3cdc0f2 (diff)
downloadaur-ca366960210b089e1528b68105bcbc5e287f78bc.tar.gz
0.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14fe230a7fbb..0078593251f6 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.5
+ pkgver = 0.18
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.5-cp37-none-manylinux1_x86_64.whl
- sha256sums = 98049f3cf947dc68423f03323dc02d2bf971b285daba924dc89d6b5eeb2cc6cf
+ source = https://files.pythonhosted.org/packages/cp37/c/catboost/catboost-0.18-cp37-none-manylinux1_x86_64.whl
+ sha256sums = 9fb3c1e109898afadd681e9c3949d631ab9a42252949738461b504fc63fc98a9
pkgname = python-catboost
diff --git a/PKGBUILD b/PKGBUILD
index 63203a5ddfc7..3844d213737f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-catboost
_name=${pkgname#python-}
_py=cp37
-pkgver=0.17.5
+pkgver=0.18
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=('98049f3cf947dc68423f03323dc02d2bf971b285daba924dc89d6b5eeb2cc6cf')
+sha256sums=('9fb3c1e109898afadd681e9c3949d631ab9a42252949738461b504fc63fc98a9')
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl