Date: Wednesday, January 4, 2023 @ 10:11:07
  Author: arojas
Revision: 1375082

upgpkg: python-scipy 1.10.0-1: Update to 1.10.0

Modified:
  python-scipy/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-04 10:08:43 UTC (rev 1375081)
+++ PKGBUILD    2023-01-04 10:11:07 UTC (rev 1375082)
@@ -8,19 +8,19 @@
 
 _name=scipy
 pkgname=python-scipy
-pkgver=1.9.3
+pkgver=1.10.0
 pkgrel=1
 pkgdesc='Open-source software for mathematics, science, and engineering'
 arch=(x86_64)
 url='https://www.scipy.org/'
 license=(BSD)
-depends=(python-numpy)
+depends=(python-numpy python-pooch)
 provides=(scipy)
 makedepends=(gcc-fortran cython python-pythran pybind11 meson-python 
python-build python-installer)
 checkdepends=(python-pytest)
 optdepends=('python-pillow: for image saving module')
 
source=(https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('fbc5c05c85c1a02be77b1ff591087c83bc44579c6d2bd9fb798bb64ea5e1a027')
+sha256sums=('c8b3cbc636a87a89b770c6afc999baa6bcbb01691b5ccbbc1b1791c7c0a07540')
 
 build() {
   cd $_name-$pkgver

Reply via email to