Skip to content

Commit de03551

Browse files
committed
Bump Python to v3.8.3
Includes: * OpenSSL 1.1.1g * XZ 5.2.5
1 parent d5b3434 commit de03551

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ PYTHON_VERSION=3.8.0
3434
PYTHON_VER=$(basename $(PYTHON_VERSION))
3535

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

4040
BZIP2_VERSION=1.0.8
4141

42-
XZ_VERSION=5.2.4
42+
XZ_VERSION=5.2.5
4343

4444
# Supported OS
4545
OS=macOS iOS tvOS watchOS

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

0 commit comments

Comments
 (0)