From e7c9c8f95a559ddd27bf1a3d7ad0054589531657042cd0850311ccf200645b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Sep 2019 11:22:06 +0000 Subject: [PATCH] - 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 --- billiard-3.6.0.0.tar.gz | 3 --- billiard-3.6.1.0.tar.gz | 3 +++ python-billiard.changes | 11 +++++++++++ python-billiard.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 billiard-3.6.0.0.tar.gz create mode 100644 billiard-3.6.1.0.tar.gz diff --git a/billiard-3.6.0.0.tar.gz b/billiard-3.6.0.0.tar.gz deleted file mode 100644 index bb713c6..0000000 --- a/billiard-3.6.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:756bf323f250db8bf88462cd042c992ba60d8f5e07fc5636c24ba7d6f4261d84 -size 151342 diff --git a/billiard-3.6.1.0.tar.gz b/billiard-3.6.1.0.tar.gz new file mode 100644 index 0000000..de54b53 --- /dev/null +++ b/billiard-3.6.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8809c74f648dfe69b973c8e660bcec00603758c9db8ba89d7719f88d5f01f26 +size 151717 diff --git a/python-billiard.changes b/python-billiard.changes index 28a7923..2ef9b15 100644 --- a/python-billiard.changes +++ b/python-billiard.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Sep 13 11:19:39 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-billiard.spec b/python-billiard.spec index ff6bd3b..338be48 100644 --- a/python-billiard.spec +++ b/python-billiard.spec @@ -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