From 7e9bec828e31369d9b6bab30ac86218bf3def70d Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Tue, 26 Oct 2021 08:50:47 +0800 Subject: math/py-numpy: Update to 1.20.3 PR: 259063 Reported by: wen@ Exp-run by: antoine@ --- math/py-numpy/files/patch-numpy-distutils-exec_command.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/py-numpy/files/patch-numpy-distutils-exec_command.py') diff --git a/math/py-numpy/files/patch-numpy-distutils-exec_command.py b/math/py-numpy/files/patch-numpy-distutils-exec_command.py index ea297206195c..a99e5814811d 100644 --- a/math/py-numpy/files/patch-numpy-distutils-exec_command.py +++ b/math/py-numpy/files/patch-numpy-distutils-exec_command.py @@ -1,6 +1,6 @@ ---- numpy/distutils/exec_command.py.orig 2017-09-29 20:10:10 UTC +--- numpy/distutils/exec_command.py.orig 2021-05-08 18:35:28 UTC +++ numpy/distutils/exec_command.py -@@ -231,7 +231,7 @@ def _exec_command(command, use_shell=Non +@@ -261,7 +261,7 @@ def _exec_command(command, use_shell=None, use_tee = N if os.name == 'posix' and use_shell: # On POSIX, subprocess always uses /bin/sh, override -- cgit v1.2.3