From 62255c28f87515143906237b17e8489b2e82e4f24708c43eca7c0176d95d92a0 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 14 Jan 2021 03:54:56 +0000 Subject: [PATCH] - Update to 4.6.0 * Features: + issue #73: allow passing `multiprocessing.context` object as `concurrent.process` and `ProcessPool` parameter * Fixes: + issues #34, #35: rework Pool termination logic to silence Windows errors + issue #68: use fully qualified function name in `concurrent.process` decorator trampoline to handle class inheritance in Windows + issue #69: correctly propagate the timeout in pool's map method + issue #64: rework versioning logic OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pebble?expand=0&rev=16 --- Pebble-4.5.2.tar.gz | 3 --- Pebble-4.6.0.tar.gz | 3 +++ python-Pebble.changes | 14 ++++++++++++++ python-Pebble.spec | 5 ++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 Pebble-4.5.2.tar.gz create mode 100644 Pebble-4.6.0.tar.gz diff --git a/Pebble-4.5.2.tar.gz b/Pebble-4.5.2.tar.gz deleted file mode 100644 index 633c9e1..0000000 --- a/Pebble-4.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b670f80cc2f3fa4a69a24fbc39b50670a4f2c649438716a0208702d7d37e4d59 -size 23719 diff --git a/Pebble-4.6.0.tar.gz b/Pebble-4.6.0.tar.gz new file mode 100644 index 0000000..0d994e2 --- /dev/null +++ b/Pebble-4.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10bd8c42573b05c78ad280ce2e53fb892d8fd7405dac3419ed09b95c8f2ba928 +size 23910 diff --git a/python-Pebble.changes b/python-Pebble.changes index 0da4edd..1acdf8b 100644 --- a/python-Pebble.changes +++ b/python-Pebble.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jan 14 03:53:26 UTC 2021 - Steve Kowalik + +- Update to 4.6.0 + * Features: + + issue #73: allow passing `multiprocessing.context` object + as `concurrent.process` and `ProcessPool` parameter + * Fixes: + + issues #34, #35: rework Pool termination logic to silence Windows errors + + issue #68: use fully qualified function name in `concurrent.process` + decorator trampoline to handle class inheritance in Windows + + issue #69: correctly propagate the timeout in pool's map method + + issue #64: rework versioning logic + ------------------------------------------------------------------- Wed May 6 15:47:22 UTC 2020 - Martin Liška diff --git a/python-Pebble.spec b/python-Pebble.spec index 5567325..2722ba4 100644 --- a/python-Pebble.spec +++ b/python-Pebble.spec @@ -1,7 +1,7 @@ # # spec file for package python-Pebble # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,11 +19,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-Pebble -Version: 4.5.2 +Version: 4.6.0 Release: 0 Summary: Threading and multiprocessing eye-candy for Python License: LGPL-3.0-only -Group: Development/Languages/Python URL: https://github.com/noxdafox/pebble Source: https://files.pythonhosted.org/packages/source/P/Pebble/Pebble-%{version}.tar.gz BuildRequires: %{python_module setuptools}