- 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 5213b03633
commit 6b66eb877b
4 changed files with 12 additions and 5 deletions

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>