15
0
forked from pool/python-cliff

Accepting request 220428 from devel:languages:python

- 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
This commit is contained in:
Stephan Kulow
2014-01-31 08:44:04 +00:00
committed by Git OBS Bridge
parent 0946425915
commit 0f8251c6d4
6 changed files with 73 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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