2019-07-03 11:11:11 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 3 09:10:58 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Fix the test run with new pytest
|
|
|
|
|
|
2017-02-20 11:37:25 +01:00
|
|
|
|
-------------------------------------------------------------------
|
2017-03-15 16:14:45 +01:00
|
|
|
|
Mon Mar 6 14:03:34 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
|
|
- update for singlespec
|
|
|
|
|
- enable tests
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2017-02-20 11:37:25 +01:00
|
|
|
|
Mon Feb 20 10:36:41 UTC 2017 - tbechtold@suse.com
|
|
|
|
|
|
|
|
|
|
- Use pypi.io and https in Source
|
|
|
|
|
|
2017-02-16 15:12:22 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 15 08:55:16 UTC 2017 - kkaempf@suse.com
|
|
|
|
|
|
|
|
|
|
- update to version 0.6.1:
|
|
|
|
|
* Fix signature for PathGraphingAstVisitor.default to match the
|
|
|
|
|
signature for ASTVisitor
|
|
|
|
|
|
|
|
|
|
- update to version 0.6.0:
|
|
|
|
|
* Add support for Python 3.6
|
|
|
|
|
* Fix handling for missing statement types
|
|
|
|
|
|
|
|
|
|
- update to version 0.5.3:
|
|
|
|
|
* Report actual column number of violation instead of the start
|
|
|
|
|
of the line
|
|
|
|
|
|
|
|
|
|
- update to version 0.5.2:
|
|
|
|
|
* When opening files ourselves, make sure we always name the file
|
|
|
|
|
variable
|
|
|
|
|
|
|
|
|
|
- update to version 0.5.1:
|
|
|
|
|
* Set default maximum complexity to -1 on the class itself
|
|
|
|
|
|
|
|
|
|
- update to version 0.5.0:
|
|
|
|
|
* PyCon 2016 PDX release
|
|
|
|
|
* Add support for Flake8 3.0
|
|
|
|
|
|
|
|
|
|
- update to version 0.4.0:
|
|
|
|
|
* Stop testing on Python 3.2
|
|
|
|
|
* Add support for async/await keywords on Python 3.5 from PEP 0492
|
|
|
|
|
|
|
|
|
|
- update to version 0.3.1:
|
|
|
|
|
* Include test_mccabe.py in releases.
|
|
|
|
|
* Always coerce the max_complexity value from Flake8’s entry-point
|
|
|
|
|
to an integer.
|
|
|
|
|
|
2015-05-12 23:28:46 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2013-10-24 13:08:24 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 24 11:08:23 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
|
|
2013-04-24 10:51:28 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Apr 23 13:04:20 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
|
|
- Fix SLE_11_SP2 build
|
|
|
|
|
- Set license to MIT (SPDX mapping from Expat)
|
|
|
|
|
|
2013-04-23 14:59:34 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Apr 21 23:39:43 UTC 2013 - dmueller@suse.com
|
|
|
|
|
|
|
|
|
|
- Initial package (0.2.1)
|
|
|
|
|
|