[Distutils] devpi-0.9.3: new list/remove commands, bugfixes

holger krekel holger at merlinux.eu
Tue Jul 16 11:08:10 CEST 2013


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)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: Digital signature
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20130716/b4f11279/attachment.pgp>


More information about the Distutils-SIG mailing list