Commit Graph

16 Commits

Author SHA256 Message Date
Jan Matejek
8e0c1d341a - 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
2017-03-24 15:40:30 +00:00
Todd R
09603db66d Accepting request 419446 from home:TheBlackCat:branches:devel:languages:python
Fix update-alternatives implementation.

OBS-URL: https://build.opensuse.org/request/show/419446
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=24
2016-08-15 15:36:52 +00:00
Todd R
42dbcea85c Accepting request 353346 from home:TheBlackCat:branches:devel:languages:python
Update to 2.5.1

OBS-URL: https://build.opensuse.org/request/show/353346
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=22
2016-01-13 09:39:35 +00:00
Todd R
40e0936688 Accepting request 321557 from home:mlin7442:branches:devel:languages:python
fix tests using mock 1.1.x

OBS-URL: https://build.opensuse.org/request/show/321557
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=20
2015-08-13 11:21:58 +00:00
2c0299908f Accepting request 288001 from home:tbechtold:branches:devel:languages:python
New upstream release

OBS-URL: https://build.opensuse.org/request/show/288001
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=18
2015-02-27 11:40:15 +00:00
Jan Matejek
2c31bca1a5 Accepting request 280287 from Cloud:OpenStack:Master
- update to 2.2.3:
  * Actually turn multiprocessing on by default
- Update Requires for pyflakes, pep8 and mccabe

OBS-URL: https://build.opensuse.org/request/show/280287
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=16
2015-01-09 13:46:54 +00:00
Todd R
bd193d2c45 Accepting request 240188 from home:TheBlackCat:branches:devel:languages:python
Update to 2.2.2

OBS-URL: https://build.opensuse.org/request/show/240188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=14
2014-07-10 13:08:06 +00:00
Sascha Peilicke
f9261a959d Accepting request 238841 from Cloud:OpenStack:Master
- update to 2.2.0:
  - New option ``doctests`` to run Pyflakes checks on doctests too
  - New option ``jobs`` to launch multiple jobs in parallel
  - Turn on using multiple jobs by default using the CPU count
  - Add support for ``python -m flake8`` on Python 2.7 and Python 3
  - Fix Git and Mercurial hooks: issues #88, #133, #148 and #149
  - Fix crashes with Python 3.4 by upgrading dependencies
  - Fix traceback when running tests with Python 2.6
  - Fix the setuptools command ``python setup.py flake8`` to read
    the project configuration

OBS-URL: https://build.opensuse.org/request/show/238841
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=12
2014-07-01 08:59:48 +00:00
ec51fadc77 Accepting request 213717 from Cloud:OpenStack:Master
- update to 2.1.0:
  - Add FLAKE8_LAZY and FLAKE8_IGNORE environment variable support to git and
    mercurial hooks
  - Force git and mercurial hooks to repsect configuration in setup.cfg
  - Only check staged files if that is specified
  - Fix hook file permissions
  - Fix the git hook on python 3
  - Ignore non-python files when running the git hook
  - Ignore .tox directories by default
  - Flake8 now reports the column number for PyFlakes messages

OBS-URL: https://build.opensuse.org/request/show/213717
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=10
2014-01-13 14:25:58 +00:00
Sascha Peilicke
fff3a743bd - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=8
2013-10-24 11:05:45 +00:00
Sascha Peilicke
5c5a1aefd2 Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=6
2013-06-17 12:51:08 +00:00
Stephan Kulow
9148ef559d Accepting request 173361 from devel:languages:python
OpenStack dependency

OBS-URL: https://build.opensuse.org/request/show/173361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=1
2013-04-29 12:31:21 +00:00
Sascha Peilicke
5ec6aa5ed7 fixup
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=4
2013-04-25 11:11:30 +00:00
Sascha Peilicke
d721d1d9e6 - Spec file cleanup
- Run testsuite
- Add LICENSE (for legal)

- Spec file cleanup
- Run testsuite
- Add LICENSE (for legal)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=3
2013-04-24 09:04:57 +00:00
d3101d4b0e - Update to 1.3.1:
- Sort list of commands in interactive help mode.
  - Fix a dependency issue with PyParsing until the cmd2 package can
    release an update setting the version of its dependency based on the
    Python version.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=2
2013-04-23 19:39:25 +00:00
Sascha Peilicke
b0a25653cb Accepting request 172927 from home:dirkmueller:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/172927
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=1
2013-04-23 12:59:44 +00:00