From d7dcd3cb34881c660f64d21980fa85edf63a884d3d8e4cf96c66030ecfec68b9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 18 Mar 2021 08:06:50 +0000 Subject: [PATCH] Accepting request 879527 from home:jayvdb:flake8 - Update to v2.7.0 OBS-URL: https://build.opensuse.org/request/show/879527 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=16 --- pycodestyle-2.6.0.tar.gz | 3 --- pycodestyle-2.7.0.tar.gz | 3 +++ python-pycodestyle.changes | 8 ++++++++ python-pycodestyle.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 pycodestyle-2.6.0.tar.gz create mode 100644 pycodestyle-2.7.0.tar.gz 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