qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/6] Python patches
@ 2022-02-23 22:08 John Snow
  2022-02-23 22:08 ` [PULL 1/6] python: introduce qmp-shell-wrap convenience tool John Snow
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: John Snow @ 2022-02-23 22:08 UTC (permalink / raw)
  To: qemu-devel
  Cc: Kevin Wolf, Peter Maydell, Beraldo Leal, qemu-block,
	Markus Armbruster, Eduardo Habkost, Hanna Reitz, Cleber Rosa,
	John Snow

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




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-02-25 11:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-23 22:08 [PULL 0/6] Python patches John Snow
2022-02-23 22:08 ` [PULL 1/6] python: introduce qmp-shell-wrap convenience tool John Snow
2022-02-23 22:08 ` [PULL 2/6] python: support recording QMP session to a file John Snow
2022-02-23 22:08 ` [PULL 3/6] Python: discourage direct setup.py install John Snow
2022-02-23 22:08 ` [PULL 4/6] Python: add setuptools v60.0 workaround John Snow
2022-02-23 22:08 ` [PULL 5/6] Revert "python: pin setuptools below v60.0.0" John Snow
2022-02-23 22:09 ` [PULL 6/6] MAINTAINERS: python - remove ehabkost and add bleal John Snow
2022-02-25 11:27 ` [PULL 0/6] Python patches Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).