15
0
forked from pool/python-cliff

Accepting request 456105 from devel:languages:python

- update to 2.4.0:
  * Remove tox environments that no longer work
  * Fix command order
  * Show team and repo badges on README
  * Add print_empty parameter
  * ignore Command docstring when looking for descriptions
  * let the Command get its one-liner description from a class attribute
  * flake8 fix
  * Replace dashes and colons when using bash formatter
  * Show entire command in error message
  * Updated from global requirements
  * Updated from global requirements
  * Fix spelling mistake
  * Add Python 3.5 classifier and venv
  * Updated from global requirements
  * Changed the home-page link
  * Add Apache 2.0 license to source file
  * Updated from global requirements
  * Updated from global requirements
  * Updated from global requirements
  * Updated from global requirements
  * Clean imports in code
  * [doc]Fix URL for 'setuptools entry points'
  * Fix a typo in comment
- Remove relax-sphinx-requirement.patch . No longer needed.

OBS-URL: https://build.opensuse.org/request/show/456105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=28
This commit is contained in:
2017-02-21 12:41:31 +00:00
committed by Git OBS Bridge
parent 1a0d8b36e9
commit 782e8585a8
5 changed files with 38 additions and 22 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Feb 10 16:45:39 UTC 2017 - tbechtold@suse.com
- update to 2.4.0:
* Remove tox environments that no longer work
* Fix command order
* Show team and repo badges on README
* Add print_empty parameter
* ignore Command docstring when looking for descriptions
* let the Command get its one-liner description from a class attribute
* flake8 fix
* Replace dashes and colons when using bash formatter
* Show entire command in error message
* Updated from global requirements
* Updated from global requirements
* Fix spelling mistake
* Add Python 3.5 classifier and venv
* Updated from global requirements
* Changed the home-page link
* Add Apache 2.0 license to source file
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Clean imports in code
* [doc]Fix URL for 'setuptools entry points'
* Fix a typo in comment
- Remove relax-sphinx-requirement.patch . No longer needed.
-------------------------------------------------------------------
Tue Oct 4 10:25:23 UTC 2016 - tbechtold@suse.com