Skip to content

Commit 6c43fb2

Browse files
committed
Release 3.6-b4.
Includes bump to Python 3.6.4, plus updating OpenSSL to 1.0.2m
1 parent 763ed85 commit 6c43fb2

File tree

4 files changed

+6015
-15935
lines changed

4 files changed

+6015
-15935
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=3
28+
BUILD_NUMBER=4
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.3
33+
PYTHON_VERSION=3.6.4
3434
PYTHON_VER=$(basename $(PYTHON_VERSION))
3535

3636
OPENSSL_VERSION_NUMBER=1.0.2
37-
OPENSSL_REVISION=m
37+
OPENSSL_REVISION=n
3838
OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)
3939

4040
BZIP2_VERSION=1.0.6

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.3**.
4+
**This repository branch builds a packaged version of Python 3.6.4**.
55
Other Python versions are available by cloning other branches of the main
66
repository.
77

@@ -49,7 +49,7 @@ This should:
4949
The build products will be in the `build` directory; the compiled frameworks
5050
will be in the `dist` directory.
5151

52-
.. _for macOS: https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.6/macOS/Python-3.6-macOS-support.b3.tar.gz
53-
.. _for iOS: https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.6/iOS/Python-3.6-iOS-support.b3.tar.gz
54-
.. _for tvOS: https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.6/tvOS/Python-3.6-tvOS-support.b3.tar.gz
55-
.. _for watchOS: https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.6/watchOS/Python-3.6-watchOS-support.b3.tar.gz
52+
.. _for macOS: https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.6/macOS/Python-3.6-macOS-support.b4.tar.gz
53+
.. _for iOS: https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.6/iOS/Python-3.6-iOS-support.b4.tar.gz
54+
.. _for tvOS: https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.6/tvOS/Python-3.6-tvOS-support.b4.tar.gz
55+
.. _for watchOS: https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.6/watchOS/Python-3.6-watchOS-support.b4.tar.gz

0 commit comments

Comments
 (0)