summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2019-04-15 00:14:46 +0300
committerLev Levitsky2019-04-15 00:14:46 +0300
commit13f67db9aff4b672bdac0fce73d4510e9995bcbc (patch)
tree79f701465226d7d2d51307321d928e81b5843204
parent6dbf8319231d7faddc503fd8e15634b085163705 (diff)
downloadaur-13f67db9aff4b672bdac0fce73d4510e9995bcbc.tar.gz
Version 0.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78ae4ab4a357..a3a8f36254e3 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.0
+ pkgver = 0.14.1
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.0-cp37-none-manylinux1_x86_64.whl
- sha256sums = de53366011731ae9f1b220bbcc1cc77c92e71572f2f7105afff43add2ee017a2
+ source = https://files.pythonhosted.org/packages/cp37/c/catboost/catboost-0.14.1-cp37-none-manylinux1_x86_64.whl
+ sha256sums = 1180035059ac2ebfbcd2c85b586d0642c4875dfbc69ae72c6423364bc9f0e9d4
pkgname = python-catboost
diff --git a/PKGBUILD b/PKGBUILD
index 0206c6c4e971..5c355d73b996 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-catboost
_name=${pkgname#python-}
_py=cp37
-pkgver=0.14.0
+pkgver=0.14.1
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=('de53366011731ae9f1b220bbcc1cc77c92e71572f2f7105afff43add2ee017a2')
+sha256sums=('1180035059ac2ebfbcd2c85b586d0642c4875dfbc69ae72c6423364bc9f0e9d4')
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl