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)
signature.asc
Description: Digital signature
_______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
