- update for singlespec

- update to 3.3.0
  * fix setuptools integration
  * drop python 2.6 and python < 3.4 support
  * nonzero exit on problems
  * python 3.6 support
  * performance improvements
- switch requirement from pep8 to pycodestyle
- switch test runner from nose to pytest

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=26
This commit is contained in:
Jan Matejek
2017-03-24 15:40:30 +00:00
committed by Git OBS Bridge
parent c20eeca711
commit 5fd2cc9858
4 changed files with 54 additions and 41 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Mar 24 15:29:36 UTC 2017 - jmatejek@suse.com
- update for singlespec
- update to 3.3.0
* fix setuptools integration
* drop python 2.6 and python < 3.4 support
* nonzero exit on problems
* python 3.6 support
* performance improvements
- switch requirement from pep8 to pycodestyle
- switch test runner from nose to pytest
-------------------------------------------------------------------
Mon Aug 15 14:51:56 UTC 2016 - toddrme2178@gmail.com