summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2019-04-19 16:45:45 +0300
committerLev Levitsky2019-04-19 16:45:45 +0300
commit2945abe39c0c3c4358d846d8606be5a0117e37c7 (patch)
treec27eaee75edb4d367c6cb41c95a8807175fa75c3
parent13f67db9aff4b672bdac0fce73d4510e9995bcbc (diff)
downloadaur-2945abe39c0c3c4358d846d8606be5a0117e37c7.tar.gz
Release 0.14.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3a8f36254e3..a1fc1a9fc259 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catboost
pkgdesc = Fast, scalable, high performance gradient boosting on decision trees
- pkgver = 0.14.1
+ pkgver = 0.14.2
pkgrel = 1
url = https://catboost.ai/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = python-catboost
depends = python-six
optdepends = python-ipywidgets: visualization in Jupyter
options = !emptydirs
- source = https://files.pythonhosted.org/packages/cp37/c/catboost/catboost-0.14.1-cp37-none-manylinux1_x86_64.whl
- sha256sums = 1180035059ac2ebfbcd2c85b586d0642c4875dfbc69ae72c6423364bc9f0e9d4
+ source = https://files.pythonhosted.org/packages/cp37/c/catboost/catboost-0.14.2-cp37-none-manylinux1_x86_64.whl
+ sha256sums = c189beddba795d7c928e07761b43be3b2b7bcb69e08df472fe85b21bdf57635d
pkgname = python-catboost
diff --git a/PKGBUILD b/PKGBUILD
index 5c355d73b996..73a403197235 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-catboost
_name=${pkgname#python-}
_py=cp37
-pkgver=0.14.1
+pkgver=0.14.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=('1180035059ac2ebfbcd2c85b586d0642c4875dfbc69ae72c6423364bc9f0e9d4')
+sha256sums=('c189beddba795d7c928e07761b43be3b2b7bcb69e08df472fe85b21bdf57635d')
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl