From 30ed8e828be528aa9014eae5d9ba55563fdb1eb2 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Wed, 25 Oct 2023 12:01:24 +0000 Subject: [PATCH] python-oldest-supported-numpy: auto updated to 2023.10.25-1 --- BioArchLinux/python-oldest-supported-numpy/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BioArchLinux/python-oldest-supported-numpy/PKGBUILD b/BioArchLinux/python-oldest-supported-numpy/PKGBUILD index f4b855d18c..4858ed5649 100644 --- a/BioArchLinux/python-oldest-supported-numpy/PKGBUILD +++ b/BioArchLinux/python-oldest-supported-numpy/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-oldest-supported-numpy _pyname=${pkgname#python-} -pkgver=2023.8.3 +pkgver=2023.10.25 pkgrel=1 pkgdesc="Meta-package providing oldest supported Numpy for given Python version" arch=('any') @@ -13,7 +13,7 @@ depends=('python-numpy') makedepends=('python-setuptools') checkdepends=('python-nose') source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") -md5sums=('1e1db5953a8aaba4c2fb318aa1edfbb3') +md5sums=('92f88d1c4c87438c5629d9f1c6ebf881') get_pyver() { python -c "import sys; print('$1'.join(map(str, sys.version_info[:2])))"