Changelog for
python3-docopt-0.6.2-24.1.noarch.rpm :
Wed Dec 5 13:00:00 2018 Jan Engelhardt
- Remove rhetorics and bias from descriptions.
Tue Dec 4 13:00:00 2018 Matej Cepl
- Remove superfluous devel dependency for noarch package
Mon Jul 10 14:00:00 2017 toddrme2178AATTgmail.com
- Fix wrong-script-interpreter rpmlint error.
Tue Apr 25 14:00:00 2017 toddrme2178AATTgmail.com
- Implement single-spec version
- Fix source URL.
Mon Sep 14 14:00:00 2015 msAATTsuse.com
- Package required in SLE12 due to fate#319400
Mon Jul 14 14:00:00 2014 toddrme2178AATTgmail.com
- Update to 0.6.2
* Wheel support
Mon Feb 10 13:00:00 2014 speilickeAATTsuse.com
- Add LICENSE-MIT README.rst, use proper macros and use setuptools
instead of distribte (upstreams merged)
Wed Feb 5 13:00:00 2014 arunAATTgmx.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).