Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-scipy
Commits:
75132fcd by Antonio Rojas at 2026-01-11T09:54:41+01:00
upgpkg: 1.17.0-1: Upstream update
- - - - -
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.16.3
- pkgrel = 2
+ pkgver = 1.17.0
+ pkgrel = 1
url = https://www.scipy.org/
arch = x86_64
license = BSD-3-Clause
@@ -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.16.3
+ source = git+https://github.com/scipy/scipy#tag=v1.17.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 =
92cdcf2036b5aaa0db65e7dd253d8ba576edda84fd94e4ccd0f3bbdbd20efaac
+ sha256sums =
f622e40886bac2cc0c2ae36049829618cbc83a0c86ca42549427e29bf882fabc
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -8,8 +8,8 @@
_name=scipy
pkgname=python-scipy
-pkgver=1.16.3
-pkgrel=2
+pkgver=1.17.0
+pkgrel=1
pkgdesc='Open-source software for mathematics, science, and engineering'
arch=(x86_64)
url='https://www.scipy.org/'
@@ -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=('92cdcf2036b5aaa0db65e7dd253d8ba576edda84fd94e4ccd0f3bbdbd20efaac'
+sha256sums=('f622e40886bac2cc0c2ae36049829618cbc83a0c86ca42549427e29bf882fabc'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scipy/-/commit/75132fcda0561ddf6ec0cc73e7a0c292e5bd1071
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scipy/-/commit/75132fcda0561ddf6ec0cc73e7a0c292e5bd1071
You're receiving this email because of your account on gitlab.archlinux.org.