[Bf-blender-cvs] [e1a541c689b] master: CMake/Deps: Python 3.9.2

Ray Molenkamp noreply at git.blender.org
Fri Feb 26 12:25:48 CET 2021


Commit: e1a541c689b21e4aa759bb497dbcfc45b8220637
Author: Ray Molenkamp
Date:   Fri Feb 26 12:23:41 2021 +0100
Branches: master
https://developer.blender.org/rBe1a541c689b21e4aa759bb497dbcfc45b8220637

CMake/Deps: Python 3.9.2

Straight up minor version bump, no anomalies to report

Reviewed By: sebbas, sybren

Differential Revision: https://developer.blender.org/D10523

===================================================================

M	build_files/build_environment/cmake/versions.cmake

===================================================================

diff --git a/build_files/build_environment/cmake/versions.cmake b/build_files/build_environment/cmake/versions.cmake
index 5b9c709d04b..c41a42ad873 100644
--- a/build_files/build_environment/cmake/versions.cmake
+++ b/build_files/build_environment/cmake/versions.cmake
@@ -143,11 +143,11 @@ set(OSL_VERSION 1.11.10.0)
 set(OSL_URI https://github.com/imageworks/OpenShadingLanguage/archive/Release-${OSL_VERSION}.tar.gz)
 set(OSL_HASH dfdc23597aeef083832cbada62211756)
 
-set(PYTHON_VERSION 3.9.1)
+set(PYTHON_VERSION 3.9.2)
 set(PYTHON_SHORT_VERSION 3.9)
 set(PYTHON_SHORT_VERSION_NO_DOTS 39)
 set(PYTHON_URI https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tar.xz)
-set(PYTHON_HASH 61981498e75ac8f00adcb908281fadb6)
+set(PYTHON_HASH f0dc9000312abeb16de4eccce9a870ab)
 
 set(TBB_VERSION 2020_U2)
 set(TBB_URI https://github.com/oneapi-src/oneTBB/archive/${TBB_VERSION}.tar.gz)



More information about the Bf-blender-cvs mailing list