Skip to content

Commit fcca3b1

Browse files
authored
Bump python3 to 3.12.7 (#3)
Bump python3 to 3.12.7
1 parent 7ce6a83 commit fcca3b1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Garden Linux package python3.11
1+
# Garden Linux package python3.12
22

prepare_binary

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
DEB_BUILD_OPTIONS="$DEB_BUILD_OPTIONS nobench nolto nopgo"
2+
# We need libgdbm-compat-dev for x86 or the build process fails.
3+
apt install python3-pip libgdbm-compat-dev -y
4+
# Python uses blurb to create NEWS entries and there is not debian package.
5+
# Do a unclean installation via pip to allow to generate the NEWS.
6+
pip install --break-system-packages blurb

prepare_source

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
apt_src python3.12
1+
# 3.12.7 isn't in testing yet.
2+
git_src --branch 3.12.7-1 https://salsa.debian.org/cpython-team/python3.git
3+
# Debian does not keep track of the source-code within salsa. Hence, we need
4+
# to download the code ourself.
5+
git_src --branch v3.12.7 https://github.com/python/cpython.git
26
apply_patches

0 commit comments

Comments
 (0)