From 2c0299908fc529999149b150429550d11855d2152d900da8b8bbbae394cc7b34 Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Fri, 27 Feb 2015 11:40:15 +0000 Subject: [PATCH] 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 --- flake8-2.2.3.tar.gz | 3 --- flake8-2.3.0.tar.gz | 3 +++ python-flake8.changes | 20 ++++++++++++++++++++ python-flake8.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 flake8-2.2.3.tar.gz create mode 100644 flake8-2.3.0.tar.gz diff --git a/flake8-2.2.3.tar.gz b/flake8-2.2.3.tar.gz deleted file mode 100644 index 703b2ff..0000000 --- a/flake8-2.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:455ac100727f183714473f477c9ab786579c533b7beb3327f6f79c8215057968 -size 24035 diff --git a/flake8-2.3.0.tar.gz b/flake8-2.3.0.tar.gz new file mode 100644 index 0000000..9c8f282 --- /dev/null +++ b/flake8-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee1a43ccd0716d6061521eec6937c983efa027793013e572712c4da55c7c83e +size 32897 diff --git a/python-flake8.changes b/python-flake8.changes index c57749c..807502f 100644 --- a/python-flake8.changes +++ b/python-flake8.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Feb 26 20:32:07 UTC 2015 - tbechtold@suse.com + +- update to 2.3.0 + - Add ``--output-file`` option to specify a file to write to + instead of ``stdout``. + + - Fix interleaving of output while using multiprocessing + - Flush standard out when using multiprocessing + - Make the check for "# flake8: noqa" more strict + - Fix bugs triggered by turning multiprocessing on by default (again) + - Passing something in via stdin + - Analyzing a diff + - Using windows + - Fix --install-hook when there are no config files present for pep8 or + flake8. + - Fix how the setuptools command parses excludes in config files + - Fix how the git hook determines which files to analyze (Thanks Chris + Buccella!) + ------------------------------------------------------------------- Mon Sep 15 08:14:52 UTC 2014 - tbechtold@suse.com diff --git a/python-flake8.spec b/python-flake8.spec index f7644ae..ab5ab77 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-flake8 -Version: 2.2.3 +Version: 2.3.0 Release: 0 Summary: Modular source code checker: pep8, pyflakes and co License: MIT