Page MenuHome

Deps builder: Python 3.10.2
ClosedPublic

Authored by Ray Molenkamp (LazyDodo) on Jan 26 2022, 4:04 AM.

Details

Summary

Also included:

  • IDNA 3.2 -> 3.3
  • Charset Normalizer 2.0.6 -> 2.0.10
  • UrlLib3 1.26.7 -> 1.26.8
  • Requests 2.26.0 -> 2.27.1
  • Cython 0.29.24 -> 0.29.26
  • ZStandard 0.15.2 -> 0.17.0
  • Numpy 1.12.2 -> 1.22.0

Pretty uneventful update except for 2 things.

  1. it required a compiler version bump on windows from VS2017 which we still used to build the libs to VS2019
  2. While switching back and forth between compilers I noticed pip caching packages it really shouldn't have, leading to the discovery of a missing --no-cache-dir for external_python_site_packages

Diff Detail

Repository
rB Blender
Branch
tmp_py_310 (branched from master)
Build Status
Buildable 20176
Build 20176: arc lint + arc unit

Event Timeline

Ray Molenkamp (LazyDodo) requested review of this revision.Jan 26 2022, 4:04 AM
Ray Molenkamp (LazyDodo) created this revision.
  • undo accidental version change in platform/platform_win32.cmake
This revision is now accepted and ready to land.Jan 26 2022, 4:03 PM

given brecht has already landed his libs, i'm gonna go ahead and land this as well

This revision was automatically updated to reflect the committed changes.

I downgraded the zstandard Python module from 0.17.0 → 0.16.0. The 0.17 version links against libzstd 1.5.1, whereas Blender uses 1.5.0.