From d3d204a803dba90fefd3946f9daa57f2b79ee83e Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 28 Jan 2025 09:40:33 +0100 Subject: [PATCH 1/2] chores: lowercase Python.build.sh so we don't hav to fix rebuild.sh --- buildall.sh | 2 +- Python.build.sh => python.build.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Python.build.sh => python.build.sh (100%) diff --git a/buildall.sh b/buildall.sh index 5f49049..fdf6670 100755 --- a/buildall.sh +++ b/buildall.sh @@ -68,7 +68,7 @@ popd { [ -d "${BUILD_DIR}/${BUILD_sqlite}" ] || ./sqlite.build.sh [ -d "${BUILD_DIR}/${BUILD_redis}" ] || ./redis.build.sh -[ -d "${BUILD_DIR}/${BUILD_python}" ] || ./Python.build.sh +[ -d "${BUILD_DIR}/${BUILD_python}" ] || ./python.build.sh [ -d "${BUILD_DIR}/${BUILD_node}" ] || ./node.build.sh [ -d "${BUILD_DIR}/${BUILD_libjpegturbo}" ] || ./libjpegturbo.build.sh [ -d "${BUILD_DIR}/${BUILD_libtiff}" ] || ./libtiff.build.sh diff --git a/Python.build.sh b/python.build.sh similarity index 100% rename from Python.build.sh rename to python.build.sh From 4638cd2cbf31e3f58dcd0cc4b6b0e5c92eac1a0b Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 28 Jan 2025 10:30:36 +0100 Subject: [PATCH 2/2] python: 3.12.8 - update from 3.11.11 to 3.12.8 --- build.profile | 10 +++++----- checkversions.sh | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/build.profile b/build.profile index 9280676..a5aa5ac 100644 --- a/build.profile +++ b/build.profile @@ -1,6 +1,6 @@ -BUILD_TAG=2.14.5 +BUILD_TAG=2.14.6 -BUILD_paperless=paperless-ngx-2.14.5 +BUILD_paperless=paperless-ngx-2.14.6 BUILD_DIR=build BUILD_SRC="${PWD}" @@ -25,9 +25,9 @@ BUILD_sqlite_SRCURL="https://beehive.molgen.mpg.de/ab4e0652b6dedb075faf7a2781ba2 BUILD_redis=redis-7.4.1 BUILD_redis_SRCURL="https://beehive.molgen.mpg.de/360809807c15da120affb356e55c6388/${BUILD_redis}.tar.gz" -# wget "https://www.python.org/ftp/python/3.11.9/Python-3.11.9.tgz" -BUILD_python=Python-3.11.11 -BUILD_python_SRCURL="https://beehive.molgen.mpg.de/9a5b43fcc06810b8ae924b0a080e6569/${BUILD_python}.tgz" +# wget "https://www.python.org/ftp/python/3.12.8/Python-3.12.8.tgz" +BUILD_python=Python-3.12.8 +BUILD_python_SRCURL="https://beehive.molgen.mpg.de/304473cf367fa65e450edf4b06b55fcc/${BUILD_python}.tgz" # wget "https://nodejs.org/download/release/v22.13.1/node-v22.13.1.tar.gz" BUILD_node=node-22.13.1 diff --git a/checkversions.sh b/checkversions.sh index 99847f2..0d12781 100755 --- a/checkversions.sh +++ b/checkversions.sh @@ -286,3 +286,6 @@ echo for p in "${_parts[@]}"; do version $p done + +# apptainer build --sandbox xxx docker://ghcr.io/paperless-ngx/paperless-ngx:latest +# grep PYTHON xxx/.singularity.d/env/10-docker2singularity.sh