| classifiers |
|
|---|---|
| maintainer | Holger Krekel |
| maintainer_email | [email protected] |
| File | Tox results | History |
|---|---|---|
devpi-client-4.4.0.tar.gz
|
|
|
devpi_client-4.4.0-py2.py3-none-any.whl
|
|
devpi-client: commands for python packaging and testing
The “devpi” command line tool is typically used in conjunction with devpi-server. It allows to upload, test and install packages from devpi indexes. See http://doc.devpi.net for quickstart and more documentation.
IRC: #devpi on freenode, mailing list
compatibility: {win,unix}-py{27,34,35,36,py}
Changelog
4.4.0 (2019-04-26)
Features
implement #93: support setting password hash with devpi-server 4.9.0.
Bug Fixes
fix #622: deletion of package with inherited versions failed.
4.3.0 (2019-03-14)
Features
support for additional commands added by plugins via devpiclient_subcommands hook.
Bug Fixes
Update import location for detox 0.18.
4.2.0 (2018-11-16)
Features
Use server side operations for modifying indexes if the devpi-server version supports it. This prevents overwriting changes if two clients modify the same index concurrently.
4.1.0 (2018-09-09)
Features
implement #565: To show toxresults with devpi list the new -t/--toxresults option is now required, the toxresults aren’t shown by default anymore.
implement #579: client can remove specific file with devpi remove url_to_file. This requires at least devpi-server 4.6.0
Bug Fixes
fix #523: better error message when index does not support upload.
4.0.3 (2018-07-12)
Bug Fixes
fix #557: enable exporting links to directories inside packages for devpi upload