summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2023-09-19 22:55:33 +0200
committerLev Levitsky2023-09-19 22:55:33 +0200
commit765d2b7243e8b44611f09f02144171541e1f4524 (patch)
tree8f1ac630b6fc8aef9cddb1459d85ce46d381e393
parentc49133b647da72d192e2673a4c0873c8892de817 (diff)
downloadaur-765d2b7243e8b44611f09f02144171541e1f4524.tar.gz
1.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a888382edf0b..08a25e6e2f8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catboost
pkgdesc = Fast, scalable, high performance gradient boosting on decision trees
- pkgver = 1.2.1
+ pkgver = 1.2.2
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.2.1-cp311-cp311-manylinux2014_x86_64.whl
+ noextract = catboost-1.2.2-cp311-cp311-manylinux2014_x86_64.whl
options = !emptydirs
- source = https://files.pythonhosted.org/packages/cp311/c/catboost/catboost-1.2.1-cp311-cp311-manylinux2014_x86_64.whl
- sha256sums = 76772e9d936d52f57792be69a19bb6932a30195413c264e49b7e239b5544b642
+ source = https://files.pythonhosted.org/packages/cp311/c/catboost/catboost-1.2.2-cp311-cp311-manylinux2014_x86_64.whl
+ sha256sums = db151f661305b13d81d460df1f01580085671a24a71300abbbe17dc8d1c152a0
pkgname = python-catboost
diff --git a/PKGBUILD b/PKGBUILD
index e10b11c38e70..b631a395acbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-catboost
_name=${pkgname#python-}
_py=cp311
-pkgver=1.2.1
+pkgver=1.2.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-$_py-manylinux2014_x86_64.whl")
-sha256sums=('76772e9d936d52f57792be69a19bb6932a30195413c264e49b7e239b5544b642')
+sha256sums=('db151f661305b13d81d460df1f01580085671a24a71300abbbe17dc8d1c152a0')
noextract=("${_name/-/_}-$pkgver-$_py-$_py-manylinux2014_x86_64.whl")
package() {