summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2022-05-19 13:46:55 +0300
committerLev Levitsky2022-05-19 13:46:55 +0300
commit641b49d929596949435fcc56ce65791b485705a4 (patch)
tree9bbbb62101f79b47a1b7647e91c7efbad0e7ed3b
parent9ba1b5403d59a52ae3206e0deb6c75ad2c10027e (diff)
downloadaur-641b49d929596949435fcc56ce65791b485705a4.tar.gz
1.0.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3be4a32afd4..99fdb4edf254 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catboost
pkgdesc = Fast, scalable, high performance gradient boosting on decision trees
- pkgver = 1.0.5
+ pkgver = 1.0.6
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-1.0.5-cp310-none-manylinux1_x86_64.whl
+ noextract = catboost-1.0.6-cp310-none-manylinux1_x86_64.whl
options = !emptydirs
- source = https://files.pythonhosted.org/packages/cp310/c/catboost/catboost-1.0.5-cp310-none-manylinux1_x86_64.whl
- sha256sums = c52f82389f155b15c8c21ea42cd6dea10c01e561cec6c4f18b1d0460ab04e23e
+ source = https://files.pythonhosted.org/packages/cp310/c/catboost/catboost-1.0.6-cp310-none-manylinux1_x86_64.whl
+ sha256sums = cf38bb8428421d83c24c8458926b04f54649bfcd7a0a2b43ef48cce7f9671774
pkgname = python-catboost
diff --git a/PKGBUILD b/PKGBUILD
index 9829f71f9283..f15d1e75b109 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-catboost
_name=${pkgname#python-}
_py=cp310
-pkgver=1.0.5
+pkgver=1.0.6
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=('c52f82389f155b15c8c21ea42cd6dea10c01e561cec6c4f18b1d0460ab04e23e')
+sha256sums=('cf38bb8428421d83c24c8458926b04f54649bfcd7a0a2b43ef48cce7f9671774')
noextract=("${_name/-/_}-$pkgver-$_py-none-manylinux1_x86_64.whl")
package() {