14
0

Accepting request 673148 from home:jayvdb:branches:devel:languages:python

- Update to v3.6.0.0
  + Add support of sending parent process death signal.
  + Previous fix for handling timeouts caused a problem in warm shutdowns
    due to use of deepcopy.
    We now use a shallow copy of the cache and do so only when it is needed.
  + Cleanup old checks and workarounds for Python versions we no longer support.

OBS-URL: https://build.opensuse.org/request/show/673148
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-billiard?expand=0&rev=33
This commit is contained in:
Tomáš Chvátal
2019-02-10 15:11:09 +00:00
committed by Git OBS Bridge
parent a6b918c0de
commit 7598401977
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Feb 10 13:31:32 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Update to v3.6.0.0
+ Add support of sending parent process death signal.
+ Previous fix for handling timeouts caused a problem in warm shutdowns
due to use of deepcopy.
We now use a shallow copy of the cache and do so only when it is needed.
+ Cleanup old checks and workarounds for Python versions we no longer support.
-------------------------------------------------------------------
Thu Dec 6 11:17:08 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>