File tree Expand file tree Collapse file tree 7 files changed +34
-6
lines changed
Expand file tree Collapse file tree 7 files changed +34
-6
lines changed Original file line number Diff line number Diff line change 22uncompyle6_merge_33_owd=$( pwd)
33cd $( dirname ${BASH_SOURCE[0]} )
44if . ./setup-python-3.3.sh; then
5- git merge master
5+ git merge python-3.6-to-3.10
66fi
77cd $uncompyle6_merge_33_owd
Original file line number Diff line number Diff line change 1+ # /bin/bash
2+ uncompyle6_merge_33_owd=$( pwd)
3+ cd $( dirname ${BASH_SOURCE[0]} )
4+ if . ./setup-python-3.3.sh; then
5+ git merge master
6+ fi
7+ cd $uncompyle6_merge_33_owd
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [[ $0 == $bs ]] ; then
66 exit 1
77fi
88
9- PYTHON_VERSION=3.8
9+ PYTHON_VERSION=3.12
1010
1111uncompyle6_owd=$( pwd)
1212mydir=$( dirname $bs )
@@ -16,5 +16,5 @@ cd $mydir
1616cd $fulldir /..
1717(cd $fulldir /.. && \
1818 setup_version python-spark master && \
19- setup_version python-xdis python-3.6 )
19+ setup_version python-xdis master )
2020checkout_finish master
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [[ $0 == $bs ]] ; then
77 exit 1
88fi
99
10- PYTHON_VERSION=2.4.6
10+ PYTHON_VERSION=2.4
1111
1212uncompyle6_owd=$( pwd)
1313mydir=$( dirname $bs )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [[ $0 == $bs ]] ; then
66 exit 1
77fi
88
9- PYTHON_VERSION=3.0.1
9+ PYTHON_VERSION=3.0
1010
1111uncompyle6_owd=$( pwd)
1212mydir=$( dirname $bs )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [[ $0 == $bs ]] ; then
66 exit 1
77fi
88
9- PYTHON_VERSION=3.3.7
9+ PYTHON_VERSION=3.3
1010
1111uncompyle6_owd=$( pwd)
1212mydir=$( dirname $bs )
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # Check out python-3.6-to-3.10 and dependent development branches.
3+ bs=${BASH_SOURCE[0]}
4+ if [[ $0 == $bs ]] ; then
5+ echo " This script should be *sourced* rather than run directly through bash"
6+ exit 1
7+ fi
8+
9+ PYTHON_VERSION=3.6
10+
11+ uncompyle6_owd=$( pwd)
12+ mydir=$( dirname $bs )
13+ cd $mydir
14+ fulldir=$( readlink -f $mydir )
15+ . ./checkout_common.sh
16+ cd $fulldir /..
17+ (cd $fulldir /.. && \
18+ setup_version python-spark python-3.6 && \
19+ setup_version python-xdis python-3.6 )
20+
21+ checkout_finish python-3.6-to-3.10
You can’t perform that action at this time.
0 commit comments