Skip to content

Commit

Permalink
Update patch to Python 3.7.9.
Browse files Browse the repository at this point in the history
Includes:
- OpenSSL 1.1.1i
- BZip2 1.0.8
- XZ 5.2.5

Fixes an issue with the webbrowser module on iOS.
  • Loading branch information
freakboy3742 committed Dec 31, 2020
1 parent 9a97d3e commit 4463d91
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ BUILD_NUMBER=custom
MACOSX_DEPLOYMENT_TARGET=10.8

# Version of packages that will be compiled by this meta-package
PYTHON_VERSION=3.7.7
PYTHON_VERSION=3.7.9
PYTHON_VER=$(basename $(PYTHON_VERSION))

OPENSSL_VERSION_NUMBER=1.1.1
OPENSSL_REVISION=g
OPENSSL_REVISION=i
OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)

BZIP2_VERSION=1.0.8
Expand Down
Loading

0 comments on commit 4463d91

Please sign in to comment.