From 111d04b228d922d058ed1d2b907b21312d3e627c Mon Sep 17 00:00:00 2001 From: Joe Garcia <joe.garcia@ssec.wisc.edu> Date: Sun, 4 Apr 2021 11:40:10 -0500 Subject: [PATCH] python version bumps --- ShellB3/shallbethree.sh | 6 +++--- ShellB3/src/Python-3.7.10.tar.xz | 3 +++ ShellB3/src/Python-3.7.9.tar.xz | 3 --- ShellB3/src/Python-3.8.7.tar.xz | 3 --- ShellB3/src/Python-3.8.9.tar.xz | 3 +++ ShellB3/src/Python-3.9.1.tar.xz | 3 --- ShellB3/src/Python-3.9.3.tar.xz | 3 +++ 7 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 ShellB3/src/Python-3.7.10.tar.xz delete mode 100644 ShellB3/src/Python-3.7.9.tar.xz delete mode 100644 ShellB3/src/Python-3.8.7.tar.xz create mode 100644 ShellB3/src/Python-3.8.9.tar.xz delete mode 100644 ShellB3/src/Python-3.9.1.tar.xz create mode 100644 ShellB3/src/Python-3.9.3.tar.xz diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh index c1618fb4..738fd976 100755 --- a/ShellB3/shallbethree.sh +++ b/ShellB3/shallbethree.sh @@ -990,13 +990,13 @@ export LIBXMLVER=2.9.9 export PYPY3VER=6.0.0 export PYPY3FSVER=3.5 -export PY37VER=3.7.9 +export PY37VER=3.7.10 export PY37FSVER=3.7 -export PY38VER=3.8.7 +export PY38VER=3.8.9 export PY38FSVER=3.8 -export PY39VER=3.9.1 +export PY39VER=3.9.3 export PY39FSVER=3.9 export LLVMSIMPLEVER=$(echo ${LLVMVER} | cut -c-3) diff --git a/ShellB3/src/Python-3.7.10.tar.xz b/ShellB3/src/Python-3.7.10.tar.xz new file mode 100644 index 00000000..0f6d801e --- /dev/null +++ b/ShellB3/src/Python-3.7.10.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d82e7572c86ec9d55c8627aae5040124fd2203af400c383c821b980306ee6b +size 17392580 diff --git a/ShellB3/src/Python-3.7.9.tar.xz b/ShellB3/src/Python-3.7.9.tar.xz deleted file mode 100644 index 6e18349d..00000000 --- a/ShellB3/src/Python-3.7.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91923007b05005b5f9bd46f3b9172248aea5abc1543e8a636d59e629c3331b01 -size 17389636 diff --git a/ShellB3/src/Python-3.8.7.tar.xz b/ShellB3/src/Python-3.8.7.tar.xz deleted file mode 100644 index e0eecad0..00000000 --- a/ShellB3/src/Python-3.8.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddcc1df16bb5b87aa42ec5d20a5b902f2d088caa269b28e01590f97a798ec50a -size 18261096 diff --git a/ShellB3/src/Python-3.8.9.tar.xz b/ShellB3/src/Python-3.8.9.tar.xz new file mode 100644 index 00000000..d2be03cc --- /dev/null +++ b/ShellB3/src/Python-3.8.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e391f3ec45da2954419cab0beaefd8be38895ea5ce33577c3ec14940c4b9572 +size 18271948 diff --git a/ShellB3/src/Python-3.9.1.tar.xz b/ShellB3/src/Python-3.9.1.tar.xz deleted file mode 100644 index fffd9552..00000000 --- a/ShellB3/src/Python-3.9.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:991c3f8ac97992f3d308fefeb03a64db462574eadbff34ce8bc5bb583d9903ff -size 18897104 diff --git a/ShellB3/src/Python-3.9.3.tar.xz b/ShellB3/src/Python-3.9.3.tar.xz new file mode 100644 index 00000000..3e77d372 --- /dev/null +++ b/ShellB3/src/Python-3.9.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30811039c65e04c14fc698e423947e464f9316e69fb44610bd38446046bb82b5 +size 18899676 -- GitLab