Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-scikit-learn
Commits:
b711ba61 by Caleb Maclennan at 2024-02-14T18:15:25+03:00
upgpkg: 1.4.1-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.4.0
+ pkgver = 1.4.1
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.4.0/scikit-learn-1.4.0-1.tar.gz
- sha256sums =
d8354b83e33c222427e91cf6ffe3e1283e204f3080ae464a3ee9f89741263eee
+ source =
https://github.com/scikit-learn/scikit-learn/archive/1.4.1/scikit-learn-1.4.1-1.tar.gz
+ sha256sums =
78385a79ba27acc7c6b6d59d1dd309f93b99f71d58ab9595be9266035da61f55
pkgname = python-scikit-learn
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# c.f. https://github.com/scikit-learn/scikit-learn/issues/27658
pkgname=python-scikit-learn
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc='A set of python modules for machine learning and data mining'
arch=(x86_64)
@@ -25,7 +25,7 @@ optdepends=('python-matplotlib: plotting capabilities')
options=(!emptydirs)
_archive="${pkgname#python-}-$pkgver"
source=("$_url/archive/$pkgver/$_archive-$pkgrel.tar.gz")
-sha256sums=('d8354b83e33c222427e91cf6ffe3e1283e204f3080ae464a3ee9f89741263eee')
+sha256sums=('78385a79ba27acc7c6b6d59d1dd309f93b99f71d58ab9595be9266035da61f55')
prepare() {
cd $_archive
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-learn/-/commit/b711ba61fc1939177e9d41a63cbeaf6f1a9527fb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-learn/-/commit/b711ba61fc1939177e9d41a63cbeaf6f1a9527fb
You're receiving this email because of your account on gitlab.archlinux.org.