[PULL 0/6] Python patches

John Snow posted 6 patches 4 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240715173241.572048-1-jsnow@redhat.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, Beraldo Leal <bleal@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
There is a newer version of this series
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
[PULL 0/6] Python patches
Posted by John Snow 4 months, 1 week ago
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

Re: [PULL 0/6] Python patches
Posted by Richard Henderson 4 months, 1 week ago
On 7/16/24 03:32, John Snow wrote:
> The following changes since commit 4469bee2c529832d762af4a2f89468c926f02fe4:
> 
>    Merge tag 'nvme-next-pull-request' ofhttps://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

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.

r~