15
0
forked from pool/python-cliff

Accepting request 249134 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/249134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=20
This commit is contained in:
Stephan Kulow
2014-09-15 15:41:24 +00:00
committed by Git OBS Bridge
parent 18934a5b8c
commit ed21c5ca2c
4 changed files with 33 additions and 9 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Sep 13 16:47:41 UTC 2014 - tbechtold@suse.com
- update to 1.7.0:
* Add release notes for 1.7.0
* Fix stable integration tests
* Updated from global requirements
* Clean up default tox environment list
* Do not allow wheels for stable tests
* Set the main logger name to match the application
* CSV formatter should use system-dependent line ending
* Make show option compatible with Python 2.6
* Use six.add_metaclass instead of __metaclass__
* fixed typos found by RETF rules
* The --variable option to shell format is redundant
* Expose load_commands publicly
* Fix wrong method name assert_called_once
* Updated from global requirements
* Fix pep8 failures on rule E265
-------------------------------------------------------------------
Thu Jun 26 09:37:02 UTC 2014 - dmueller@suse.com