summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2023-08-29 14:14:52 +0200
committerLev Levitsky2023-08-29 14:14:52 +0200
commitc49133b647da72d192e2673a4c0873c8892de817 (patch)
treeecd3ef12c1c324a2f5f564b13bc400085f567470
parent322bd1ddd92fe4bdffcf853cf15946a2078e22e0 (diff)
downloadaur-c49133b647da72d192e2673a4c0873c8892de817.tar.gz
v1.2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9080a666a43..a888382edf0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-catboost
pkgdesc = Fast, scalable, high performance gradient boosting on decision trees
- pkgver = 1.2
- pkgrel = 2
+ pkgver = 1.2.1
+ pkgrel = 1
url = https://catboost.ai/
arch = x86_64
license = Apache
@@ -13,9 +13,9 @@ pkgbase = python-catboost
depends = python-graphviz
depends = python-plotly
optdepends = python-ipywidgets: visualization in Jupyter
- noextract = catboost-1.2-cp311-cp311-manylinux2014_x86_64.whl
+ noextract = catboost-1.2.1-cp311-cp311-manylinux2014_x86_64.whl
options = !emptydirs
- source = https://files.pythonhosted.org/packages/cp311/c/catboost/catboost-1.2-cp311-cp311-manylinux2014_x86_64.whl
- sha256sums = a0236f6328e33f1e2e5fd6ca619ea5f8759ade06d709bd9c706443b20525fada
+ source = https://files.pythonhosted.org/packages/cp311/c/catboost/catboost-1.2.1-cp311-cp311-manylinux2014_x86_64.whl
+ sha256sums = 76772e9d936d52f57792be69a19bb6932a30195413c264e49b7e239b5544b642
pkgname = python-catboost
diff --git a/PKGBUILD b/PKGBUILD
index 68c2186a2bd7..e10b11c38e70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-catboost
_name=${pkgname#python-}
_py=cp311
-pkgver=1.2
-pkgrel=2
+pkgver=1.2.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-$_py-manylinux2014_x86_64.whl")
-sha256sums=('a0236f6328e33f1e2e5fd6ca619ea5f8759ade06d709bd9c706443b20525fada')
+sha256sums=('76772e9d936d52f57792be69a19bb6932a30195413c264e49b7e239b5544b642')
noextract=("${_name/-/_}-$pkgver-$_py-$_py-manylinux2014_x86_64.whl")
package() {