1
0

Accepting request 730686 from devel:languages:python

- 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/request/show/730686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-billiard?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2019-09-23 10:10:13 +00:00 committed by Git OBS Bridge
commit 196b8baf01
4 changed files with 16 additions and 5 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b8809c74f648dfe69b973c8e660bcec00603758c9db8ba89d7719f88d5f01f26
size 151717

View File

@ -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>

View File

@ -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