diff --git a/pycodestyle-2.6.0.tar.gz b/pycodestyle-2.6.0.tar.gz deleted file mode 100644 index 2494b19..0000000 --- a/pycodestyle-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c58a7d2815e0e8d7972bf1803331fb0152f867bd89adf8a01dfd55085434192e -size 100213 diff --git a/pycodestyle-2.7.0.tar.gz b/pycodestyle-2.7.0.tar.gz new file mode 100644 index 0000000..d95d8f7 --- /dev/null +++ b/pycodestyle-2.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef +size 103640 diff --git a/python-pycodestyle.changes b/python-pycodestyle.changes index 0b9ada2..69b5ba2 100644 --- a/python-pycodestyle.changes +++ b/python-pycodestyle.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Mar 16 18:44:38 UTC 2021 - John Vandenberg + +- Update to v2.7.0 + * Fix physical checks (such as W191) at end of file. + * Add ``--indent-size`` option (defaulting to ``4``). + * W605: fix escaped crlf false positive on windows. + ------------------------------------------------------------------- Thu May 14 10:03:10 UTC 2020 - Benjamin Greiner diff --git a/python-pycodestyle.spec b/python-pycodestyle.spec index f0f761c..f32bfd8 100644 --- a/python-pycodestyle.spec +++ b/python-pycodestyle.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-pycodestyle -Version: 2.6.0 +Version: 2.7.0 Release: 0 Summary: Python style guide checker License: MIT