15
0
forked from pool/python-cliff

Accepting request 238766 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/238766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=18
This commit is contained in:
Stephan Kulow
2014-06-30 19:45:08 +00:00
committed by Git OBS Bridge
parent 9fda144637
commit 18934a5b8c
7 changed files with 30 additions and 92 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Jun 26 09:37:02 UTC 2014 - dmueller@suse.com
- update to 1.6.1:
* Remove PrettyTable from documentation requirements
* Fix a bug in ShellFormatter's escaping of double quotes in strings
* Import run_cross_tests.sh from oslo-incubator
* add doc requirements to venv
* Add max-width support for table formatter
* Add value only output formattter
* Update readme with links to bug tracker and source
* Move pep8 dependency into pep8 tox test
* Fix doc build with Python 2.6.x
* Fix interactive mode with command line args
* Update .gitreview after repo rename
* Escape double quotes in shell formatter
* Add unit test for shell formatter
* Rename private attribute to avoid conflict
* Sync with global requirements
* Add integration tests with known consumers
* update history for previous change
* Make the formatters a private part of the command
- 0001-Fix-doc-build-with-Python-2.6.x.patch, 0001-Move-pep8-dependency-into-pep8-tox-test.patch,
remove-distribute-dep.patch: Merged upstream
-------------------------------------------------------------------
Thu Feb 13 11:53:51 UTC 2014 - dmueller@suse.com