From 356867bfcfb7392282e2d6ab0ca8efb16484789d8c44ed42cebda924cff438ff Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 27 Dec 2023 13:52:47 +0000 Subject: [PATCH] - update to 5.0.6: * issue #124: handle `BaseException` in pools' workers OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pebble?expand=0&rev=30 --- Pebble-5.0.5.tar.gz | 3 --- Pebble-5.0.6.tar.gz | 3 +++ python-Pebble.changes | 6 ++++++ python-Pebble.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 Pebble-5.0.5.tar.gz create mode 100644 Pebble-5.0.6.tar.gz diff --git a/Pebble-5.0.5.tar.gz b/Pebble-5.0.5.tar.gz deleted file mode 100644 index 34905d8..0000000 --- a/Pebble-5.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3759c33256fa8d7bba044761f96225da411268cc4cf4a200f9e7b187763e16a5 -size 30634 diff --git a/Pebble-5.0.6.tar.gz b/Pebble-5.0.6.tar.gz new file mode 100644 index 0000000..b87b15f --- /dev/null +++ b/Pebble-5.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f7ecfd0107ab7cec9f3bb411a856c4d7d552202d4e9a8b038e9a64ae31fd8c +size 30635 diff --git a/python-Pebble.changes b/python-Pebble.changes index 113103a..3558f36 100644 --- a/python-Pebble.changes +++ b/python-Pebble.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 27 13:52:06 UTC 2023 - Dirk Müller + +- update to 5.0.6: + * issue #124: handle `BaseException` in pools' workers + ------------------------------------------------------------------- Sun Dec 10 21:37:30 UTC 2023 - Dirk Müller diff --git a/python-Pebble.spec b/python-Pebble.spec index 87e8efe..34afb45 100644 --- a/python-Pebble.spec +++ b/python-Pebble.spec @@ -17,7 +17,7 @@ Name: python-Pebble -Version: 5.0.5 +Version: 5.0.6 Release: 0 Summary: Threading and multiprocessing eye-candy for Python License: LGPL-3.0-only