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
This commit is contained in:
Jan Matejek 2015-01-09 13:46:54 +00:00 committed by Git OBS Bridge
parent bd193d2c45
commit 2c31bca1a5
4 changed files with 17 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9737683d71c24ddff0cb7e76f33b03d0955a0fab772632ec311a469062e7278
size 23977

3
flake8-2.2.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:455ac100727f183714473f477c9ab786579c533b7beb3327f6f79c8215057968
size 24035

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Sep 15 08:14:52 UTC 2014 - tbechtold@suse.com
- update to 2.2.3:
* Actually turn multiprocessing on by default
- Update Requires for pyflakes, pep8 and mccabe
-------------------------------------------------------------------
Thu Jul 10 12:26:59 UTC 2014 - toddrme2178@gmail.com

View File

@ -17,7 +17,7 @@
Name: python-flake8
Version: 2.2.2
Version: 2.2.3
Release: 0
Summary: Modular source code checker: pep8, pyflakes and co
License: MIT
@ -27,14 +27,14 @@ Source: http://pypi.python.org/packages/source/f/flake8/flake8-%{version
BuildRequires: python-devel
BuildRequires: python-setuptools
# Test requirements:
BuildRequires: python-mccabe >= 0.2
BuildRequires: python-mccabe >= 0.2.1
BuildRequires: python-mock
BuildRequires: python-nose
BuildRequires: python-pep8 >= 1.4.3
BuildRequires: python-pyflakes >= 0.6.1
Requires: python-mccabe >= 0.2
Requires: python-pep8 >= 1.4.3
Requires: python-pyflakes >= 0.6.1
BuildRequires: python-pep8 >= 1.5.7
BuildRequires: python-pyflakes >= 0.8.1
Requires: python-mccabe >= 0.2.1
Requires: python-pep8 >= 1.5.7
Requires: python-pyflakes >= 0.8.1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}