The following changes since commit 4469bee2c529832d762af4a2f89468c926f02fe4:
Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into staging (2024-07-11 14:32:51 -0700) are available in the Git repository at: https://gitlab.com/jsnow/qemu.git tags/python-pull-request for you to fetch changes up to dd23f9ec519db9c424223cff8767715de5532718: docs: remove Sphinx 1.x compatibility code (2024-07-12 16:46:21 -0400) ---------------------------------------------------------------- Python: 3.13 compat & sphinx minver bump ---------------------------------------------------------------- John Snow (6): python: linter changes for pylint 3.x python: Do not use pylint 3.2.4 with python 3.8 iotests: Change imports for Python 3.13 python: enable testing for 3.13 Python: bump minimum sphinx version to 3.4.3 docs: remove Sphinx 1.x compatibility code docs/conf.py | 7 ++--- docs/sphinx/hxtool.py | 21 +++----------- docs/sphinx/kerneldoc.py | 38 ++++++++------------------ docs/sphinx/kernellog.py | 28 ------------------- docs/sphinx/qapidoc.py | 33 ++-------------------- python/qemu/machine/machine.py | 1 + python/qemu/utils/qemu_ga_client.py | 2 +- python/setup.cfg | 4 ++- pythondeps.toml | 2 +- tests/docker/dockerfiles/python.docker | 1 + tests/qemu-iotests/testenv.py | 7 ++++- tests/qemu-iotests/testrunner.py | 9 ++++-- 12 files changed, 41 insertions(+), 112 deletions(-) delete mode 100644 docs/sphinx/kernellog.py -- 2.45.0