Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-scikit-learn
Commits:
fabb0575 by Caleb Maclennan at 2025-12-10T11:09:05+03:00
upgpkg: 1.8.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-scikit-learn
pkgdesc = A set of python modules for machine learning and data mining
- pkgver = 1.7.2
+ pkgver = 1.8.0
pkgrel = 1
url = https://scikit-learn.org
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = python-scikit-learn
depends = python-threadpoolctl
optdepends = python-matplotlib: plotting capabilities
options = !emptydirs
- source =
https://github.com/scikit-learn/scikit-learn/archive/1.7.2/scikit-learn-1.7.2.tar.gz
- sha256sums =
363ca6f51164fce2ece13b59370ca4ec670a1b73188e0eb387f6ea99c2e2bf67
+ source =
https://github.com/scikit-learn/scikit-learn/archive/1.8.0/scikit-learn-1.8.0.tar.gz
+ sha256sums =
603bff01ab8bd0a9de5a3ab0a9351b5d7f5594594cc070d763c537ecf397264f
pkgname = python-scikit-learn
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrzej Giniewicz <[email protected]>
pkgname=python-scikit-learn
-pkgver=1.7.2
+pkgver=1.8.0
pkgrel=1
pkgdesc='A set of python modules for machine learning and data mining'
arch=(x86_64)
@@ -22,7 +22,7 @@ optdepends=('python-matplotlib: plotting capabilities')
options=(!emptydirs)
_archive="${pkgname#python-}-$pkgver"
source=("$_url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('363ca6f51164fce2ece13b59370ca4ec670a1b73188e0eb387f6ea99c2e2bf67')
+sha256sums=('603bff01ab8bd0a9de5a3ab0a9351b5d7f5594594cc070d763c537ecf397264f')
prepare() {
cd $_archive
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-learn/-/commit/fabb057503c5b081f850cc89ecec7fb4e2f9f36a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-learn/-/commit/fabb057503c5b081f850cc89ecec7fb4e2f9f36a
You're receiving this email because of your account on gitlab.archlinux.org.