* Support --no-docs and --only-docs for push command.
* Support --register-project for push command to external index.
* Add support for uv.conf to devpi use --set-cfg.
* fixed encoding issues when decoding output of subprocesses.
* require pkginfo >= 1.10.0 which supports newer metadata versions.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=32
* Require build>=0.7.0 to prevent import error with older versions.
* Provide proper error message if the API request for devpi use fails.
* Fix#1011: change HTTP status codes >=400 to use self.fatal instead
of raw SystemExit, protect 403 and 404 errors from SystemExit
* Support using various kinds of devpi tools with pyproject.toml.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=31