forked from pool/python-billiard
- Update to 3.6.1.0:
- Logging max memory reached at INFO rather than WARNING (#255) - Pass arguments when wrapping sys.exit (#275) - Remove win32/py2k special (#276) - Ensure READY messages sent out by exiting worker are consumed prior to it actually existing. - Pass max_memory_per_child to child worker process (#251) - Fix compatibility with Python 2.7 on Windows (#283) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-billiard?expand=0&rev=39
This commit is contained in:
parent
54938981e4
commit
e7c9c8f95a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:756bf323f250db8bf88462cd042c992ba60d8f5e07fc5636c24ba7d6f4261d84
|
||||
size 151342
|
3
billiard-3.6.1.0.tar.gz
Normal file
3
billiard-3.6.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8809c74f648dfe69b973c8e660bcec00603758c9db8ba89d7719f88d5f01f26
|
||||
size 151717
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 11:19:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 3.6.1.0:
|
||||
- Logging max memory reached at INFO rather than WARNING (#255)
|
||||
- Pass arguments when wrapping sys.exit (#275)
|
||||
- Remove win32/py2k special (#276)
|
||||
- Ensure READY messages sent out by exiting worker are consumed prior to it actually existing.
|
||||
- Pass max_memory_per_child to child worker process (#251)
|
||||
- Fix compatibility with Python 2.7 on Windows (#283)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 2 06:57:27 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-billiard
|
||||
Version: 3.6.0.0
|
||||
Version: 3.6.1.0
|
||||
Release: 0
|
||||
Summary: Python multiprocessing fork
|
||||
License: BSD-3-Clause
|
||||
@ -27,7 +27,7 @@ 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 pytest < 5}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
|
Loading…
Reference in New Issue
Block a user