From 7598401977ace34c97789e85911c41c0d8606e56da3ae622a262deaa86d2e405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 10 Feb 2019 15:11:09 +0000 Subject: [PATCH] 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 --- billiard-3.5.0.5.tar.gz | 3 --- billiard-3.6.0.0.tar.gz | 3 +++ python-billiard.changes | 10 ++++++++++ python-billiard.spec | 5 +++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 billiard-3.5.0.5.tar.gz create mode 100644 billiard-3.6.0.0.tar.gz diff --git a/billiard-3.5.0.5.tar.gz b/billiard-3.5.0.5.tar.gz deleted file mode 100644 index 90a0e83..0000000 --- a/billiard-3.5.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42d9a227401ac4fba892918bba0a0c409def5435c4b483267ebfe821afaaba0e -size 150031 diff --git a/billiard-3.6.0.0.tar.gz b/billiard-3.6.0.0.tar.gz new file mode 100644 index 0000000..bb713c6 --- /dev/null +++ b/billiard-3.6.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756bf323f250db8bf88462cd042c992ba60d8f5e07fc5636c24ba7d6f4261d84 +size 151342 diff --git a/python-billiard.changes b/python-billiard.changes index 2e95ad4..17a5d90 100644 --- a/python-billiard.changes +++ b/python-billiard.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Feb 10 13:31:32 UTC 2019 - John Vandenberg + +- 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 diff --git a/python-billiard.spec b/python-billiard.spec index 42282fa..3ba9841 100644 --- a/python-billiard.spec +++ b/python-billiard.spec @@ -1,7 +1,7 @@ # # spec file for package python-billiard # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-billiard -Version: 3.5.0.5 +Version: 3.6.0.0 Release: 0 Summary: Python multiprocessing fork License: BSD-3-Clause @@ -26,6 +26,7 @@ Group: Development/Languages/Python URL: https://github.com/celery/billiard Source: https://files.pythonhosted.org/packages/source/b/billiard/billiard-%{version}.tar.gz BuildRequires: %{python_module case >= 1.3.1} +BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest >= 3.0} BuildRequires: %{python_module setuptools} BuildRequires: fdupes