summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2021-03-26 16:05:42 +0300
committerLev Levitsky2021-03-26 16:05:42 +0300
commit87c5e6e139757c8626ea425fe2a9b1c315a2e8ce (patch)
treec730e3155b05275e129b28b84df0e8765de5abc9
parentfdd6f3e4c73f70fd8b4a0c35c6305cb7e33124e2 (diff)
downloadaur-87c5e6e139757c8626ea425fe2a9b1c315a2e8ce.tar.gz
0.25
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 023aeb2010f4..e9ad4188c6bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,22 @@
pkgbase = python-catboost
pkgdesc = Fast, scalable, high performance gradient boosting on decision trees
- pkgver = 0.24.4
+ pkgver = 0.25
pkgrel = 1
url = https://catboost.ai/
arch = x86_64
license = Apache
makedepends = python-wheel
makedepends = python-pip
+ depends = python>=3.9
depends = python-numpy
depends = python-six
depends = python-graphviz
depends = python-plotly
optdepends = python-ipywidgets: visualization in Jupyter
- noextract = catboost-0.24.4-cp39-none-manylinux1_x86_64.whl
+ noextract = catboost-0.25-cp39-none-manylinux1_x86_64.whl
options = !emptydirs
- source = https://files.pythonhosted.org/packages/cp39/c/catboost/catboost-0.24.4-cp39-none-manylinux1_x86_64.whl
- sha256sums = 120dc93fa1ebf3da370528cbf98fac8b5f02d3a7699c8e8a08664cc4a1aafeb0
+ source = https://files.pythonhosted.org/packages/cp39/c/catboost/catboost-0.25-cp39-none-manylinux1_x86_64.whl
+ sha256sums = 7aef085fb1f9d140a8938fb5baeeeb6e7cba1e55928e42bb295c8592b46b26ed
pkgname = python-catboost
diff --git a/PKGBUILD b/PKGBUILD
index 1eb37e63fc7e..f766fe9be834 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-catboost
_name=${pkgname#python-}
_py=cp39
-pkgver=0.24.4
+pkgver=0.25
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=('120dc93fa1ebf3da370528cbf98fac8b5f02d3a7699c8e8a08664cc4a1aafeb0')
+sha256sums=('7aef085fb1f9d140a8938fb5baeeeb6e7cba1e55928e42bb295c8592b46b26ed')
noextract=("${_name/-/_}-$pkgver-$_py-none-manylinux1_x86_64.whl")
package() {