15
0
forked from pool/python-Pebble

- 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
This commit is contained in:
2021-01-14 03:54:56 +00:00
committed by Git OBS Bridge
parent ff0c67bccb
commit 62255c28f8
4 changed files with 19 additions and 6 deletions

View File

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

3
Pebble-4.6.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jan 14 03:53:26 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <mliska@suse.cz>

View File

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