File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
# Current director
22
22
PROJECT_DIR =$(shell pwd)
23
23
24
- BUILD_NUMBER =5
24
+ BUILD_NUMBER =1
25
25
26
26
# Version of packages that will be compiled by this meta-package
27
- PYTHON_VERSION =3.4.2
27
+ PYTHON_VERSION =3.5.1
28
28
PYTHON_VER =$(basename $(PYTHON_VERSION ) )
29
29
30
30
OPENSSL_VERSION_NUMBER =1.0.2
Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ This should:
68
68
The build products will be in the `build ` directory; the compiled frameworks
69
69
will be in the `dist ` directory.
70
70
71
- .. _for iOS : https://github.com/pybee/Python-iOS-support/releases/download/3.4.2-b5 /Python-3.4.2 -iOS-support.b5 .tar.gz
72
- .. _for tvOS : https://github.com/pybee/Python-iOS-support/releases/download/3.4.2-b5 /Python-3.4.2 -iOS-support.b5 .tar.gz
73
- .. _for watchOS : https://github.com/pybee/Python-iOS-support/releases/download/3.4.2-b5 /Python-3.4.2 -iOS-support.b5 .tar.gz
71
+ .. _for iOS : https://github.com/pybee/Python-iOS-support/releases/download/3.5.1-b1 /Python-3.5.1 -iOS-support.b1 .tar.gz
72
+ .. _for tvOS : https://github.com/pybee/Python-iOS-support/releases/download/3.5.1-b1 /Python-3.5.1 -iOS-support.b1 .tar.gz
73
+ .. _for watchOS : https://github.com/pybee/Python-iOS-support/releases/download/3.5.1-b1 /Python-3.5.1 -iOS-support.b1 .tar.gz
74
74
75
75
Acknowledgements
76
76
----------------
You can’t perform that action at this time.
0 commit comments