devpi-0.9.3: new list/remove commands, bugfixes
I just released new versions of the devpi system, which provides a self-updating pypi caching and index server and a ``devpi`` command line tool to help with common upload/test/release activities. devpi-0.9.3 comes with some bug fixes and two new sub commands to view and remove release files from a private index. For general docs see: http://doc.devpi.net and for the changelog see below. Special thanks to Anthon van der Neut for his contributions, in particular the "argcomplete" support allowing for <tab> completion on options and subcommands. best, holger 0.9.3 ---------------------------- server: - fixed issue9: caching of packages where upstream provides no last-modified header now works. - fixed issue8: only http/https archives are allowed and other schemes (such as ftp) are silently skipped - added support for REST DELETE methods of projects and versions on an index - added "argcomplete" support for tab completion on options (thanks to Anthon van der Neut) client: - new "devpi list" command to show projects of the in-use index or all release files of a project with "devpi list PROJECTNAME". - new "devpi remove" command to remove releases from the current index, including any contained release files - added "argcomplete" support for tab completion on options (thanks to Anthon van der Neut)
I just released 0.9.4 packages of the devpi system, providing a self-updating pypi caching and index server and an optional ``devpi`` command line tool to help with common upload/test/release activities. For general docs see: http://doc.devpi.net For the 0.9.4 bug fixes see below. best, holger krekel CHANGES 0.9.4 --------------------------- server: - fix issue where lookups into subpages of the simple index (simple/NAME/VER) would not trigger a 404 as they should. client: - fix uploading by adding setup.py's dir to sys.path: setup.py files that import modules/packages for obtaining versions etc. now work. Thanks jbasko. - fix automatic devpi-server startup on python26/windows
participants (1)
-
holger krekel