File python3-mccabe.changes of Package python3-mccabe
-------------------------------------------------------------------
Tue Jun 16 05:14:39 UTC 2015 - arun@gmx.de
- update to version 0.3.1:
* Add release machinery to tox.ini
* Include test_mccabe.py in releases
* Update .travis.yml to use tox
* Use travis-ci containers for building
* Add travis testing on python 3.4
-------------------------------------------------------------------
Sat Jan 10 02:33:28 UTC 2015 - arun@gmx.de
- specfile: update copyright year
- 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.
-------------------------------------------------------------------
Wed Apr 24 10:23:36 UTC 2013 - speilicke@suse.com
- Add python3 build requirement to get access to the ssl module
-------------------------------------------------------------------
Wed Apr 24 09:06:28 UTC 2013 - speilicke@suse.com
- Set license to MIT (SPDX mapping from Expat)
-------------------------------------------------------------------
Sun Apr 21 23:39:43 UTC 2013 - dmueller@suse.com
- Initial package (0.2.1)