Skip to content

Commit 9b28cb6

Browse files
committed
Update patch to Python 3.6.12.
Includes: - OpenSSL 1.0.2u - BZip2 1.0.8 - XZ 5.2.5
1 parent f266415 commit 9b28cb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BUILD_NUMBER=custom
3030
MACOSX_DEPLOYMENT_TARGET=10.8
3131

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

3636
OPENSSL_VERSION_NUMBER=1.0.2

README.rst

Lines changed: 1 addition & 1 deletion
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.10**.
4+
**This repository branch builds a packaged version of Python 3.6.12**.
55
Other Python versions are available by cloning other branches of the main
66
repository.
77

patch/Python/Python.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12074,7 +12074,7 @@ index 9ad05fadef..05d1ba1f82 100644
1207412074
"""Test loading extension modules with multi-phase initialization (PEP 489)
1207512075
"""
1207612076
diff --git a/Lib/test/test_io.py b/Lib/test/test_io.py
12077-
index f29c16cb47..8521120d51 100644
12077+
index 4ba46563b9..9aad49bbbd 100644
1207812078
--- a/Lib/test/test_io.py
1207912079
+++ b/Lib/test/test_io.py
1208012080
@@ -572,7 +572,7 @@

0 commit comments

Comments
 (0)