From 1c6d8b60ef2725c5692274001cca68896f32663087285f4df429280425f02eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 12 Jul 2020 06:38:03 +0000 Subject: [PATCH] Accepting request 820453 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/820453 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=65 --- flake8-3.8.2.tar.gz | 3 --- flake8-3.8.3.tar.gz | 3 +++ python-flake8.changes | 9 +++++++++ python-flake8.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 flake8-3.8.2.tar.gz create mode 100644 flake8-3.8.3.tar.gz diff --git a/flake8-3.8.2.tar.gz b/flake8-3.8.2.tar.gz deleted file mode 100644 index a349219..0000000 --- a/flake8-3.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c69ac1668e434d37a2d2880b3ca9aafd54b3a10a3ac1ab101d22f29e29cf8634 -size 162125 diff --git a/flake8-3.8.3.tar.gz b/flake8-3.8.3.tar.gz new file mode 100644 index 0000000..870007c --- /dev/null +++ b/flake8-3.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04b9fcbac03b0a3e58c0ab3a0ecc462e023a9faf046d57794184028123aa208 +size 162305 diff --git a/python-flake8.changes b/python-flake8.changes index 15acc2c..92d1245 100644 --- a/python-flake8.changes +++ b/python-flake8.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jul 11 19:09:03 UTC 2020 - Arun Persaud + +- update to version 3.8.3: + * Also catch SyntaxError when tokenizing (See also GitLab!433, + GitLab#662) + * Fix --jobs default display in flake8 --help (See also GitLab!434, + GitLab#665) + ------------------------------------------------------------------- Wed Jun 3 02:23:36 UTC 2020 - Arun Persaud diff --git a/python-flake8.spec b/python-flake8.spec index b08fbfc..b8a6d25 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.2 +Version: 3.8.3 Release: 0 Summary: Modular source code checker: pep8, pyflakes and co License: MIT