15
0
forked from pool/python-mccabe

Accepting request 305789 from home:benoit_monin:branches:devel:languages:python

- update to version 0.3
- add the LICENSE to the package documentation

OBS-URL: https://build.opensuse.org/request/show/305789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mccabe?expand=0&rev=12
This commit is contained in:
Denisart Benjamin
2015-05-12 21:28:46 +00:00
committed by Git OBS Bridge
parent 53ee5c9587
commit d444de040e
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu May 7 16:34:53 UTC 2015 - benoit.monin@gmx.fr
- update to version 0.3:
* Computation was wrong: the mccabe complexity starts at 1, not 2
* The max-complexity value is now inclusive. E.g.: if the value
is 10 and the reported complexity is 10, then it passes
* Add tests
- add the LICENSE to the package documentation
-------------------------------------------------------------------
Thu Oct 24 11:08:23 UTC 2013 - speilicke@suse.com