summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2020-10-08 16:05:29 +0300
committerLev Levitsky2020-10-08 16:05:29 +0300
commit62d42ead44c18102a1fd10987e9a6bf3a16465e5 (patch)
tree921d5688fbb5891fce2cb3ed772b5d201ce48586
parent15bd4ed919e5019f2a3a56cd9bf159e2b24a523e (diff)
downloadaur-62d42ead44c18102a1fd10987e9a6bf3a16465e5.tar.gz
0.24.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0048932745ac..60b235bf46b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catboost
pkgdesc = Fast, scalable, high performance gradient boosting on decision trees
- pkgver = 0.24.1
+ pkgver = 0.24.2
pkgrel = 1
url = https://catboost.ai/
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = python-catboost
depends = python-graphviz
depends = python-plotly
optdepends = python-ipywidgets: visualization in Jupyter
- noextract = catboost-0.24.1-cp38-none-manylinux1_x86_64.whl
+ noextract = catboost-0.24.2-cp38-none-manylinux1_x86_64.whl
options = !emptydirs
- source = https://files.pythonhosted.org/packages/cp38/c/catboost/catboost-0.24.1-cp38-none-manylinux1_x86_64.whl
- sha256sums = b79cdaafd0dc472c98ba57364d7bc5ee6c6d5f3d9e36a13d158fa441ab3e78ed
+ source = https://files.pythonhosted.org/packages/cp38/c/catboost/catboost-0.24.2-cp38-none-manylinux1_x86_64.whl
+ sha256sums = e4d24fa3332cfad2c7cce11045aaaeb0323d733ffa1b26e41cf92902728d4639
pkgname = python-catboost
diff --git a/PKGBUILD b/PKGBUILD
index dcfe0bc7f704..661e7360f882 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-catboost
_name=${pkgname#python-}
_py=cp38
-pkgver=0.24.1
+pkgver=0.24.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=('b79cdaafd0dc472c98ba57364d7bc5ee6c6d5f3d9e36a13d158fa441ab3e78ed')
+sha256sums=('e4d24fa3332cfad2c7cce11045aaaeb0323d733ffa1b26e41cf92902728d4639')
noextract=("${_name/-/_}-$pkgver-$_py-none-manylinux1_x86_64.whl")
package() {