Commit 6c6754a
ARROW-6920: [Packaging] Build python 3.8 wheels
adds python3.8 wheels
as far as I can tell python3.8 isn't available for Conda yet (conda-forge/python-feedstock#274), so that's will have to be added later
Closes #5685 from sjhewitt/arrow-6920 and squashes the following commits:
feac494 <Sutou Kouhei> Add a TODO comment
908a396 <Sutou Kouhei> Check Docker version for debug
43833a3 <Sutou Kouhei> Add Python 3.8 support to package metadata
f3f9bfa <Krisztián Szűcs> Install tensorflow for 32 bit unicode width py27
cd9ae83 <Sutou Kouhei> Install TensorFlow for Python 2.7 manually
5293f2b <Sutou Kouhei> Pin base image and remove needless virtualenvs
344eecd <Sutou Kouhei> Use apache/arrow-dev again
99cad41 <Sutou Kouhei> Use the uploaded image
f0c8e69 <Sutou Kouhei> Link to libpython only on Windows
260fa79 <Sutou Kouhei> Add a missing empty line
52761b4 <Sutou Kouhei> libpython.so may not exist
5e5977e <Sutou Kouhei> Don't link to other Python libraries on non Windows
e047d54 <Sutou Kouhei> Don't use local function
10dac67 <Terence D. Honles> move plasma subprocesses to top level functions
da300ac <Sutou Kouhei> Don't use TTY
c4526d8 <Sutou Kouhei> Use more recent numpy
7ace0cb <Sutou Kouhei> Ensure using the latest image
655f88c <Sutou Kouhei> Use Azure Pipelines instead of Travis CI
2ef6213 <Sutou Kouhei> Use "call conda.bat activate/deactivate"
1c8427e <Sutou Kouhei> Use conda without call
99251ea <Sutou Kouhei> Use "conda activate/deactivate"
f403b6f <Sutou Kouhei> Use the latest multibuild
c818840 <Sutou Kouhei> Remove m suffix
e9f1408 <Sutou Kouhei> Set up Python 3.8
2ab6732 <Simon Hewitt> ARROW-6920: Build python 3.8 wheels
Lead-authored-by: Sutou Kouhei <[email protected]>
Co-authored-by: Terence D. Honles <[email protected]>
Co-authored-by: Krisztián Szűcs <[email protected]>
Co-authored-by: Simon Hewitt <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>1 parent 7102d7e commit 6c6754a
File tree
18 files changed
+234
-314
lines changed- cpp/src/arrow/python
- dev/tasks
- python-wheels
- python
- manylinux1
- scripts
- manylinux2010
- scripts
- pyarrow/tests
18 files changed
+234
-314
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
57 | 56 | | |
58 | | - | |
| 57 | + | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments