- 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
This commit is contained in:
Tomáš Chvátal 2019-11-20 15:01:36 +00:00 committed by Git OBS Bridge
parent 0ab2554382
commit 211a3d8449
4 changed files with 12 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19241c1cbc971b9962473e4438a2ca19749a7dd002dd1a946eaba171b4114548
size 150113

3
flake8-3.7.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:45681a117ecc81e870cbf1262835ae4af5e7a8b08e40b944a8a6e6b895914cfb
size 150123

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 20 14:56:16 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <tchvatal@suse.com>

View File

@ -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