Skip to content

Commit 4463d91

Browse files
committed
Update patch to Python 3.7.9.
Includes: - OpenSSL 1.1.1i - BZip2 1.0.8 - XZ 5.2.5 Fixes an issue with the webbrowser module on iOS.
1 parent 9a97d3e commit 4463d91

File tree

2 files changed

+66
-66
lines changed

2 files changed

+66
-66
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.7
33+
PYTHON_VERSION=3.7.9
3434
PYTHON_VER=$(basename $(PYTHON_VERSION))
3535

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

4040
BZIP2_VERSION=1.0.8

0 commit comments

Comments
 (0)