File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 25
25
# Current director
26
26
PROJECT_DIR =$(shell pwd)
27
27
28
- BUILD_NUMBER =4
28
+ BUILD_NUMBER =5
29
29
30
30
MACOSX_DEPLOYMENT_TARGET =10.8
31
31
@@ -34,7 +34,7 @@ PYTHON_VERSION=3.4.7
34
34
PYTHON_VER =$(basename $(PYTHON_VERSION ) )
35
35
36
36
OPENSSL_VERSION_NUMBER =1.0.2
37
- OPENSSL_REVISION =m
37
+ OPENSSL_REVISION =n
38
38
OPENSSL_VERSION =$(OPENSSL_VERSION_NUMBER )$(OPENSSL_REVISION )
39
39
40
40
BZIP2_VERSION =1.0.6
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ This should:
49
49
The build products will be in the `build ` directory; the compiled frameworks
50
50
will be in the `dist ` directory.
51
51
52
- .. _for macOS : https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.4/macOS/Python-3.4-macOS-support.b4 .tar.gz
53
- .. _for iOS : https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.4/iOS/Python-3.4-iOS-support.b4 .tar.gz
54
- .. _for tvOS : https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.4/tvOS/Python-3.4-tvOS-support.b4 .tar.gz
55
- .. _for watchOS : https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.4/watchOS/Python-3.4-watchOS-support.b4 .tar.gz
52
+ .. _for macOS : https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.4/macOS/Python-3.4-macOS-support.b5 .tar.gz
53
+ .. _for iOS : https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.4/iOS/Python-3.4-iOS-support.b5 .tar.gz
54
+ .. _for tvOS : https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.4/tvOS/Python-3.4-tvOS-support.b5 .tar.gz
55
+ .. _for watchOS : https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.4/watchOS/Python-3.4-watchOS-support.b5 .tar.gz
Original file line number Diff line number Diff line change 1
1
.gitignore
2
2
.mention-bot
3
3
.travis.yml
4
+ .github/*
4
5
Modules/_ctypes/libffi_osx/LICENSE
5
- PCbuild/_elementtree.vcxproj
6
- PCbuild/_elementtree.vcxproj.filters
7
- PCbuild/pyexpat.vcxproj
8
- PCbuild/pyexpat.vcxproj.filters
6
+ PCbuild/*
7
+ Tools/msi/*
You can’t perform that action at this time.
0 commit comments