Skip to content

Commit c93b584

Browse files
committed
Updates for build 8.
Includes updating Python 3.6.9, and OpenSSL 1.0.2t.
1 parent 1e3bfff commit c93b584

File tree

4 files changed

+1137
-13106
lines changed

4 files changed

+1137
-13106
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=7
28+
BUILD_NUMBER=8
2929

3030
MACOSX_DEPLOYMENT_TARGET=10.8
3131

3232
# Version of packages that will be compiled by this meta-package
33-
PYTHON_VERSION=3.6.6
33+
PYTHON_VERSION=3.6.9
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.6.6**.
4+
**This repository branch builds a packaged version of Python 3.6.9**.
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.6/macOS/Python-3.6-macOS-support.b7.tar.gz
76-
.. _for iOS: https://briefcase-support.s3-us-west-2.amazonaws.com/python/3.6/iOS/Python-3.6-iOS-support.b7.tar.gz
77-
.. _for tvOS: https://briefcase-support.s3-us-west-2.amazonaws.com/python/3.6/tvOS/Python-3.6-tvOS-support.b7.tar.gz
78-
.. _for watchOS: https://briefcase-support.s3-us-west-2.amazonaws.com/python/3.6/watchOS/Python-3.6-watchOS-support.b7.tar.gz
75+
.. _for macOS: https://briefcase-support.s3-us-west-2.amazonaws.com/python/3.6/macOS/Python-3.6-macOS-support.b8.tar.gz
76+
.. _for iOS: https://briefcase-support.s3-us-west-2.amazonaws.com/python/3.6/iOS/Python-3.6-iOS-support.b8.tar.gz
77+
.. _for tvOS: https://briefcase-support.s3-us-west-2.amazonaws.com/python/3.6/tvOS/Python-3.6-tvOS-support.b8.tar.gz
78+
.. _for watchOS: https://briefcase-support.s3-us-west-2.amazonaws.com/python/3.6/watchOS/Python-3.6-watchOS-support.b8.tar.gz

0 commit comments

Comments
 (0)