From b039e2fe93cfb925d31e7f27222d68d0382489293e43dcd6d405160a8c5d4d99 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Nov 2021 10:25:12 +0000 Subject: [PATCH] Accepting request 929188 from home:susnux:branches:devel:languages:python - Update to version 2.8.0 OBS-URL: https://build.opensuse.org/request/show/929188 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=18 --- pycodestyle-2.7.0.tar.gz | 3 --- pycodestyle-2.8.0.tar.gz | 3 +++ python-pycodestyle.changes | 14 ++++++++++++++ python-pycodestyle.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 pycodestyle-2.7.0.tar.gz create mode 100644 pycodestyle-2.8.0.tar.gz diff --git a/pycodestyle-2.7.0.tar.gz b/pycodestyle-2.7.0.tar.gz deleted file mode 100644 index d95d8f7..0000000 --- a/pycodestyle-2.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef -size 103640 diff --git a/pycodestyle-2.8.0.tar.gz b/pycodestyle-2.8.0.tar.gz new file mode 100644 index 0000000..01d4fcd --- /dev/null +++ b/pycodestyle-2.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eddd5847ef438ea1c7870ca7eb78a9d47ce0cdb4851a5523949f2601d0cbbe7f +size 102299 diff --git a/python-pycodestyle.changes b/python-pycodestyle.changes index 69b5ba2..cafd16f 100644 --- a/python-pycodestyle.changes +++ b/python-pycodestyle.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Nov 4 13:31:35 UTC 2021 - Ferdinand Thiessen + +- Update to version 2.8.0 + * fix false negative with multiple comparisons + * fix false positives with ``match`` + * improve performance of bare except check + * Backport tokenize performance improvement from python 3.10 + * fix for lambdas containing positional-only args + * Remove ``indent_size_str`` "setting" + * allow ``__all__`` to be typed + * fix false positives for ``*`` in ``case`` + * detect tabs as whitespace + ------------------------------------------------------------------- Tue Mar 16 18:44:38 UTC 2021 - John Vandenberg diff --git a/python-pycodestyle.spec b/python-pycodestyle.spec index f32bfd8..5e26387 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.7.0 +Version: 2.8.0 Release: 0 Summary: Python style guide checker License: MIT