Skip to content

Commit da46bd2

Browse files
committed
Updates for build 2.
Includes updating to Python 3.7.5, and OpenSSL 1.0.2t.
1 parent 469fd86 commit da46bd2

File tree

3 files changed

+8
-17
lines changed

3 files changed

+8
-17
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
# Current director
2626
PROJECT_DIR=$(shell pwd)
2727

28-
BUILD_NUMBER=1
28+
BUILD_NUMBER=2
2929

3030
MACOSX_DEPLOYMENT_TARGET=10.8
3131

3232
# Version of packages that will be compiled by this meta-package
33-
PYTHON_VERSION=3.7.0
33+
PYTHON_VERSION=3.7.5
3434
PYTHON_VER=$(basename $(PYTHON_VERSION))
3535

3636
OPENSSL_VERSION_NUMBER=1.0.2
37-
OPENSSL_REVISION=o
37+
OPENSSL_REVISION=t
3838
OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)
3939

4040
BZIP2_VERSION=1.0.8

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Apple Support
22
====================
33

4-
**This repository branch builds a packaged version of Python 3.7.0**.
4+
**This repository branch builds a packaged version of Python 3.7.5**.
55
Other Python versions are available by cloning other branches of the main
66
repository.
77

@@ -72,7 +72,7 @@ For details on how to add these binary packages to your project, see the
7272
package-specific documentation linked above.
7373

7474

75-
.. _for macOS: https://briefcase-support.s3-us-west-2.amazonaws.com/python/3.7/macOS/Python-3.7-macOS-support.b1.tar.gz
76-
.. _for iOS: https://briefcase-support.s3-us-west-2.amazonaws.com/python/3.7/iOS/Python-3.7-iOS-support.b1.tar.gz
77-
.. _for tvOS: https://briefcase-support.s3-us-west-2.amazonaws.com/python/3.7/tvOS/Python-3.7-tvOS-support.b1.tar.gz
78-
.. _for watchOS: https://briefcase-support.s3-us-west-2.amazonaws.com/python/3.7/watchOS/Python-3.7-watchOS-support.b1.tar.gz
75+
.. _for macOS: https://briefcase-support.s3-us-west-2.amazonaws.com/python/3.7/macOS/Python-3.7-macOS-support.b2.tar.gz
76+
.. _for iOS: https://briefcase-support.s3-us-west-2.amazonaws.com/python/3.7/iOS/Python-3.7-iOS-support.b2.tar.gz
77+
.. _for tvOS: https://briefcase-support.s3-us-west-2.amazonaws.com/python/3.7/tvOS/Python-3.7-tvOS-support.b2.tar.gz
78+
.. _for watchOS: https://briefcase-support.s3-us-west-2.amazonaws.com/python/3.7/watchOS/Python-3.7-watchOS-support.b2.tar.gz

patch/Python/diff-exclude.lst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,3 @@
33
.gitignore
44
.mention-bot
55
.travis.yml
6-
Doc/make.bat
7-
Lib/idlelib/calltip.py
8-
Lib/idlelib/idle_test/test_calltip.py
9-
Lib/idlelib/window.py
10-
Misc/NEWS.d/3.6.6rc1.rst
11-
Misc/NEWS.d/3.7.0b5.rst
12-
Modules/_ctypes/libffi_osx/LICENSE
13-
PCbuild/*
14-
Tools/msi/*

0 commit comments

Comments
 (0)