summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2023-01-04 07:55:58 +0000
committerAuto update bot2023-01-04 07:55:58 +0000
commit84f2d9ccb56cf4d63a1a69b9cfba4f340a6713d9 (patch)
treed235dec6304720ddd6a4b2f8edbbd6d1f4018007
parent98067245f3e06cbf16ec1f6b5cf288ee22738288 (diff)
downloadaur-84f2d9ccb56cf4d63a1a69b9cfba4f340a6713d9.tar.gz
auto updated to 1.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9106c95976dc..b6b21c121c7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-scipy-mkl
pkgdesc = SciPy is open-source software for mathematics, science, and engineering.
- pkgver = 1.9.3
+ pkgver = 1.10.0
pkgrel = 1
url = http://www.scipy.org/
arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = python-scipy-mkl
depends = intel-oneapi-mkl
depends = python-numpy
optdepends = python-pillow: for image saving module
- provides = python-scipy=1.9.3
+ provides = python-scipy=1.10.0
conflicts = python-scipy
- source = https://github.com/scipy/scipy/releases/download/v1.9.3/scipy-1.9.3.tar.gz
- sha256sums = fbc5c05c85c1a02be77b1ff591087c83bc44579c6d2bd9fb798bb64ea5e1a027
+ source = https://github.com/scipy/scipy/releases/download/v1.10.0/scipy-1.10.0.tar.gz
+ sha256sums = c8b3cbc636a87a89b770c6afc999baa6bcbb01691b5ccbbc1b1791c7c0a07540
pkgname = python-scipy-mkl
diff --git a/PKGBUILD b/PKGBUILD
index 78932ab1e282..f1609c6b581c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=python-scipy-mkl
-pkgver=1.9.3
+pkgver=1.10.0
pkgrel=1
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
arch=('x86_64')
@@ -20,7 +20,7 @@ makedepends=('cython' 'gcc-fortran' 'procps-ng' 'pybind11' 'python-pythran' 'pyt
checkdepends=('python-pytest')
optdepends=('python-pillow: for image saving module')
source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.gz")
-sha256sums=('fbc5c05c85c1a02be77b1ff591087c83bc44579c6d2bd9fb798bb64ea5e1a027')
+sha256sums=('c8b3cbc636a87a89b770c6afc999baa6bcbb01691b5ccbbc1b1791c7c0a07540')
build() {
source /opt/intel/oneapi/setvars.sh