Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit b96ecff

Browse files
committed
Merge branch 'main' into 3.8
2 parents a46066b + 8452595 commit b96ecff

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BUILD_NUMBER=custom
77
# PYTHON_VERSION is the full version number (e.g., 3.10.0b3)
88
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
99
# PYTHON_VER is the major/minor version (e.g., 3.10)
10-
PYTHON_VERSION=3.8.13
10+
PYTHON_VERSION=3.8.15
1111
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Po "\d+\.\d+\.\d+")
1212
PYTHON_VER=$(basename $(PYTHON_VERSION))
1313

@@ -65,7 +65,6 @@ build/Python-$(PYTHON_VERSION)/Makefile: build downloads
6565
--prefix=$(PROJECT_DIR)/build/python \
6666
--enable-ipv6 \
6767
--enable-shared \
68-
--without-doc-strings \
6968
--without-ensurepip \
7069
2>&1 | tee -a ../python-$(PYTHON_VERSION).config.log
7170

README.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
Python Linux Support
22
====================
33

4-
**This repository branch builds a packaged version of Python 3.8.13**.
5-
Other Python versions are available by cloning other branches of the main
6-
repository.
7-
84
This is a meta-package for building a version of Python that can be embedded
95
into a Linux AppImage.
106

7+
**This branch builds a packaged version of Python 3.8.15**.
8+
Other Python versions are available by cloning other branches of the main
9+
repository:
10+
11+
* `Python 3.8 <https://github.com/beeware/Python-Linux-support/tree/3.8>`__
12+
* `Python 3.9 <https://github.com/beeware/Python-Linux-support/tree/3.9>`__
13+
* `Python 3.10 <https://github.com/beeware/Python-Linux-support/tree/3.10>`__
14+
* `Python 3.11 <https://github.com/beeware/Python-Linux-support/tree/3.11>`__
15+
1116
It works by downloading and building the standard Python sources, after
1217
ensuring that key system libraries are installed. It installs the compiled
1318
Python into a temporary prefix location, strips out parts that aren't needed,
@@ -46,4 +51,4 @@ This will:
4651
The build products will be in the `build` directory; the distributable tarball
4752
will be in the `dist` directory.
4853

49-
.. _x86_64: https://briefcase-support.org/python?version=3.8&platform=linux&arch=x86_64
54+
.. _x86_64: https://briefcase-support.s3.amazonaws.com/python/3.8/linux/x86_64/Python-3.8-macOS-support.b1.tar.gz

0 commit comments

Comments
 (0)