From bd193d2c45880e80b1b16e74a77a328ba3b4e9f8b01eb2683a67b97b71fb8e09 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 10 Jul 2014 13:08:06 +0000 Subject: [PATCH] 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 --- flake8-2.2.0.tar.gz | 3 --- flake8-2.2.2.tar.gz | 3 +++ python-flake8.changes | 10 ++++++++++ python-flake8.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 flake8-2.2.0.tar.gz create mode 100644 flake8-2.2.2.tar.gz diff --git a/flake8-2.2.0.tar.gz b/flake8-2.2.0.tar.gz deleted file mode 100644 index 8e6bfe5..0000000 --- a/flake8-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a91bb6a4c7492494a20bdf388b3fb61c6bbef9d4ed2f60342fea69bc14c924e -size 23303 diff --git a/flake8-2.2.2.tar.gz b/flake8-2.2.2.tar.gz new file mode 100644 index 0000000..6e0080f --- /dev/null +++ b/flake8-2.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9737683d71c24ddff0cb7e76f33b03d0955a0fab772632ec311a469062e7278 +size 23977 diff --git a/python-flake8.changes b/python-flake8.changes index 23b1dbf..a1886ab 100644 --- a/python-flake8.changes +++ b/python-flake8.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jul 10 12:26:59 UTC 2014 - toddrme2178@gmail.com + +- Update to 2.2.2 + - Re-enable multiprocessing by default while fixing the issue + Windows users were seeing. +- Update to 2.2.1 + - Turn off multiple jobs by default. To enable automatic use + of all CPUs, use --jobs=auto. Fixes #155 and #154. + ------------------------------------------------------------------- Fri Jun 27 06:13:28 UTC 2014 - dmueller@suse.com diff --git a/python-flake8.spec b/python-flake8.spec index 7c95a75..44fee60 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -17,7 +17,7 @@ Name: python-flake8 -Version: 2.2.0 +Version: 2.2.2 Release: 0 Summary: Modular source code checker: pep8, pyflakes and co License: MIT