python-deps: bump cmake-format and autopep8

As decided at the most recent TSC meeting, bump cmake format to the
latest version. This will change/break style in many of the existing
cmake files, but pinning pyyaml to < 6 is not a long-term option.

Also bump patch version of autopep8, which should not lead to style
changes.

Bump overall sel4-deps version because the cmake-format change is
incompatible. Version 0.6.0 was not published because of the pyyaml
pinning/downgrade.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
Gerwin Klein
2025-06-05 11:00:54 +02:00
committed by Indan Zupancic
parent acbe30b507
commit c9d81228bd
2 changed files with 5 additions and 5 deletions

View File

@@ -8,4 +8,4 @@ seL4 Python Dependency Metapackage
################################## ##################################
An empty package depending on all the python packages required to build the seL4 An empty package depending on all the python packages required to build the seL4
microkernel, its manual, and proofs. microkernel and its manual.

View File

@@ -35,18 +35,18 @@ DEPS = [
'pyelftools', 'pyelftools',
'sh', 'sh',
'pexpect', 'pexpect',
'pyyaml>=5.1,<6', 'pyyaml>=5.1',
'jsonschema', 'jsonschema',
'pyfdt', 'pyfdt',
'cmake-format==0.4.5', 'cmake-format==0.6.13',
'guardonce', 'guardonce',
'autopep8==2.3.1', 'autopep8==2.3.2',
'libarchive-c', 'libarchive-c',
] ]
setup( setup(
name='sel4-deps', name='sel4-deps',
version='0.6.0', version='0.7.0',
description='Metapackage for downloading build dependencies for the seL4 microkernel', description='Metapackage for downloading build dependencies for the seL4 microkernel',
long_description=""" long_description="""
This meta package depends on all python packages you need to build the seL4 microkernel and manual. This meta package depends on all python packages you need to build the seL4 microkernel and manual.