|
79 | 79 |
|
80 | 80 | if echo $PYBUILD |grep -q 13$ |
81 | 81 | then |
82 | | - if [ -d Python-3.13.2 ] |
| 82 | + if [ -d Python-3.13.3 ] |
83 | 83 | then |
84 | 84 | echo " * Using local cpython sources" |
85 | 85 | else |
86 | 86 | pwd |
87 | 87 | ls |
88 | 88 | echo " * fetching remote cpython sources" |
89 | | - wget -q -c https://www.python.org/ftp/python/3.13.2/Python-3.13.2.tar.xz |
90 | | - tar xf Python-3.13.2.tar.xz || exit 87 |
| 89 | + wget -q -c https://www.python.org/ftp/python/3.13.3/Python-3.13.3.tar.xz |
| 90 | + tar xf Python-3.13.3.tar.xz || exit 87 |
91 | 91 | fi |
92 | 92 |
|
93 | | - ln -s Python-3.13.2 cpython${PYBUILD} |
| 93 | + ln -s Python-3.13.3 cpython${PYBUILD} |
94 | 94 |
|
95 | 95 | sed -i 's|ProcessPoolExecutor = None|return True|g' cpython3.13/Lib/compileall.py |
96 | 96 |
|
|
125 | 125 |
|
126 | 126 | if echo $PYBUILD |grep -q 12$ |
127 | 127 | then |
128 | | - wget -q -c https://www.python.org/ftp/python/3.12.9/Python-3.12.9.tar.xz |
129 | | - tar xf Python-3.12.9.tar.xz |
130 | | - ln -s Python-3.12.9 cpython${PYBUILD} |
| 128 | + wget -q -c https://www.python.org/ftp/python/3.12.10/Python-3.12.10.tar.xz |
| 129 | + tar xf Python-3.12.10.tar.xz |
| 130 | + ln -s Python-3.12.10 cpython${PYBUILD} |
131 | 131 | fi |
132 | 132 |
|
133 | 133 |
|
134 | 134 | if echo $PYBUILD | grep -q 11$ |
135 | 135 | then |
136 | | - wget -q -c https://www.python.org/ftp/python/3.11.11/Python-3.11.11.tar.xz |
137 | | - tar xf Python-3.11.11.tar.xz |
138 | | - ln -s Python-3.11.11 cpython${PYBUILD} |
| 136 | + wget -q -c https://www.python.org/ftp/python/3.11.12/Python-3.11.12.tar.xz |
| 137 | + tar xf Python-3.11.12.tar.xz |
| 138 | + ln -s Python-3.11.12 cpython${PYBUILD} |
139 | 139 | fi |
140 | 140 |
|
141 | 141 | popd |
|
0 commit comments