Skip to content

Commit

Permalink
python: 3.12.8
Browse files Browse the repository at this point in the history
- update from 3.11.11 to 3.12.8
  • Loading branch information
wwwutz committed Jan 28, 2025
1 parent d3d204a commit 4638cd2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.profile
Original file line number Diff line number Diff line change
@@ -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}"
Expand All @@ -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
Expand Down
3 changes: 3 additions & 0 deletions checkversions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4638cd2

Please sign in to comment.