diff --git a/flake8-3.3.0.tar.gz b/flake8-3.3.0.tar.gz deleted file mode 100644 index d0d1bcc..0000000 --- a/flake8-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b907a26dcf5580753d8f80f1be0ec1d5c45b719f7bac441120793d1a70b03f12 -size 134345 diff --git a/flake8-3.5.0.tar.gz b/flake8-3.5.0.tar.gz new file mode 100644 index 0000000..34eff62 --- /dev/null +++ b/flake8-3.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7253265f7abd8b313e3892944044a365e3f4ac3fcdcfb4298f55ee9ddf188ba0 +size 140608 diff --git a/python-flake8.changes b/python-flake8.changes index 82cd786..7469ffb 100644 --- a/python-flake8.changes +++ b/python-flake8.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Oct 24 08:59:03 UTC 2017 - dmueller@suse.com + +- update to 3.5.0: + - Start using new PyCodestyle checks for bare excepts and ambiguous identifier + drop 0001-Update-pyflakes-range-and-include-doc-links.patch: upstream + +------------------------------------------------------------------- +Wed Oct 18 11:28:20 UTC 2017 - alarrosa@suse.com + +- update to 3.4.1 +- Add 0001-Update-pyflakes-range-and-include-doc-links.patch from upstream + in order to allow using pyflakes >= 1.6.0 + ------------------------------------------------------------------- Fri Mar 24 15:29:36 UTC 2017 - jmatejek@suse.com @@ -29,14 +43,14 @@ Wed Jan 13 09:25:06 UTC 2016 - toddrme2178@gmail.com * Improvement Avoid deprecation warnings when loading extensions * Improvement Separate logic to enable “off-by-default” extensions * Bug Properly parse options to setuptools Flake8 command - * Bug Fix exceptions when output on stdout is truncated before + * Bug Fix exceptions when output on stdout is truncated before Flake8 finishes writing the output * Bug Fix error on OS X where Flake8 can no longer acquire or create new semaphores - Update to 2.4.1 * Bug Do not raise a SystemError unless there were errors in the setuptools command. - * Bug Do not verify dependencies of extensions loaded via + * Bug Do not verify dependencies of extensions loaded via entry-points. * Improvement Blacklist versions of pep8 we know are broken - Update to 2.4.0 @@ -46,7 +60,7 @@ Wed Jan 13 09:25:06 UTC 2016 - toddrme2178@gmail.com > mccabe < 0.4 > pyflakes < 0.9 * See also GitLab#32 - * Bug Files excluded in a config file were not being excluded + * Bug Files excluded in a config file were not being excluded when flake8 was run from a git hook. * Improvement Print warnings for users who are providing mutually exclusive options to flake8. @@ -54,7 +68,7 @@ Wed Jan 13 09:25:06 UTC 2016 - toddrme2178@gmail.com See the updated VCS hooks docs for more details. - Remove upstream-included flake8-fix-tests-using-new-mock.patch - Implement update-alternatives - + ------------------------------------------------------------------- Mon Aug 10 08:45:26 UTC 2015 - mlin@suse.com @@ -92,10 +106,10 @@ Mon Sep 15 08:14:52 UTC 2014 - tbechtold@suse.com 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 + - 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 + - Turn off multiple jobs by default. To enable automatic use of all CPUs, use --jobs=auto. Fixes #155 and #154. ------------------------------------------------------------------- @@ -141,5 +155,5 @@ Wed Apr 24 08:57:24 UTC 2013 - speilicke@suse.com ------------------------------------------------------------------- Sun Apr 21 23:40:09 UTC 2013 - dmueller@suse.com -- Initial package (2.0) +- Initial package (2.0) diff --git a/python-flake8.spec b/python-flake8.spec index 6801b28..cb8d5b9 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-flake8 -Version: 3.3.0 +Version: 3.5.0 Release: 0 Summary: Modular source code checker: pep8, pyflakes and co License: MIT @@ -39,7 +39,7 @@ BuildRequires: %{python_module pytest} BuildRequires: python2-configparser BuildRequires: python2-enum34 # /SECTION -Requires: python-mccabe >= 0.2.1 +Requires: python-mccabe >= 0.6.0 Requires: python-pycodestyle >= 2.0.0 Requires: python-pyflakes >= 1.5.0 %ifpython2