Holger, you should probably update the CHANGELOG ( 0.9.2 client section) to read --from-dir instead of the old format --fromdir
Anthon On Friday, 21 June 2013 15:49:41 UTC+2, holger krekel wrote: > > > devpi, the caching pypi server and its optional upload/test/install helper > tool, just got a devpi-0.9.2 release. See the full updated docs here: > > http://doc.devpi.net > > Apart from some streamlining, there is a new upload option:: > > devpi upload --from-dir path/to/dir [--only-latest] > > which uploads existing release files to a devpi index, optionally only > the latest versions. This is achieved with the help of ``pkginfo`` > extracting PKGINFO files and, for the few where it's missing, using the > filename to determine name/version data. Thanks to Anthon van der Neut > for his related PRs. > > See below for a more detailed changelog. > > best, > holger > > 0.9.2 (compared to 0.9.1) > ---------------------------- > > server: > > - fix /USER/INDEXNAME root views to contain only latest in-stage packages > > - make +api calls return bases so that "devpi use" can show them > > client: > > - introduce "devpi upload --fromdir" for uploading archives in bulk > mode, thanks to Anthon van der Neut for helping with this! > (resolved issue5) > > - improve automatic server handling via "devpi use" > > - for "devpi server" you now need to specify "--log" to see log lines > > - make "devpi use" also show base indexes by default > > - fix issue4: auto-server data stored in non-dot dir >
_______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
