Skip to content

Commit 3581434

Browse files
committed
Updates for build 10.
Includes updating to Python 3.5.9, and OpenSSL 1.0.2t.
1 parent 5f5ea0b commit 3581434

File tree

5 files changed

+68
-627
lines changed

5 files changed

+68
-627
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=9
28+
BUILD_NUMBER=10
2929

3030
MACOSX_DEPLOYMENT_TARGET=10.8
3131

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

0 commit comments

Comments
 (0)