Blender Git Commit Log

Git Commits -> Revision 417ce7f

Revision 417ce7f by Sybren A. Stüvel (master)
October 21, 2021, 11:46 (GMT)
Deps: Python, bump bundled packages to their latest versions

certifi : 2020.12.5 ? 2021.10.8
chardet : 4.0.0 ? charset-normalizer 2.0.6
cython : 0.29.21 ? 0.29.24
idna : 2.10 ? 3.2
numpy : 1.19.5 ? 1.21.2 (which makes it possible to remove our patch)
requests: 2.25.1 ? 2.26.0
urllib3 : 1.26.3 ? 1.26.7

Nowadays `requests` no longer depends on `chardet` but on
`charset-normalizer`. That project describes itself as:

> A library that helps you read text from an unknown charset encoding.
> Motivated by chardet, I'm trying to resolve the issue by taking a new
> approach. All IANA character set names for which the Python core library
> provides codecs are supported.

Reviewed By: LazyDodo, mont29, brecht

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

Commit Details:

Full Hash: 417ce7ffc1bbb9da15e82b6b81537bc86831f21c
Parent Commit: f81f567
Lines Changed: +30, -53

1 Deleted Path:

/build_files/build_environment/patches/numpy.diff (+0, -27)

5 Modified Paths:

/build_files/build_environment/cmake/numpy.cmake (+0, -1) (Diff)
/build_files/build_environment/cmake/python_site_packages.cmake (+1, -1) (Diff)
/build_files/build_environment/cmake/versions.cmake (+10, -10) (Diff)
/build_files/build_environment/install_deps.sh (+16, -14) (Diff)
/build_files/build_environment/windows/build_deps.cmd (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021