From 2c31bca1a5582d8fefa47bef3a1c760c4af9125275cf6c496d2cccd0e6a67310 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Fri, 9 Jan 2015 13:46:54 +0000 Subject: [PATCH] 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 --- flake8-2.2.2.tar.gz | 3 --- flake8-2.2.3.tar.gz | 3 +++ python-flake8.changes | 7 +++++++ python-flake8.spec | 14 +++++++------- 4 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 flake8-2.2.2.tar.gz create mode 100644 flake8-2.2.3.tar.gz diff --git a/flake8-2.2.2.tar.gz b/flake8-2.2.2.tar.gz deleted file mode 100644 index 6e0080f..0000000 --- a/flake8-2.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9737683d71c24ddff0cb7e76f33b03d0955a0fab772632ec311a469062e7278 -size 23977 diff --git a/flake8-2.2.3.tar.gz b/flake8-2.2.3.tar.gz new file mode 100644 index 0000000..703b2ff --- /dev/null +++ b/flake8-2.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:455ac100727f183714473f477c9ab786579c533b7beb3327f6f79c8215057968 +size 24035 diff --git a/python-flake8.changes b/python-flake8.changes index a1886ab..c57749c 100644 --- a/python-flake8.changes +++ b/python-flake8.changes @@ -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 diff --git a/python-flake8.spec b/python-flake8.spec index 44fee60..f7644ae 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -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()")}