python3-numpy: 1.25.1 -> 1.25.2

This commit is contained in:
Tim Biermann 2023-07-31 22:47:15 +02:00
parent 99262cd600
commit 271c46abc0
3 changed files with 12 additions and 11 deletions

View File

@ -6,12 +6,12 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/numpy-1.25.1.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/numpy-1.25.1.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/numpy-1.25.1.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/numpy-1.25.1.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/numpy-1.25.1.dist-info/entry_points.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/numpy-1.25.1.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/numpy-1.25.2.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/numpy-1.25.2.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/numpy-1.25.2.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/numpy-1.25.2.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/numpy-1.25.2.dist-info/entry_points.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/numpy-1.25.2.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/numpy/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/numpy/__config__.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd
@ -1189,6 +1189,7 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/numpy/random/_examples/cyt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/numpy/random/_examples/cython/__pycache__/setup.cpython-310.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/numpy/random/_examples/cython/extending.pyx
-rw-r--r-- root/root usr/lib/python3.10/site-packages/numpy/random/_examples/cython/extending_distributions.pyx
-rw-r--r-- root/root usr/lib/python3.10/site-packages/numpy/random/_examples/cython/meson.build
-rw-r--r-- root/root usr/lib/python3.10/site-packages/numpy/random/_examples/cython/setup.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/numpy/random/_examples/numba/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/numpy/random/_examples/numba/__pycache__/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30muAqS1j9v4jhXpC9IjZGMN4xZddSo3BkvQukWxtVihOm6/P3NurDJw/eDlhXKqKXtwoYgcA5cVfSt3zbU6UAA=
SHA256 (Pkgfile) = 90f07c50aa0ffb63a0db3e8c4bae216415e870a2cfbec0aa181ce1bd69e6714f
SHA256 (.footprint) = 2173ce1265aedb9796c41a2a665216cf1aa3641f940ef72e853898cecea7cc9c
SHA256 (numpy-1.25.1.tar.gz) = 9a3a9f3a61480cc086117b426a8bd86869c213fc4072e606f01c4e4b66eb92bf
RWSagIOpLGJF33b/3qMKSZ2zD6nVSkPCbUX7EDmhjwJabGYMpYqpo3WoTbpFFZ2MzJ5WwmNHdqzMU6OBXk86+21P64zKSOU2OQ8=
SHA256 (Pkgfile) = 6418d9843e53548042a316fc995bf49c8fd594ad0ff60079ad04bb33071295a6
SHA256 (.footprint) = e772e13442696aca9ddb49a63cea2d70cd6a8926f6c14c7ee03e2a32f5336157
SHA256 (numpy-1.25.2.tar.gz) = fd608e19c8d7c55021dffd43bfe5492fab8cc105cc8986f813f8c3c048b38760

View File

@ -4,7 +4,7 @@
# Depends on: lapack python3-build python3-cython python3-installer python3-wheel
name=python3-numpy
version=1.25.1
version=1.25.2
release=1
source=(https://github.com/${name#*-}/${name#*-}/releases/download/v$version/${name#*-}-$version.tar.gz)