summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2020-05-26 17:29:59 +0300
committerLev Levitsky2020-05-26 17:29:59 +0300
commit9b269f58efcaa761d9aa6fc829fec415af934086 (patch)
tree324de7473135268fec4cb89599d90cc953f7c7f8
parent7c0cfe72293dab9649b7fb3dc19b36438bfd103f (diff)
downloadaur-9b269f58efcaa761d9aa6fc829fec415af934086.tar.gz
0.23.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5641c60190a3..634102c4e2bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catboost
pkgdesc = Fast, scalable, high performance gradient boosting on decision trees
- pkgver = 0.23.1
+ pkgver = 0.23.2
pkgrel = 1
url = https://catboost.ai/
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = python-catboost
depends = python-plotly
optdepends = python-ipywidgets: visualization in Jupyter
options = !emptydirs
- source = https://files.pythonhosted.org/packages/cp38/c/catboost/catboost-0.23.1-cp38-none-manylinux1_x86_64.whl
- sha256sums = 8dac1fea693b952d15502f0ae4c3739a72fa609f01fe98d24719157e854d5101
+ source = https://files.pythonhosted.org/packages/cp38/c/catboost/catboost-0.23.2-cp38-none-manylinux1_x86_64.whl
+ sha256sums = 21c34c1e92e5d112308742d41d56688569dbd9a71ed897638088f8b1ce7fc64f
pkgname = python-catboost
diff --git a/PKGBUILD b/PKGBUILD
index bf069b01b988..956d007671b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-catboost
_name=${pkgname#python-}
_py=cp38
-pkgver=0.23.1
+pkgver=0.23.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=('8dac1fea693b952d15502f0ae4c3739a72fa609f01fe98d24719157e854d5101')
+sha256sums=('21c34c1e92e5d112308742d41d56688569dbd9a71ed897638088f8b1ce7fc64f')
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl