From 60f4cda69d214d59a5e319b24811106bee6a6758e77ede89971f26d361ecdf73 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 2 Mar 2019 11:11:35 +0000 Subject: [PATCH] Accepting request 680681 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/680681 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=49 --- flake8-3.7.6.tar.gz | 3 --- flake8-3.7.7.tar.gz | 3 +++ python-flake8.changes | 7 +++++++ python-flake8.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 flake8-3.7.6.tar.gz create mode 100644 flake8-3.7.7.tar.gz diff --git a/flake8-3.7.6.tar.gz b/flake8-3.7.6.tar.gz deleted file mode 100644 index 442101d..0000000 --- a/flake8-3.7.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d8c66a65635d46d54de59b027a1dda40abbe2275b3164b634835ac9c13fd048 -size 147641 diff --git a/flake8-3.7.7.tar.gz b/flake8-3.7.7.tar.gz new file mode 100644 index 0000000..1e6a22f --- /dev/null +++ b/flake8-3.7.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859996073f341f2670741b51ec1e67a01da142831aa1fdc6242dbf88dffbe661 +size 148457 diff --git a/python-flake8.changes b/python-flake8.changes index d61b672..b869eb6 100644 --- a/python-flake8.changes +++ b/python-flake8.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Mar 2 04:49:32 UTC 2019 - Arun Persaud + +- update to version 3.7.7: + * Fix crahes in plugins causing flake8 to hang while unpickling + errors (See also GitLab!308, GitLab#505) + ------------------------------------------------------------------- Thu Feb 21 18:42:26 UTC 2019 - John Vandenberg diff --git a/python-flake8.spec b/python-flake8.spec index 5d92a08..35137d7 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.7.6 +Version: 3.7.7 Release: 0 Summary: Modular source code checker: pep8, pyflakes and co License: MIT