summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2019-06-03 00:51:57 +0300
committerLev Levitsky2019-06-03 00:51:57 +0300
commit1287a12b7eebb1d6de8f5d01c7cea5c908e35fd7 (patch)
tree2c913ec5e889217c0af700bba7df349bc733b3cd
parenteae299d6e12af1e8f5fe0ec40b89aeab34a58d01 (diff)
downloadaur-1287a12b7eebb1d6de8f5d01c7cea5c908e35fd7.tar.gz
Release 0.15.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a806c142b890..30f32225f51d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-catboost
pkgdesc = Fast, scalable, high performance gradient boosting on decision trees
- pkgver = 0.15
- pkgrel = 2
+ pkgver = 0.15.1
+ pkgrel = 1
url = https://catboost.ai/
arch = x86_64
license = Apache
@@ -12,8 +12,8 @@ pkgbase = python-catboost
depends = python-graphviz
optdepends = python-ipywidgets: visualization in Jupyter
options = !emptydirs
- source = https://files.pythonhosted.org/packages/cp37/c/catboost/catboost-0.15-cp37-none-manylinux1_x86_64.whl
- sha256sums = a7c1a179b2811a6ce4c378466a9841b1e87e32820746728595859b92c159b5ab
+ source = https://files.pythonhosted.org/packages/cp37/c/catboost/catboost-0.15.1-cp37-none-manylinux1_x86_64.whl
+ sha256sums = 79a586a251fc3c11716c441963caa85d66e66079a9898d286fbdf7868d2ac85a
pkgname = python-catboost
diff --git a/PKGBUILD b/PKGBUILD
index be58229a5707..9bc72f96e900 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-catboost
_name=${pkgname#python-}
_py=cp37
-pkgver=0.15
-pkgrel=2
+pkgver=0.15.1
+pkgrel=1
pkgdesc="Fast, scalable, high performance gradient boosting on decision trees"
arch=('x86_64')
url="https://catboost.ai/"
@@ -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=('a7c1a179b2811a6ce4c378466a9841b1e87e32820746728595859b92c159b5ab')
+sha256sums=('79a586a251fc3c11716c441963caa85d66e66079a9898d286fbdf7868d2ac85a')
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl