summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2021-08-05 20:25:51 +0300
committerLev Levitsky2021-08-05 20:25:51 +0300
commit6768d6f8053e4f9adf186340df83f5d805aedb32 (patch)
tree403bfd65aaec6ae8add2c37304cbc49f695e61ec
parent0d0c4024d2c66a0c05c04fd47f64e562d75cda8d (diff)
downloadaur-6768d6f8053e4f9adf186340df83f5d805aedb32.tar.gz
0.26.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bc32e4c2d13..7c9cbf76a568 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catboost
pkgdesc = Fast, scalable, high performance gradient boosting on decision trees
- pkgver = 0.26
+ pkgver = 0.26.1
pkgrel = 1
url = https://catboost.ai/
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = python-catboost
depends = python-graphviz
depends = python-plotly
optdepends = python-ipywidgets: visualization in Jupyter
- noextract = catboost-0.26-cp39-none-manylinux1_x86_64.whl
+ noextract = catboost-0.26.1-cp39-none-manylinux1_x86_64.whl
options = !emptydirs
- source = https://files.pythonhosted.org/packages/cp39/c/catboost/catboost-0.26-cp39-none-manylinux1_x86_64.whl
- sha256sums = 534e2d041896546bd069a5ff401f12c6cb6dc22b6456e45220d065f74673bbf7
+ source = https://files.pythonhosted.org/packages/cp39/c/catboost/catboost-0.26.1-cp39-none-manylinux1_x86_64.whl
+ sha256sums = b142ce1a076fbd4a71033dff886c0250ad147f4bc8b4d92f05815996a3604f72
pkgname = python-catboost
diff --git a/PKGBUILD b/PKGBUILD
index 7f03c4c973ce..4873234ae819 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-catboost
_name=${pkgname#python-}
_py=cp39
-pkgver=0.26
+pkgver=0.26.1
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=('534e2d041896546bd069a5ff401f12c6cb6dc22b6456e45220d065f74673bbf7')
+sha256sums=('b142ce1a076fbd4a71033dff886c0250ad147f4bc8b4d92f05815996a3604f72')
noextract=("${_name/-/_}-$pkgver-$_py-none-manylinux1_x86_64.whl")
package() {