Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-scikit-learn
Commits:
c957d5ad by Caleb Maclennan at 2024-09-12T01:38:12+03:00
upgpkg: 1.5.2-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.5.1
+ pkgver = 1.5.2
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.5.1/scikit-learn-1.5.1.tar.gz
- sha256sums =
73bf9e72cc995ffbc62411d82d2eedb9d4ea24e5c4c5a12ff1ac02bc38f452e8
+ source =
https://github.com/scikit-learn/scikit-learn/archive/1.5.2/scikit-learn-1.5.2.tar.gz
+ sha256sums =
4ba70c0dc45ffb14451b7ba8f5b37ba45f2d5344f2e054c08768d7ce398c79f9
pkgname = python-scikit-learn
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrzej Giniewicz <[email protected]>
pkgname=python-scikit-learn
-pkgver=1.5.1
+pkgver=1.5.2
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=('73bf9e72cc995ffbc62411d82d2eedb9d4ea24e5c4c5a12ff1ac02bc38f452e8')
+sha256sums=('4ba70c0dc45ffb14451b7ba8f5b37ba45f2d5344f2e054c08768d7ce398c79f9')
prepare() {
cd $_archive
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-learn/-/commit/c957d5ad66f4ea14b0911673043d1562ba8710bf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-learn/-/commit/c957d5ad66f4ea14b0911673043d1562ba8710bf
You're receiving this email because of your account on gitlab.archlinux.org.