diff --git a/flake8-3.8.4.tar.gz b/flake8-3.8.4.tar.gz deleted file mode 100644 index 477bf16..0000000 --- a/flake8-3.8.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aadae8761ec651813c24be05c6f7b4680857ef6afaae4651a4eccaef97ce6c3b -size 163583 diff --git a/flake8-3.9.0.tar.gz b/flake8-3.9.0.tar.gz new file mode 100644 index 0000000..681c6be --- /dev/null +++ b/flake8-3.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78873e372b12b093da7b5e5ed302e8ad9e988b38b063b61ad937f26ca58fc5f0 +size 164144 diff --git a/python-flake8.changes b/python-flake8.changes index 2b1f4f0..d91a654 100644 --- a/python-flake8.changes +++ b/python-flake8.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 16 23:05:12 UTC 2021 - John Vandenberg + +- Update to v3.9.0 + * Pyflakes has been updated to >= 2.3.0 + * pycodestyle has been updated to >= 2.7.0 + * Drop support for python 3.4 + * Add --no-show-source option to disable --show-source + * Fix handling of crlf line endings when linting stdin + ------------------------------------------------------------------- Sat Oct 10 18:37:52 UTC 2020 - Arun Persaud diff --git a/python-flake8.spec b/python-flake8.spec index a9ef166..0a8e840 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-flake8 -Version: 3.8.4 +Version: 3.9.0 Release: 0 Summary: Modular source code checker: pep8, pyflakes and co License: MIT @@ -31,8 +31,8 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-importlib-metadata Requires: python-mccabe >= 0.6.0 -Requires: python-pycodestyle >= 2.6.0~a1 -Requires: python-pyflakes >= 2.1.0 +Requires: python-pycodestyle >= 2.7.0 +Requires: python-pyflakes >= 2.3.0 Requires: python-typing Requires(post): update-alternatives Requires(postun): update-alternatives @@ -41,9 +41,8 @@ BuildArch: noarch BuildRequires: %{python_module importlib-metadata} BuildRequires: %{python_module mccabe >= 0.6.0} BuildRequires: %{python_module mock} -BuildRequires: %{python_module pycodestyle >= 2.6.0~a1} -BuildRequires: %{python_module pyflakes >= 2.2.0} -BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pycodestyle >= 2.7.0} +BuildRequires: %{python_module pyflakes >= 2.3.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module typing} %if %{with python2}