15
0
forked from pool/python-cliff

Accepting request 576370 from devel:languages:python

- update to version 2.11.0
  - Move doc requirements to doc/requirements.txt
  - Alias exit to cmd2's quit command to exit interactive shell
  - doc: Remove blank lines between term and definition
  - remove -s alias for --sort-columns
  - Replace legacy tips jobs with shiny new versions
  - Update .gitignore
  - Updated from global requirements
  - sphinxext: Support cliff application
  - Remove tox_install.sh and just pass -c in tox
  - do not require installing demo app to build docs
  - Remove empty files
  - add support for legacy command name translation
  - doc: Cleanup of demoapp doc
  - Generate demoapp CLI refernece
  - Fix codec error when format=csv
  - Use in-tree cliffdemo app for docs build
  - add bandit to pep8 job
  - Use assertIsNone(...) instead of assertIs(None,...)
  - Fix PEP8 in gate
  - Add ability to sort data by columns for list commands

OBS-URL: https://build.opensuse.org/request/show/576370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=31
This commit is contained in:
2018-02-14 09:52:18 +00:00
committed by Git OBS Bridge
parent 702de4853e
commit ed997eec5c
4 changed files with 35 additions and 9 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Feb 13 18:27:32 UTC 2018 - cloud-devel@suse.de
- update to version 2.11.0
- Move doc requirements to doc/requirements.txt
- Alias exit to cmd2's quit command to exit interactive shell
- doc: Remove blank lines between term and definition
- remove -s alias for --sort-columns
- Replace legacy tips jobs with shiny new versions
- Update .gitignore
- Updated from global requirements
- sphinxext: Support cliff application
- Remove tox_install.sh and just pass -c in tox
- do not require installing demo app to build docs
- Remove empty files
- add support for legacy command name translation
- doc: Cleanup of demoapp doc
- Generate demoapp CLI refernece
- Fix codec error when format=csv
- Use in-tree cliffdemo app for docs build
- add bandit to pep8 job
- Use assertIsNone(...) instead of assertIs(None,...)
- Fix PEP8 in gate
- Add ability to sort data by columns for list commands
-------------------------------------------------------------------
Wed Nov 22 09:40:38 UTC 2017 - cloud-devel@suse.de