Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: Bump to 3.10.13 #178

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CONFIGDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

export VERSION_major_python=3.9
export VERSION_major_python=3.10
export VERSION_qt=5.15.2
export RELEASE_VERSION=0.9
export RELEASE_VERSION_PATCH=0
Expand Down
2 changes: 1 addition & 1 deletion config/ltr.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CONFIGDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

export VERSION_major_python=3.9
export VERSION_major_python=3.10
export VERSION_qt=5.15.2
export RELEASE_VERSION=0.9
export RELEASE_VERSION_PATCH=0
Expand Down
2 changes: 1 addition & 1 deletion config/nightly.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CONFIGDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

export VERSION_major_python=3.9
export VERSION_major_python=3.10
export VERSION_qt=5.15.2
export RELEASE_VERSION=0.9
export RELEASE_VERSION_PATCH=0
Expand Down
2 changes: 1 addition & 1 deletion config/pr.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CONFIGDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

export VERSION_major_python=3.9
export VERSION_major_python=3.10
export VERSION_qt=5.15.2
export RELEASE_VERSION=0.9
export RELEASE_VERSION_PATCH=0
Expand Down
4 changes: 2 additions & 2 deletions qgis_deps/recipes/python/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DESC_python="Interpreted, interactive, object-oriented programming language"

# version of your package (set in config.conf)
VERSION_minor_python=5
VERSION_minor_python=13
VERSION_python=${VERSION_major_python}.${VERSION_minor_python}
LINK_python=libpython${VERSION_major_python}.dylib

Expand All @@ -14,7 +14,7 @@ DEPS_python=(openssl xz libffi zlib libzip sqlite expat unixodbc bz2 gettext lib
URL_python=https://www.python.org/ftp/python/${VERSION_python}/Python-${VERSION_python}.tar.xz

# md5 of the package
MD5_python=71f7ada6bec9cdbf4538adc326120cfd
MD5_python=8847dc6458d1431d0ae0f55942deeb89

# default build path
BUILD_python=$BUILD_PATH/python/$(get_directory $URL_python)
Expand Down