forked from pool/python-flake8
Accepting request 280586 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/280586 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=9
This commit is contained in:
commit
6cbaf05a56
@ -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
3
flake8-2.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:455ac100727f183714473f477c9ab786579c533b7beb3327f6f79c8215057968
|
||||
size 24035
|
@ -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
|
||||
|
||||
|
@ -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()")}
|
||||
|
Loading…
Reference in New Issue
Block a user