Skip to content

Commit c4a29c1

Browse files
committed
Bumped Python version to v3.7.11.
Includes OpenSSL 1.1.1j.
1 parent 003733e commit c4a29c1

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ 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.7.10
33+
PYTHON_VERSION=3.7.11
3434
PYTHON_VER=$(basename $(PYTHON_VERSION))
3535

3636
OPENSSL_VERSION_NUMBER=1.1.1
37-
OPENSSL_REVISION=i
37+
OPENSSL_REVISION=j
3838
OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)
3939

4040
BZIP2_VERSION=1.0.8

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

patch/Python/Python.patch

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12677,7 +12677,7 @@ index 8815c83998..91e6195ff0 100644
1267712677
# Get sys.path in isolated mode (python3 -I)
1267812678
popen = subprocess.Popen([sys.executable, '-I', '-c',
1267912679
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py
12680-
index 41ba53b481..00b1932c69 100644
12680+
index 5f4b019c04..fa2e5b65ce 100644
1268112681
--- a/Lib/test/test_socket.py
1268212682
+++ b/Lib/test/test_socket.py
1268312683
@@ -901,6 +901,12 @@
@@ -12702,7 +12702,7 @@ index 41ba53b481..00b1932c69 100644
1270212702
# avoid the 'echo' service on this platform, as there is an
1270312703
# assumption breaking non-standard port/protocol entry
1270412704
services = ('daytime', 'qotd', 'domain')
12705-
@@ -3156,7 +3162,8 @@
12705+
@@ -3158,7 +3164,8 @@
1270612706
def _testFDPassCMSG_LEN(self):
1270712707
self.createAndSendFDs(1)
1270812708

@@ -12712,7 +12712,7 @@ index 41ba53b481..00b1932c69 100644
1271212712
@unittest.skipIf(sys.platform.startswith("aix"), "skipping, see issue #22397")
1271312713
@requireAttrs(socket, "CMSG_SPACE")
1271412714
def testFDPassSeparate(self):
12715-
@@ -3167,7 +3174,8 @@
12715+
@@ -3169,7 +3176,8 @@
1271612716
maxcmsgs=2)
1271712717

1271812718
@testFDPassSeparate.client_skip
@@ -12722,7 +12722,7 @@ index 41ba53b481..00b1932c69 100644
1272212722
@unittest.skipIf(sys.platform.startswith("aix"), "skipping, see issue #22397")
1272312723
def _testFDPassSeparate(self):
1272412724
fd0, fd1 = self.newFDs(2)
12725-
@@ -3180,7 +3188,8 @@
12725+
@@ -3182,7 +3190,8 @@
1272612726
array.array("i", [fd1]))]),
1272712727
len(MSG))
1272812728

@@ -12732,7 +12732,7 @@ index 41ba53b481..00b1932c69 100644
1273212732
@unittest.skipIf(sys.platform.startswith("aix"), "skipping, see issue #22397")
1273312733
@requireAttrs(socket, "CMSG_SPACE")
1273412734
def testFDPassSeparateMinSpace(self):
12735-
@@ -3194,7 +3203,8 @@
12735+
@@ -3196,7 +3205,8 @@
1273612736
maxcmsgs=2, ignoreflags=socket.MSG_CTRUNC)
1273712737

1273812738
@testFDPassSeparateMinSpace.client_skip
@@ -12742,7 +12742,7 @@ index 41ba53b481..00b1932c69 100644
1274212742
@unittest.skipIf(sys.platform.startswith("aix"), "skipping, see issue #22397")
1274312743
def _testFDPassSeparateMinSpace(self):
1274412744
fd0, fd1 = self.newFDs(2)
12745-
@@ -3952,28 +3962,38 @@
12745+
@@ -3954,28 +3964,38 @@
1274612746
pass
1274712747

1274812748
@requireAttrs(socket.socket, "sendmsg")
@@ -12860,7 +12860,7 @@ index 4025c2354a..f8d50642d8 100644
1286012860
import distutils.text_file
1286112861
import distutils.unixccompiler
1286212862
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py
12863-
index 84927a393f..76287412f0 100644
12863+
index 0478f20cd3..9f849f531d 100644
1286412864
--- a/Lib/test/test_sys.py
1286512865
+++ b/Lib/test/test_sys.py
1286612866
@@ -108,6 +108,7 @@

0 commit comments

Comments
 (0)