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 2
2
uncompyle6_merge_33_owd=$( pwd)
3
3
cd $( dirname ${BASH_SOURCE[0]} )
4
4
if . ./setup-python-3.3.sh; then
5
- git merge master
5
+ git merge python-3.6-to-3.10
6
6
fi
7
7
cd $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
6
6
exit 1
7
7
fi
8
8
9
- PYTHON_VERSION=3.8
9
+ PYTHON_VERSION=3.12
10
10
11
11
uncompyle6_owd=$( pwd)
12
12
mydir=$( dirname $bs )
@@ -16,5 +16,5 @@ cd $mydir
16
16
cd $fulldir /..
17
17
(cd $fulldir /.. && \
18
18
setup_version python-spark master && \
19
- setup_version python-xdis python-3.6 )
19
+ setup_version python-xdis master )
20
20
checkout_finish master
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [[ $0 == $bs ]] ; then
7
7
exit 1
8
8
fi
9
9
10
- PYTHON_VERSION=2.4.6
10
+ PYTHON_VERSION=2.4
11
11
12
12
uncompyle6_owd=$( pwd)
13
13
mydir=$( dirname $bs )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [[ $0 == $bs ]] ; then
6
6
exit 1
7
7
fi
8
8
9
- PYTHON_VERSION=3.0.1
9
+ PYTHON_VERSION=3.0
10
10
11
11
uncompyle6_owd=$( pwd)
12
12
mydir=$( dirname $bs )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [[ $0 == $bs ]] ; then
6
6
exit 1
7
7
fi
8
8
9
- PYTHON_VERSION=3.3.7
9
+ PYTHON_VERSION=3.3
10
10
11
11
uncompyle6_owd=$( pwd)
12
12
mydir=$( 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