9b25345421
pretty nice python package, would be great, if it could be in d-p-l. This sr is in response to sr 215451. Used a tar-ball and created and edited a spec file via py2pack. OBS-URL: https://build.opensuse.org/request/show/221040 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docopt?expand=0&rev=1
23 lines
952 B
Plaintext
23 lines
952 B
Plaintext
-------------------------------------------------------------------
|
|
Wed Feb 5 17:52:12 UTC 2014 - arun@gmx.de
|
|
|
|
- initial commit to d-p-l. Below are the previous Changelog entries
|
|
* 0.6.1 Bugfix release.
|
|
* 0.6.0 options_first parameter.
|
|
Breaking changes: Corrected [options] meaning.
|
|
argv defaults to None.
|
|
* 0.5.0 Repeated options/commands are counted or accumulated into a
|
|
list.
|
|
* 0.4.2 Bugfix release.
|
|
* 0.4.0 Option descriptions become optional,
|
|
support for "--" and "-" commands.
|
|
* 0.3.0 Support for (sub)commands like "git remote add".
|
|
Introduce [options] shortcut for any options.
|
|
Breaking changes: docopt returns dictionary.
|
|
* 0.2.0 Usage pattern matching. Positional arguments parsing based on
|
|
usage patterns.
|
|
Breaking changes: docopt returns namespace (for arguments),
|
|
not list. Usage pattern is formalized.
|
|
* 0.1.0 Initial release. Options-parsing only (based on options
|
|
description).
|