Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-scipy
Commits:
48738582 by Antonio Rojas at 2024-06-25T08:43:51+02:00
upgpkg: 1.14.0-1: Update to 1.14.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.13.1
- pkgrel = 2
+ pkgver = 1.14.0
+ pkgrel = 1
url = https://www.scipy.org/
arch = x86_64
license = BSD-3-Clause
@@ -25,7 +25,7 @@ pkgbase = python-scipy
optdepends = python-pillow: for image saving module
provides = scipy
options = !lto
- source =
https://github.com/scipy/scipy/releases/download/v1.13.1/scipy-1.13.1.tar.gz
- sha256sums =
095a87a0312b08dfd6a6155cbbd310a8c51800fc931b8c0b84003014b874ed3c
+ source =
https://github.com/scipy/scipy/releases/download/v1.14.0/scipy-1.14.0.tar.gz
+ sha256sums =
b5923f48cb840380f9854339176ef21763118a7300a88203ccd0bdd26e58527b
pkgname = python-scipy
=====================================
PKGBUILD
=====================================
@@ -8,8 +8,8 @@
_name=scipy
pkgname=python-scipy
-pkgver=1.13.1
-pkgrel=2
+pkgver=1.14.0
+pkgrel=1
pkgdesc='Open-source software for mathematics, science, and engineering'
arch=(x86_64)
url='https://www.scipy.org/'
@@ -34,7 +34,7 @@ checkdepends=(python-hypothesis
python-pytest)
optdepends=('python-pillow: for image saving module')
source=(https://github.com/scipy/scipy/releases/download/v$pkgver/$_name-$pkgver.tar.gz)
-sha256sums=('095a87a0312b08dfd6a6155cbbd310a8c51800fc931b8c0b84003014b874ed3c')
+sha256sums=('b5923f48cb840380f9854339176ef21763118a7300a88203ccd0bdd26e58527b')
options=(!lto) # crashes with numpy 2.0
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scipy/-/commit/487385824f8348c6a16324b229fa6e47b1d8e5b1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scipy/-/commit/487385824f8348c6a16324b229fa6e47b1d8e5b1
You're receiving this email because of your account on gitlab.archlinux.org.