Skip to content

Commit 0b203f0

Browse files
committed
Upgrade Python 3.8.2 -> 3.8.3
1 parent 4647fec commit 0b203f0

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

3.8/patches/python3-cross_compile.patch

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ Forwarded: no
33
Author: Sylvain Beucler <beuc@beuc.net>
44
Last-Update: 2020-05-08
55

6-
--- a/config.sub 2020-05-08 12:15:20.097297249 +0200
7-
+++ b/config.sub 2020-05-08 12:17:19.704298501 +0200
8-
@@ -1394,7 +1394,7 @@
6+
Index: Python-3.8.3/config.sub
7+
===================================================================
8+
--- Python-3.8.3.orig/config.sub
9+
+++ Python-3.8.3/config.sub
10+
@@ -1394,7 +1394,7 @@ case $os in
911
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1012
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
1113
| -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme* \
@@ -14,9 +16,11 @@ Last-Update: 2020-05-08
1416
# Remember, each alternative MUST END IN *, to match a version number.
1517
;;
1618
-qnx*)
17-
--- a/configure 2020-02-24 22:36:25.000000000 +0100
18-
+++ b/configure 2020-05-08 12:41:34.048250804 +0200
19-
@@ -3274,6 +3274,9 @@
19+
Index: Python-3.8.3/configure
20+
===================================================================
21+
--- Python-3.8.3.orig/configure
22+
+++ Python-3.8.3/configure
23+
@@ -3278,6 +3278,9 @@ then
2024
*-*-vxworks*)
2125
ac_sys_system=VxWorks
2226
;;
@@ -26,7 +30,7 @@ Last-Update: 2020-05-08
2630
*)
2731
# for now, limit cross builds to known configurations
2832
MACHDEP="unknown"
29-
@@ -3324,6 +3327,9 @@
33+
@@ -3328,6 +3331,9 @@ if test "$cross_compiling" = yes; then
3034
*-*-vxworks*)
3135
_host_cpu=$host_cpu
3236
;;
@@ -36,11 +40,10 @@ Last-Update: 2020-05-08
3640
*)
3741
# for now, limit cross builds to known configurations
3842
MACHDEP="unknown"
39-
diff --git a/config-emscripten.site b/config-emscripten.site
40-
new file mode 100644
41-
index 0000000..c273024
43+
Index: Python-3.8.3/config-emscripten.site
44+
===================================================================
4245
--- /dev/null
43-
+++ b/config-emscripten.site
46+
+++ Python-3.8.3/config-emscripten.site
4447
@@ -0,0 +1,5 @@
4548
+# Required by ./configure
4649
+ac_cv_file__dev_ptmx=no

3.8/python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# notice and this notice are preserved. This file is offered as-is,
1010
# without any warranty.
1111

12-
VERSION=3.8.2
12+
VERSION=3.8.3
1313
SCRIPTDIR=$(dirname $(readlink -f $0))
1414
DESTDIR=${DESTDIR:-$SCRIPTDIR/destdir}
1515
SETUPLOCAL=${SETUPLOCAL:-'/dev/null'}

0 commit comments

Comments
 (0)