From 30bd19ad7a090a4333c251e7be24b894ba0b8eff7871d0de77b86a066d0450ef Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 10 Dec 2023 21:38:07 +0000 Subject: [PATCH] - 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 --- Pebble-5.0.3.tar.gz | 3 --- Pebble-5.0.5.tar.gz | 3 +++ python-Pebble.changes | 14 +++++++++++--- python-Pebble.spec | 4 ++-- 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 Pebble-5.0.3.tar.gz create mode 100644 Pebble-5.0.5.tar.gz diff --git a/Pebble-5.0.3.tar.gz b/Pebble-5.0.3.tar.gz deleted file mode 100644 index bddf113..0000000 --- a/Pebble-5.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdcfd9ea7e0aedb895b204177c19e6d6543d9962f4e3402ebab2175004863da8 -size 29076 diff --git a/Pebble-5.0.5.tar.gz b/Pebble-5.0.5.tar.gz new file mode 100644 index 0000000..34905d8 --- /dev/null +++ b/Pebble-5.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3759c33256fa8d7bba044761f96225da411268cc4cf4a200f9e7b187763e16a5 +size 30634 diff --git a/python-Pebble.changes b/python-Pebble.changes index 310c69f..113103a 100644 --- a/python-Pebble.changes +++ b/python-Pebble.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Dec 10 21:37:30 UTC 2023 - Dirk Müller + +- 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 @@ -54,7 +62,7 @@ Tue Aug 16 23:32:48 UTC 2022 - Yogalakshmi Arunachalam + 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 + 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 @@ -103,7 +111,7 @@ Thu Mar 26 16:16:44 UTC 2020 - Marketa Calabkova Wed Jan 15 10:59:02 UTC 2020 - Marketa Calabkova - 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 diff --git a/python-Pebble.spec b/python-Pebble.spec index 7ccdd9f..87e8efe 100644 --- a/python-Pebble.spec +++ b/python-Pebble.spec @@ -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