Update autopep8 1.6.0 -> 2.3.1, remove outdated "toml" module
Bump autopep8 as there has been various improvements & bug-fixes. Also update pycodestyle 2.8 -> 2.12.1. autopep8 imported a module "toml" which has been superseded by Python's own "tomllib". The "toml" module has been removed. Ref !127553
This commit is contained in:
@@ -35,7 +35,6 @@ ExternalProject_Add(external_python_site_packages
|
|||||||
zstandard==${ZSTANDARD_VERSION}
|
zstandard==${ZSTANDARD_VERSION}
|
||||||
autopep8==${AUTOPEP8_VERSION}
|
autopep8==${AUTOPEP8_VERSION}
|
||||||
pycodestyle==${PYCODESTYLE_VERSION}
|
pycodestyle==${PYCODESTYLE_VERSION}
|
||||||
toml==${TOML_VERSION}
|
|
||||||
meson==${MESON_VERSION}
|
meson==${MESON_VERSION}
|
||||||
--no-binary :all:
|
--no-binary :all:
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -287,11 +287,9 @@ set(CYTHON_VERSION 0.29.30)
|
|||||||
# but built against ZSTD 1.5.1, while we use 1.5.0.
|
# but built against ZSTD 1.5.1, while we use 1.5.0.
|
||||||
set(ZSTANDARD_VERSION 0.16.0)
|
set(ZSTANDARD_VERSION 0.16.0)
|
||||||
# Auto-format Python source (developer tool, not used by Blender at run-time).
|
# Auto-format Python source (developer tool, not used by Blender at run-time).
|
||||||
set(AUTOPEP8_VERSION 1.6.0)
|
set(AUTOPEP8_VERSION 2.3.1)
|
||||||
# Needed by: `autopep8` (so the version doesn't change on rebuild).
|
# Needed by: `autopep8` (so the version doesn't change on rebuild).
|
||||||
set(PYCODESTYLE_VERSION 2.8.0)
|
set(PYCODESTYLE_VERSION 2.12.1)
|
||||||
# Needed by: `autopep8` (so the version doesn't change on rebuild).
|
|
||||||
set(TOML_VERSION 0.10.2)
|
|
||||||
# Build system for other packages (not used by Blender at run-time).
|
# Build system for other packages (not used by Blender at run-time).
|
||||||
set(MESON_VERSION 0.63.0)
|
set(MESON_VERSION 0.63.0)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user