From 1a92fbd2e929e6d0b78c27abe5149b6827d84ea4f3e3561674cd71bab78cd213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 3 Jun 2020 05:56:31 +0000 Subject: [PATCH] Accepting request 810978 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/810978 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=63 --- flake8-3.8.1.tar.gz | 3 --- flake8-3.8.2.tar.gz | 3 +++ python-flake8.changes | 13 +++++++++++++ python-flake8.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 flake8-3.8.1.tar.gz create mode 100644 flake8-3.8.2.tar.gz diff --git a/flake8-3.8.1.tar.gz b/flake8-3.8.1.tar.gz deleted file mode 100644 index fee8c6a..0000000 --- a/flake8-3.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea6623797bf9a52f4c9577d780da0bb17d65f870213f7b5bcc9fca82540c31d5 -size 157166 diff --git a/flake8-3.8.2.tar.gz b/flake8-3.8.2.tar.gz new file mode 100644 index 0000000..a349219 --- /dev/null +++ b/flake8-3.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69ac1668e434d37a2d2880b3ca9aafd54b3a10a3ac1ab101d22f29e29cf8634 +size 162125 diff --git a/python-flake8.changes b/python-flake8.changes index 337f1cd..15acc2c 100644 --- a/python-flake8.changes +++ b/python-flake8.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jun 3 02:23:36 UTC 2020 - Arun Persaud + +- update to version 3.8.2: + * Improve performance by eliminating unncessary sort (See also + GitLab!429) + * Improve messaging of --jobs argument by utilizing argparse (See + also GitLab!428, GitLab#567) + * Fix file configuration options to be relative to the config passed + on the command line (See also GitLab!431, GitLab#651) + * Fix incorrect handling of --extend-exclude by treating its values + as files (See also GitLab!432, GitLab#653) + ------------------------------------------------------------------- Thu May 14 08:48:44 UTC 2020 - Benjamin Greiner diff --git a/python-flake8.spec b/python-flake8.spec index afc57a0..b08fbfc 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.1 +Version: 3.8.2 Release: 0 Summary: Modular source code checker: pep8, pyflakes and co License: MIT