forked from pool/python-billiard
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:
parent
a6b918c0de
commit
7598401977
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:42d9a227401ac4fba892918bba0a0c409def5435c4b483267ebfe821afaaba0e
|
|
||||||
size 150031
|
|
3
billiard-3.6.0.0.tar.gz
Normal file
3
billiard-3.6.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:756bf323f250db8bf88462cd042c992ba60d8f5e07fc5636c24ba7d6f4261d84
|
||||||
|
size 151342
|
@ -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>
|
Thu Dec 6 11:17:08 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-billiard
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-billiard
|
Name: python-billiard
|
||||||
Version: 3.5.0.5
|
Version: 3.6.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python multiprocessing fork
|
Summary: Python multiprocessing fork
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -26,6 +26,7 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/celery/billiard
|
URL: https://github.com/celery/billiard
|
||||||
Source: https://files.pythonhosted.org/packages/source/b/billiard/billiard-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/b/billiard/billiard-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module case >= 1.3.1}
|
BuildRequires: %{python_module case >= 1.3.1}
|
||||||
|
BuildRequires: %{python_module psutil}
|
||||||
BuildRequires: %{python_module pytest >= 3.0}
|
BuildRequires: %{python_module pytest >= 3.0}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Loading…
Reference in New Issue
Block a user