* Fix precedence of URL from command line over DEVPI_INDEX
environment variable for ``devpi use``.
* Fix relative DEVPI_INDEX environment variable with user and
index causing an invalid URL in some cases.
* Fix persistence of username when DEVPI_INDEX environment
variable is used with ``devpi login``.
* Fix precedence of ``--sdist`` and ``--wheel`` over
``formats`` setting from setup.cfg ``[devpi:upload]``
section.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=15
* Fix#919: Retry 3 times and wait a moment on PermissionError
during file removal to fix race condition after running tox.
* Restore ability to build docs if project uses separate build and
source directories for documentation.
* Fix for changes in pypitoken 6.x.
- 6.0.2 (2022-09-28)
* Better error message when trying to use ``devpi index`` which
requires authentication (devpi-lockdown).
- 6.0.1 (2022-08-16)
* fix#913: ``main.Hub.workdir`` cleanup (exit) can now handle
read-only files (like those created by git).
* Print info when ``DEVPI_INDEX`` environment variable is in use and
allow relative index specification for it.
- 6.0.0 (2022-07-19)
* Removed support for ``--detox`` option.
* When uploading we no longer "register" the package first. That
requirement was removed from PyPI and devpi-server for some time.
* Use ``sphinx-build`` command instead of ``setup.py build_sphinx``
when building documentation.
* Removed tox dependency, instead ``devpi test`` looks for the
``tox`` binary in the path.
* The ``--venv`` option will abort when no virtualenv exists at the
location, it will not create a virtualenv anymore.
* Fix#218: use new pip.conf location by default and warn if the
legacy location exists.
* Fix#38: add ``--user``/``-u`` option to ``use`` command to limit
index listing to a specific user.
* Fix#437: when the ``DEVPI_INDEX`` environment variable is set, it
temporarily overwrites the current index.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=13
- Bump upper version limit on pluggy to <2.0.
- fix#406: support ``--all`` to show all versions when listing
more than one project.
- Pin tox to <4dev. The next major version of devpi-client will
use tox as a binary to support newer versions.
- Support for basic authentication and client side certificates
is deprecated now. Take a look at devpi-lockdown instead.
- Hide password from index url in pip config with ``devpi
use``.
- Remove upstreamed patch test_sys_executable.patch.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=11