Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
0995725c
Commit
0995725c
authored
Aug 29, 2020
by
robbuckley
Browse files
bump python 2.7 latest to 2.7.18
parent
9e234983
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
osx_utils.sh
osx_utils.sh
+2
-2
tests/test_osx_utils.sh
tests/test_osx_utils.sh
+3
-1
No files found.
osx_utils.sh
View file @
0995725c
...
...
@@ -14,7 +14,7 @@ WORKING_SDIR=working
# As of 18 August 2020 - latest Python of each version with binary download
# available.
# See: https://www.python.org/downloads/mac-osx/
LATEST_2p7
=
2.7.1
7
LATEST_2p7
=
2.7.1
8
LATEST_3p5
=
3.5.4
LATEST_3p6
=
3.6.8
LATEST_3p7
=
3.7.9
...
...
@@ -101,7 +101,7 @@ function macpython_sdk_list_for_version {
local
_return
if
[
"
$_major
"
-eq
"2"
]
;
then
_return
=
"10.6"
[
$(
lex_ver
$_ver
)
-lt
$(
lex_ver 2.7.18
)
]
&&
_return
=
"10.6"
[
$(
lex_ver
$_ver
)
-ge
$(
lex_ver 2.7.15
)
]
&&
_return
=
"
$_return
10.9"
elif
[
"
$_major
"
-eq
"3"
]
;
then
[
$(
lex_ver
$_ver
)
-lt
$(
lex_ver 3.8
)
]
&&
_return
=
"10.6"
...
...
tests/test_osx_utils.sh
View file @
0995725c
...
...
@@ -51,9 +51,11 @@
[
"
$(
macpython_sdk_list_for_version 3.6.5
)
"
==
"10.6 10.9"
]
||
ingest
[
"
$(
macpython_sdk_list_for_version 3.6
)
"
==
"10.6 10.9"
]
||
ingest
[
"
$(
macpython_sdk_list_for_version 3.5
)
"
==
"10.6"
]
||
ingest
[
"
$(
macpython_sdk_list_for_version 2.7
)
"
==
"
10.6
10.9"
]
||
ingest
[
"
$(
macpython_sdk_list_for_version 2.7
)
"
==
"10.9"
]
||
ingest
[
"
$(
macpython_sdk_list_for_version 2.7.14
)
"
==
"10.6"
]
||
ingest
[
"
$(
macpython_sdk_list_for_version 2.7.15
)
"
==
"10.6 10.9"
]
||
ingest
[
"
$(
macpython_sdk_list_for_version 2.7.17
)
"
==
"10.6 10.9"
]
||
ingest
[
"
$(
macpython_sdk_list_for_version 2.7.18
)
"
==
"10.9"
]
||
ingest
[
"
$(
macpython_sdk_for_version 3.8
)
"
==
"10.9"
]
||
ingest
[
"
$(
macpython_sdk_for_version 3.5
)
"
==
"10.6"
]
||
ingest
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment