Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-scipy
Commits:
219b4f97 by Antonio Rojas at 2025-01-04T00:32:49+01:00
upgpkg: 1.15.0-1: Update to 1.15.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-scipy
pkgdesc = Open-source software for mathematics, science, and engineering
- pkgver = 1.14.1
- pkgrel = 2
+ pkgver = 1.15.0
+ pkgrel = 1
url = https://www.scipy.org/
arch = x86_64
license = BSD-3-Clause
@@ -27,15 +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.14.1
+ source = git+https://github.com/scipy/scipy#tag=v1.15.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/highs
source = git+https://github.com/scipy/pocketfft
source = git+https://github.com/scipy/unuran
- sha256sums =
3b27944cbc741e226cde8ce4441be1aa760d6b160830b04ed921e4a4da64a512
- sha256sums = SKIP
+ sha256sums =
24d4519225741675edb590935a473a3d8e037450d9722e6515e015d90d87cd8a
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -8,8 +8,8 @@
_name=scipy
pkgname=python-scipy
-pkgver=1.14.1
-pkgrel=2
+pkgver=1.15.0
+pkgrel=1
pkgdesc='Open-source software for mathematics, science, and engineering'
arch=(x86_64)
url='https://www.scipy.org/'
@@ -39,11 +39,9 @@ source=(git+https://github.com/scipy/scipy#tag=v$pkgver
git+https://github.com/data-apis/array-api-compat
git+https://github.com/boostorg/math
git+https://github.com/cobyqa/cobyqa
- git+https://github.com/scipy/highs
git+https://github.com/scipy/pocketfft
git+https://github.com/scipy/unuran)
-sha256sums=('3b27944cbc741e226cde8ce4441be1aa760d6b160830b04ed921e4a4da64a512'
- 'SKIP'
+sha256sums=('24d4519225741675edb590935a473a3d8e037450d9722e6515e015d90d87cd8a'
'SKIP'
'SKIP'
'SKIP'
@@ -57,7 +55,6 @@ prepare() {
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 scipy/_lib/cobyqa "$srcdir"/cobyqa
- git submodule set-url scipy/_lib/highs "$srcdir"/highs
git submodule set-url scipy/_lib/pocketfft "$srcdir"/pocketfft
git submodule set-url scipy/_lib/unuran "$srcdir"/unuran
git -c protocol.file.allow=always submodule update
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scipy/-/commit/219b4f97057f65b965ce9c29a014e002f3f46251
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scipy/-/commit/219b4f97057f65b965ce9c29a014e002f3f46251
You're receiving this email because of your account on gitlab.archlinux.org.