Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-scipy
Commits:
003cfcb4 by Antonio Rojas at 2025-06-22T18:52:48+02:00
upgpkg: 1.16.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-scipy
pkgdesc = Open-source software for mathematics, science, and engineering
- pkgver = 1.15.3
+ pkgver = 1.16.0
pkgrel = 1
url = https://www.scipy.org/
arch = x86_64
@@ -27,13 +27,13 @@ pkgbase = python-scipy
optdepends = python-pillow: for image saving module
provides = scipy
options = !lto
- source = git+https://github.com/scipy/scipy#tag=v1.15.3
+ source = git+https://github.com/scipy/scipy#tag=v1.16.0
source = git+https://github.com/data-apis/array-api-compat
source = git+https://github.com/boostorg/math
source = git+https://github.com/cobyqa/cobyqa
source = git+https://github.com/scipy/pocketfft
source = git+https://github.com/scipy/unuran
- sha256sums =
2408d7751503fdc805f50a06a6529b1cee4bebb7fc1349a21e44c2ac82cdea94
+ sha256sums =
f8e44d6b774cc6f9306be5699e40dbb9250cc09deabd414980e605767652c78a
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
_name=scipy
pkgname=python-scipy
-pkgver=1.15.3
+pkgver=1.16.0
pkgrel=1
pkgdesc='Open-source software for mathematics, science, and engineering'
arch=(x86_64)
@@ -41,7 +41,7 @@ source=(git+https://github.com/scipy/scipy#tag=v$pkgver
git+https://github.com/cobyqa/cobyqa
git+https://github.com/scipy/pocketfft
git+https://github.com/scipy/unuran)
-sha256sums=('2408d7751503fdc805f50a06a6529b1cee4bebb7fc1349a21e44c2ac82cdea94'
+sha256sums=('f8e44d6b774cc6f9306be5699e40dbb9250cc09deabd414980e605767652c78a'
'SKIP'
'SKIP'
'SKIP'
@@ -53,7 +53,7 @@ prepare() {
cd $_name
git submodule init
git submodule set-url scipy/_lib/array_api_compat "$srcdir"/array-api-compat
- git submodule set-url scipy/_lib/boost_math "$srcdir"/math
+ git submodule set-url subprojects/boost_math/math "$srcdir"/math
git submodule set-url scipy/_lib/cobyqa "$srcdir"/cobyqa
git submodule set-url scipy/_lib/pocketfft "$srcdir"/pocketfft
git submodule set-url scipy/_lib/unuran "$srcdir"/unuran
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scipy/-/commit/003cfcb48e060bfd6babc40c2a50e03c085b4a31
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scipy/-/commit/003cfcb48e060bfd6babc40c2a50e03c085b4a31
You're receiving this email because of your account on gitlab.archlinux.org.