15
0
forked from pool/python-cliff

Accepting request 407220 from devel:languages:python

- Switch to pypi.io as Source url

- update to 2.1.0:
  * Updated from global requirements
  * Update --max-width help
  * Add more test coverage for shell formatter
  * Add more test coverage for CSV formatter
  * Support multiple sub commands in completion
  * Factorize more test data
  * Factorize some test data
  * Factorize common test code
  * Factorize argparse importing
  * Updated from global requirements
  * Updated from global requirements
  * Add CLIFF_MAX_TERM_WIDTH envvar to complement --max-width
  * Fix prettytable.PrettyTable().max_width wrong usage
  * Fix AttributeError when entry point load failed
  * Distinguish no existed columns in ShowOne
  * Refactor HelpCommand
  * Updated from global requirements
  * Remove httplib2 from test-requirements.txt
  * Sync help message for --help
  * handle empty list in table formatter
  * Drop Python 2.6 support
  * Revert "app,command: disallow abbrev by default"
  * Fixes terminal_width on Windows
  * Updated from global requirements
  * remove openstack-common.conf
  * Add doc for deferred_help parameter
  * Fix pep8 failure

OBS-URL: https://build.opensuse.org/request/show/407220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=26
This commit is contained in:
2016-07-14 07:46:14 +00:00
committed by Git OBS Bridge
parent ceea8d7eea
commit 378590c61d
5 changed files with 65 additions and 22 deletions

View File

@@ -1,3 +1,55 @@
-------------------------------------------------------------------
Thu Jul 7 13:15:49 UTC 2016 - tbechtold@suse.com
- Switch to pypi.io as Source url
-------------------------------------------------------------------
Thu Jul 7 06:05:54 UTC 2016 - tbechtold@suse.com
- update to 2.1.0:
* Updated from global requirements
* Update --max-width help
* Add more test coverage for shell formatter
* Add more test coverage for CSV formatter
* Support multiple sub commands in completion
* Factorize more test data
* Factorize some test data
* Factorize common test code
* Factorize argparse importing
* Updated from global requirements
* Updated from global requirements
* Add CLIFF_MAX_TERM_WIDTH envvar to complement --max-width
* Fix prettytable.PrettyTable().max_width wrong usage
* Fix AttributeError when entry point load failed
* Distinguish no existed columns in ShowOne
* Refactor HelpCommand
* Updated from global requirements
* Remove httplib2 from test-requirements.txt
* Sync help message for --help
* handle empty list in table formatter
* Drop Python 2.6 support
* Revert "app,command: disallow abbrev by default"
* Fixes terminal_width on Windows
* Updated from global requirements
* remove openstack-common.conf
* Add doc for deferred_help parameter
* Fix pep8 failure
* app,command: disallow abbrev by default
* app: work-around abbrev
* remove unnecessary dependency on argparse
* Make verbose and quiet mutually exclusive
* setup: fix Python versions classifiers
* Don't import unused logging
* Don't use non-existent method of Mock
* Replace dashes with underscores in bash completion
* Updated from global requirements
* Resize columns to fit screen width
* fix fuzzy search for same-distance case
* Correct path to docs
* only use unicodecsv for python 2.x
* Fix test class docstring for py 3.5
- Adjust Requires and BuildRequires
-------------------------------------------------------------------
Wed Sep 16 11:34:00 UTC 2015 - tbechtold@suse.com