summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2021-11-04 15:25:08 +0300
committerLev Levitsky2021-11-04 15:25:08 +0300
commit1183abf05334d11c04ae9615293f2f757a6a51a4 (patch)
tree124503b8f9efe12fbeb1eecb7f01255549091f41
parent2d5b6364bc30074f4ded0289aa4e0557832cc4b0 (diff)
downloadaur-1183abf05334d11c04ae9615293f2f757a6a51a4.tar.gz
1.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5874cbdf357c..5bdfec254dd7 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.1
+ pkgver = 1.0.3
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.1-cp39-none-manylinux1_x86_64.whl
+ noextract = catboost-1.0.3-cp39-none-manylinux1_x86_64.whl
options = !emptydirs
- source = https://files.pythonhosted.org/packages/cp39/c/catboost/catboost-1.0.1-cp39-none-manylinux1_x86_64.whl
- sha256sums = 8fe556e610003fe20cd67e714cd41546d5efede6008c52c7ed0612d64f34ba5c
+ source = https://files.pythonhosted.org/packages/cp39/c/catboost/catboost-1.0.3-cp39-none-manylinux1_x86_64.whl
+ sha256sums = 566e89a919149260c4de75c90ceacae688d066975b2a9cf62aed61208d6b4fde
pkgname = python-catboost
diff --git a/PKGBUILD b/PKGBUILD
index ca66aa012bd1..f991770d3fd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-catboost
_name=${pkgname#python-}
_py=cp39
-pkgver=1.0.1
+pkgver=1.0.3
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=('8fe556e610003fe20cd67e714cd41546d5efede6008c52c7ed0612d64f34ba5c')
+sha256sums=('566e89a919149260c4de75c90ceacae688d066975b2a9cf62aed61208d6b4fde')
noextract=("${_name/-/_}-$pkgver-$_py-none-manylinux1_x86_64.whl")
package() {