| classifiers |
|
|---|---|
| maintainer | Holger Krekel |
| maintainer_email | [email protected] |
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.0.3 (2018-07-12)
Bug Fixes
fix #557: enable exporting links to directories inside packages for devpi upload
4.0.2 (2018-05-04)
Bug Fixes
fix #361: allow deletion of versions with no releases.
fix #524: require at least pkginfo 1.4.2 to support metadata 2.1.
fix #532: add missing pluggy dependency to setup.py.
Update default upload location to https://upload.pypi.org/legacy/ for external devpi push.
4.0.1 (2018-02-02)
Bug Fixes
fix #508: on macOS the __PYVENV_LAUNCHER__ environment variable needs to be removed when calling pip, otherwise the generated scripts use the wrong Python executable.
4.0.0 (2018-01-17)
Features
CHANGED BEHAVIOR! If an activated virtualenv is detected, it is used by default for devpi install and devpi use --set-cfg now.
Bug Fixes
devpi test: if basic auth is configured, correctly pass credentials when downloading packages and submitting JSON reports. Thanks to Vytautas Liuolia for the PR.
3.1.0 (2017-11-23)
No significant changes.