Skip to content

Commit

Permalink
Bump python3 to 3.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Akendo committed Oct 9, 2024
1 parent 656b2c3 commit e6b4528
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
14 changes: 14 additions & 0 deletions patches/changelog.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/debian/changelog b/debian/changelog
index 1db327b..339c844 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python3.11 (3.11.10) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Jan Alexander Preisslea <[email protected]> Wed, 9 Oct 2024 10:05:55 +0200
+
python3.11 (3.11.9-1) unstable; urgency=medium

* New upstream release.
7 changes: 4 additions & 3 deletions patches/no-libdb.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ diff --color -Naur a/debian/control.in b/debian/control.in
zlib1g-dev, libbz2-dev, liblzma-dev,
- libgdbm-dev, @bd_dbm@,
+ libgdbm-dev,
tk-dev, blt-dev (>= 2.4z), libssl-dev,
# tk-dev, blt-dev (>= 2.4z),
libssl-dev,
libexpat1-dev,
libbluetooth-dev [linux-any] <!pkg.@[email protected]>,
diff --color -Naur a/debian/rules b/debian/rules
--- a/debian/rules 2024-05-07 12:05:20.265273538 +0200
+++ b/debian/rules 2024-05-07 12:09:20.237141190 +0200
@@ -89,8 +92,7 @@
@@ -92,8 +92,7 @@
# FIXME: remove sid when uploading to unstable, after bookworm is released
#ifneq (,$(filter $(distrelase), jessie stretch buster bullseye bookworm sid precise trusty xenial bionic focal groovy hirsute))
with_dbmmodule = yes
Expand All @@ -31,3 +31,4 @@ diff --color -Naur a/debian/rules b/debian/rules
-e "s/@bd_dpkgdev@/$(bd_dpkgdev)/g" \
debian/control.in \
$(if $(with_udeb),debian/control.udeb) \

1 change: 1 addition & 0 deletions patches/series
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
no-libdb.patch
changelog.patch
8 changes: 5 additions & 3 deletions prepare_source
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
git_src --branch 3.11.2-6+deb12u3 https://salsa.debian.org/cpython-team/python3.git
git_src --branch 3.11.9-1 https://salsa.debian.org/cpython-team/python3.git
# Debian does not keep track of the source-code within salsa. Hence, we need
# to download the code ourself.
git_src --branch v3.11.2 https://github.com/python/cpython.git
git_src --branch v3.11.10 https://github.com/python/cpython.git
apply_patches

# Build with the 1443 build environment.
version_suffix=gardenlinux0+bp1443
#version_suffix=gardenlinux0+bp1443
version_orig=3.11.10
version="$version_orig-0"

0 comments on commit e6b4528

Please sign in to comment.