From 211a3d8449fa67b2be8f1b7cbc79205cf8d778cdde1f5f40f2eedd6499b2ed88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 20 Nov 2019 15:01:36 +0000 Subject: [PATCH] - Update to 3.7.9: * Disable multiprocessing when the multiprocessing method is spawn (such as on macos in python3.8) (See also GitLab!367, GitLab#587) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=54 --- flake8-3.7.8.tar.gz | 3 --- flake8-3.7.9.tar.gz | 3 +++ python-flake8.changes | 7 +++++++ python-flake8.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 flake8-3.7.8.tar.gz create mode 100644 flake8-3.7.9.tar.gz diff --git a/flake8-3.7.8.tar.gz b/flake8-3.7.8.tar.gz deleted file mode 100644 index 527fa88..0000000 --- a/flake8-3.7.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19241c1cbc971b9962473e4438a2ca19749a7dd002dd1a946eaba171b4114548 -size 150113 diff --git a/flake8-3.7.9.tar.gz b/flake8-3.7.9.tar.gz new file mode 100644 index 0000000..7c70f9e --- /dev/null +++ b/flake8-3.7.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45681a117ecc81e870cbf1262835ae4af5e7a8b08e40b944a8a6e6b895914cfb +size 150123 diff --git a/python-flake8.changes b/python-flake8.changes index c2a0cb2..6656e18 100644 --- a/python-flake8.changes +++ b/python-flake8.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Nov 20 14:56:16 UTC 2019 - Tomáš Chvátal + +- Update to 3.7.9: + * Disable multiprocessing when the multiprocessing method is spawn + (such as on macos in python3.8) (See also GitLab!367, GitLab#587) + ------------------------------------------------------------------- Fri Jul 19 12:16:05 UTC 2019 - Tomáš Chvátal diff --git a/python-flake8.spec b/python-flake8.spec index dce1aa8..c1d9353 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-flake8 -Version: 3.7.8 +Version: 3.7.9 Release: 0 Summary: Modular source code checker: pep8, pyflakes and co License: MIT