File python-docopt.changes of Package python-docopt
1
-------------------------------------------------------------------
2
Mon Jul 14 11:45:41 UTC 2014 - toddrme2178@gmail.com
3
4
- Update to 0.6.2
5
* Wheel support
6
7
-------------------------------------------------------------------
8
Mon Feb 10 10:21:01 UTC 2014 - speilicke@suse.com
9
10
- Add LICENSE-MIT README.rst, use proper macros and use setuptools
11
instead of distribte (upstreams merged)
12
13
-------------------------------------------------------------------
14
Wed Feb 5 17:52:12 UTC 2014 - arun@gmx.de
15
16
- initial commit to d-p-l. Below are the previous Changelog entries
17
* 0.6.1 Bugfix release.
18
* 0.6.0 options_first parameter.
19
Breaking changes: Corrected [options] meaning.
20
argv defaults to None.
21
* 0.5.0 Repeated options/commands are counted or accumulated into a
22
list.
23
* 0.4.2 Bugfix release.
24
* 0.4.0 Option descriptions become optional,
25
support for "--" and "-" commands.
26
* 0.3.0 Support for (sub)commands like "git remote add".
27
Introduce [options] shortcut for any options.
28
Breaking changes: docopt returns dictionary.
29
* 0.2.0 Usage pattern matching. Positional arguments parsing based on
30
usage patterns.
31
Breaking changes: docopt returns namespace (for arguments),
32
not list. Usage pattern is formalized.
33
* 0.1.0 Initial release. Options-parsing only (based on options
34
description).
35