forked from pool/python-cliff
- update to 1.5.2: * Fix the arguments passed to commands when they are instantiated to pull out help. * Add bash command completion. * Use stevedore to load formatter plugins * Use pbr for packaging - add remove-distribute-dep.patch: remove distribute dependency - add 0001-Fix-doc-build-with-Python-2.6.x.patch: Fix build with python 2.6 (forwarded request 220390 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/220428 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=16
125 lines
4.2 KiB
Plaintext
125 lines
4.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jan 21 13:22:18 UTC 2014 - dmueller@suse.com
|
|
|
|
- update to 1.5.2:
|
|
* Fix the arguments passed to commands when they are instantiated to
|
|
pull out help.
|
|
* Add bash command completion.
|
|
* Use stevedore to load formatter plugins
|
|
* Use pbr for packaging
|
|
- add remove-distribute-dep.patch: remove distribute dependency
|
|
- add 0001-Fix-doc-build-with-Python-2.6.x.patch: Fix build with python 2.6
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 27 13:44:08 UTC 2013 - dmueller@suse.com
|
|
|
|
- update to 1.4.5:
|
|
* Update the pyparsing dependency to a version that supports both
|
|
Python 2 and Python 3.
|
|
* Add PyPy testing.
|
|
- remove patches that went upstream:
|
|
* remove 0001-Require-pyparsing-2.0.1.patch
|
|
* remove relax-cmd2-requires.diff
|
|
- fix requires
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 17 13:29:29 UTC 2013 - speilicke@suse.com
|
|
|
|
- Add 0001-Require-pyparsing-2.0.1.patch: Allow running with pyparsing>=2.0.1
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 9 08:47:28 UTC 2013 - dmueller@suse.com
|
|
|
|
- add relax-cmd2-requires.diff: Allow 0.6.6.1 or newer
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 3 08:01:39 UTC 2013 - dmueller@suse.com
|
|
|
|
- update to 1.4.4:
|
|
- Provide better error handling for unknown commands run from the
|
|
command line. (Contributed by Christophe Chauvet.)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 27 10:02:03 UTC 2013 - speilicke@suse.com
|
|
|
|
- Update to version 1.4:
|
|
+ Upstream provides no changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 3 09:55:16 UTC 2013 - speilicke@suse.com
|
|
|
|
- Update to version 1.3.3:
|
|
+ Upstreamed:
|
|
- 0001-Restore-compatibility-with-Prettytable-0.7.2.patch
|
|
- ignore-cmd2-requires.diff:
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 2 10:42:04 UTC 2013 - dmueller@suse.com
|
|
|
|
- add 0001-Restore-compatibility-with-Prettytable-0.7.2.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 30 08:39:29 UTC 2013 - dmueller@suse.com
|
|
|
|
- add ignore-cmd2-requires.diff:
|
|
loosen cmd2 version requires
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 25 09:06:44 UTC 2013 - dmueller@suse.com
|
|
|
|
- update to 1.3.2:
|
|
- Add ``convert_underscores`` parameter to ``CommandManager`` ``__init__``
|
|
method to allow underscores to be used in command names. This optional
|
|
argument is defaulted to True to maintain current behavior.
|
|
(contributed by Joe Server)
|
|
- Use flake8_ for style checking.
|
|
- Relax version requirement for PrettyTable dependency to allow
|
|
point releases of 0.7.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 24 15:04:28 UTC 2013 - dmueller@suse.com
|
|
|
|
- buildrequire the right mock version
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 18 16:09:58 UTC 2013 - dmueller@suse.com
|
|
|
|
- tighten requires on pyparsing
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 13 12:26:50 UTC 2013 - dmueller@suse.com
|
|
|
|
- add prettytable-0.7x.diff:
|
|
- Be compatible with PrettyTable 0.7
|
|
- tighten rpm dependencies
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 12 09:12:29 UTC 2013 - dmueller@suse.com
|
|
|
|
- Update to 1.3.1:
|
|
- Sort list of commands in interactive help mode.
|
|
- Fix a dependency issue with PyParsing until the cmd2 package can
|
|
release an update setting the version of its dependency based on the
|
|
Python version.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 9 10:15:03 UTC 2012 - saschpe@suse.de
|
|
|
|
- Update to version 1.3:
|
|
+ Upstream provides no changelog
|
|
- Split out documentation
|
|
- Really run testsuite
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 27 10:46:22 UTC 2012 - saschpe@suse.de
|
|
|
|
- Add needed runtime requirements
|
|
- Run testsuite
|
|
- Set license to Apache-2.0
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 27 08:28:53 UTC 2012 - cthiel@suse.com
|
|
|
|
- initial package (version 1.0)
|
|
|