15
0
forked from pool/python-Pebble

- update to 5.0.5:

* issue #123: do not raise exception when returned from workers
  * issue #122: slightly improve type hints
  * issue #122: add type hints to decorator functions
- Update to 4.6.1
    + issue #64: rework versioning logic
  * use poll in channel implementation instead of select

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pebble?expand=0&rev=28
This commit is contained in:
2023-12-10 21:38:07 +00:00
committed by Git OBS Bridge
parent 32d4a5f164
commit 30bd19ad7a
4 changed files with 16 additions and 8 deletions

View File

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

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

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Dec 10 21:37:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 5.0.5:
* issue #123: do not raise exception when returned from workers
* issue #122: slightly improve type hints
* issue #122: add type hints to decorator functions
-------------------------------------------------------------------
Tue Nov 15 21:50:22 UTC 2022 - Martin Liška <mliska@suse.cz>
@@ -54,7 +62,7 @@ Tue Aug 16 23:32:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
+ issue #82: fix issue with poll mechanism in MAC OS Mojave (@sam-harding)
+ Fix polling timeout resolution (@sam-harding)
- Update to 4.6.1
- Update to 4.6.1
* Improvements:
+ issue #76: allow spawning processes within `ProcessPool` workers
+ Few minor improvements
@@ -79,7 +87,7 @@ Thu Jan 14 03:53:26 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
+ 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
+ issue #64: rework versioning logic
-------------------------------------------------------------------
Wed May 6 15:47:22 UTC 2020 - Martin Liška <mliska@suse.cz>
@@ -103,7 +111,7 @@ Thu Mar 26 16:16:44 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
Wed Jan 15 10:59:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 4.4.1
* use poll in channel implementation instead of select
* use poll in channel implementation instead of select
* handle pickling errors in ProcessPool
* add test cases

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Pebble
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-Pebble
Version: 5.0.3
Version: 5.0.5
Release: 0
Summary: Threading and multiprocessing eye-candy for Python
License: LGPL-3.0-only