pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-argcomplete



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Mon Jun  6 14:51:07 UTC 2016

Modified Files:
        pkgsrc/devel/py-argcomplete: Makefile distinfo

Log Message:
Update devel/py-argcomplete to 1.3.0.

Version 1.3.0 (2016-06-01)
- Correctly handle suggestions with custom nargs for optionals.

Version 1.2.0 (2016-05-25)
- Fix propagation of partially parsed subparser namespace into
  parent parser namespace upon subparser failure due to partial
  args. This allows completers to access partial parse results for
  subparser optionals in parsed_args (#114).
- The default completer can now be specified when manually
  instantiating CompletionFinder. Thanks to @avylove (#130).

Version 1.1.1 (2016-03-22)
- Use FilesCompleter as default completer fallback (#120).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-argcomplete/Makefile \
    pkgsrc/devel/py-argcomplete/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index