Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-scikit-learn


Commits:
5237fdef by Caleb Maclennan at 2023-10-25T12:17:51+03:00
upgpkg: 1.3.2-2; upstream re-tagged release

See upstream issue: https://github.com/scikit-learn/scikit-learn/issues/27658

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-scikit-learn
        pkgdesc = A set of python modules for machine learning and data mining
        pkgver = 1.3.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://scikit-learn.org
        arch = x86_64
        license = BSD
@@ -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.3.2/scikit-learn-1.3.2.tar.gz
-       sha256sums = 
03d387e2f98c9b34d8e18a8bf316dd1e4d143060f45d21710ccc4b2a816eb44d
+       source = 
https://github.com/scikit-learn/scikit-learn/archive/1.3.2/scikit-learn-1.3.2-2.tar.gz
+       sha256sums = 
b19edd8d0e0234efc71ce7cc28f5236d960b0d4bd2a842341aeb4d84ad2ccde1
 
 pkgname = python-scikit-learn


=====================================
PKGBUILD
=====================================
@@ -2,9 +2,12 @@
 # Maintainer: Bruno Pagani <[email protected]>
 # Contributor: Andrzej Giniewicz <[email protected]>
 
+# TODO: drop $pkgrel from source name on next version bump
+# c.f. https://github.com/scikit-learn/scikit-learn/issues/27658
+
 pkgname=python-scikit-learn
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A set of python modules for machine learning and data mining'
 arch=(x86_64)
 url='https://scikit-learn.org'
@@ -21,8 +24,8 @@ makedepends=(cython
 optdepends=('python-matplotlib: plotting capabilities')
 options=(!emptydirs)
 _archive="${pkgname#python-}-$pkgver"
-source=("$_url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('03d387e2f98c9b34d8e18a8bf316dd1e4d143060f45d21710ccc4b2a816eb44d')
+source=("$_url/archive/$pkgver/$_archive-$pkgrel.tar.gz")
+sha256sums=('b19edd8d0e0234efc71ce7cc28f5236d960b0d4bd2a842341aeb4d84ad2ccde1')
 
 prepare() {
        cd $_archive



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-learn/-/commit/5237fdef60b002667be127a4391651aed471aabf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-learn/-/commit/5237fdef60b002667be127a4391651aed471aabf
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to