qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/15] Python patches
@ 2021-07-01  2:09 John Snow
  2021-07-01  2:09 ` [PULL 01/15] python/qom: Do not use 'err' name at module scope John Snow
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: John Snow @ 2021-07-01  2:09 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Thomas Huth, Eduardo Habkost, Alex Bennée,
	Markus Armbruster, Wainer dos Santos Moschetta,
	Philippe Mathieu-Daudé, Willian Rampazzo, Cleber Rosa,
	John Snow

The following changes since commit d940d468e29bff5eb5669c0dd8f3de0c3de17bfb:

  Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20210629' into staging (2021-06-30 19:09:45 +0100)

are available in the Git repository at:

  https://gitlab.com/jsnow/qemu.git tags/python-pull-request

for you to fetch changes up to 5c02c865866fdd2d17e8f5507deb4aa1f74bf59f:

  python: Fix broken ReST docstrings (2021-06-30 21:57:08 -0400)

----------------------------------------------------------------
Pull request

Patch 01/15 fixes the check-python-tox test.

----------------------------------------------------------------

John Snow (15):
  python/qom: Do not use 'err' name at module scope
  python: expose typing information via PEP 561
  python: Remove global pylint suppressions
  python: Re-lock pipenv at *oldest* supported versions
  python: README.rst touchups
  python: Add no-install usage instructions
  python: rename 'venv-check' target to 'check-pipenv'
  python: update help text for check-tox
  python: Fix .PHONY Make specifiers
  python: only check qemu/ subdir with flake8
  python: add 'make check-dev' invocation
  python: Update help text on 'make check', 'make develop'
  python: Update help text on 'make clean', 'make distclean'
  python: remove auto-generated pyproject.toml file
  python: Fix broken ReST docstrings

 python/README.rst               |  47 ++++++++++---
 .gitlab-ci.d/static_checks.yml  |   2 +-
 python/.gitignore               |   1 +
 python/Makefile                 |  89 +++++++++++++++++++------
 python/Pipfile.lock             | 113 +++++++++++++++-----------------
 python/qemu/machine/__init__.py |   6 +-
 python/qemu/machine/machine.py  |   6 +-
 python/qemu/machine/py.typed    |   0
 python/qemu/machine/qtest.py    |   2 +
 python/qemu/qmp/__init__.py     |   1 +
 python/qemu/qmp/py.typed        |   0
 python/qemu/qmp/qom.py          |   4 +-
 python/qemu/qmp/qom_common.py   |   2 +-
 python/qemu/utils/accel.py      |   2 +-
 python/qemu/utils/py.typed      |   0
 python/setup.cfg                |  14 ++--
 python/tests/flake8.sh          |   2 +-
 17 files changed, 187 insertions(+), 104 deletions(-)
 create mode 100644 python/qemu/machine/py.typed
 create mode 100644 python/qemu/qmp/py.typed
 create mode 100644 python/qemu/utils/py.typed

-- 
2.31.1




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

end of thread, other threads:[~2021-07-01 19:30 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-01  2:09 [PULL 00/15] Python patches John Snow
2021-07-01  2:09 ` [PULL 01/15] python/qom: Do not use 'err' name at module scope John Snow
2021-07-01  2:09 ` [PULL 02/15] python: expose typing information via PEP 561 John Snow
2021-07-01  2:09 ` [PULL 03/15] python: Remove global pylint suppressions John Snow
2021-07-01  2:09 ` [PULL 04/15] python: Re-lock pipenv at *oldest* supported versions John Snow
2021-07-01  2:09 ` [PULL 05/15] python: README.rst touchups John Snow
2021-07-01  2:09 ` [PULL 06/15] python: Add no-install usage instructions John Snow
2021-07-01  2:09 ` [PULL 07/15] python: rename 'venv-check' target to 'check-pipenv' John Snow
2021-07-01  2:09 ` [PULL 08/15] python: update help text for check-tox John Snow
2021-07-01  2:09 ` [PULL 09/15] python: Fix .PHONY Make specifiers John Snow
2021-07-01  2:09 ` [PULL 10/15] python: only check qemu/ subdir with flake8 John Snow
2021-07-01  2:09 ` [PULL 11/15] python: add 'make check-dev' invocation John Snow
2021-07-01  2:09 ` [PULL 12/15] python: Update help text on 'make check', 'make develop' John Snow
2021-07-01  2:09 ` [PULL 13/15] python: Update help text on 'make clean', 'make distclean' John Snow
2021-07-01  2:09 ` [PULL 14/15] python: remove auto-generated pyproject.toml file John Snow
2021-07-01  2:09 ` [PULL 15/15] python: Fix broken ReST docstrings John Snow
2021-07-01 19:28 ` [PULL 00/15] 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).