[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/6] Python patches
From: |
John Snow |
Subject: |
[PULL 0/6] Python patches |
Date: |
Mon, 15 Jul 2024 13:32:35 -0400 |
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
- [PULL 0/6] Python patches,
John Snow <=
- [PULL 1/6] python: linter changes for pylint 3.x, John Snow, 2024/07/15
- [PULL 2/6] python: Do not use pylint 3.2.4 with python 3.8, John Snow, 2024/07/15
- [PULL 3/6] iotests: Change imports for Python 3.13, John Snow, 2024/07/15
- [PULL 4/6] python: enable testing for 3.13, John Snow, 2024/07/15
- [PULL 5/6] Python: bump minimum sphinx version to 3.4.3, John Snow, 2024/07/15
- [PULL 6/6] docs: remove Sphinx 1.x compatibility code, John Snow, 2024/07/15