[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: |
Wed, 23 Feb 2022 17:08:54 -0500 |
The following changes since commit 31e3caf21b6cdf54d11f3744b8b341f07a30b5d7:
Merge remote-tracking branch
'remotes/lvivier-gitlab/tags/trivial-branch-for-7.0-pull-request' into staging
(2022-02-22 20:17:09 +0000)
are available in the Git repository at:
https://gitlab.com/jsnow/qemu.git tags/python-pull-request
for you to fetch changes up to 89d38c74f4b69a93696392b55a9fee573055d78b:
MAINTAINERS: python - remove ehabkost and add bleal (2022-02-23 17:07:26
-0500)
----------------------------------------------------------------
Python patches
New functionality in qmp-shell from Dan, and some packaging fixes.
----------------------------------------------------------------
Daniel P. Berrangé (2):
python: introduce qmp-shell-wrap convenience tool
python: support recording QMP session to a file
John Snow (4):
Python: discourage direct setup.py install
Python: add setuptools v60.0 workaround
Revert "python: pin setuptools below v60.0.0"
MAINTAINERS: python - remove ehabkost and add bleal
MAINTAINERS | 4 +-
python/Makefile | 2 -
python/qemu/aqmp/qmp_shell.py | 86 +++++++++++++++++++++++++++++++---
python/setup.cfg | 5 +-
python/setup.py | 19 +++++++-
python/tests/iotests-pylint.sh | 3 +-
python/tests/pylint.sh | 3 +-
scripts/qmp/qmp-shell-wrap | 11 +++++
8 files changed, 118 insertions(+), 15 deletions(-)
create mode 100755 scripts/qmp/qmp-shell-wrap
--
2.34.1
- [PULL 0/6] Python patches,
John Snow <=
- [PULL 1/6] python: introduce qmp-shell-wrap convenience tool, John Snow, 2022/02/23
- [PULL 2/6] python: support recording QMP session to a file, John Snow, 2022/02/23
- [PULL 3/6] Python: discourage direct setup.py install, John Snow, 2022/02/23
- [PULL 5/6] Revert "python: pin setuptools below v60.0.0", John Snow, 2022/02/23
- [PULL 4/6] Python: add setuptools v60.0 workaround, John Snow, 2022/02/23
- [PULL 6/6] MAINTAINERS: python - remove ehabkost and add bleal, John Snow, 2022/02/23
- Re: [PULL 0/6] Python patches, Peter Maydell, 2022/02/25