From 76a26fe2264def4c642a48cfdb160f51ef911baa3e9352a1a8afea14f0e2b8e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 6 Oct 2022 09:00:51 +0000 Subject: [PATCH] Accepting request 1008347 from home:marxin:branches:devel:languages:python - Update to 5.0.1 * Improvements: + issue #105: run callbacks after process termination on timeout or task cancellation OBS-URL: https://build.opensuse.org/request/show/1008347 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pebble?expand=0&rev=22 --- Pebble-5.0.0.tar.gz | 3 --- Pebble-5.0.1.tar.gz | 3 +++ python-Pebble.changes | 8 ++++++++ python-Pebble.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 Pebble-5.0.0.tar.gz create mode 100644 Pebble-5.0.1.tar.gz diff --git a/Pebble-5.0.0.tar.gz b/Pebble-5.0.0.tar.gz deleted file mode 100644 index aaf79e3..0000000 --- a/Pebble-5.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:add2a07d71e666985f1bd024024787dd790f71f1a2dbb9f5fac037cbb358e0ce -size 28958 diff --git a/Pebble-5.0.1.tar.gz b/Pebble-5.0.1.tar.gz new file mode 100644 index 0000000..e288dd3 --- /dev/null +++ b/Pebble-5.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee41c33be3d412285571f2cc7cf914d4c2a81ab3d388c68b3c746b7ab3b0b865 +size 28996 diff --git a/python-Pebble.changes b/python-Pebble.changes index 92e1a71..9c0c114 100644 --- a/python-Pebble.changes +++ b/python-Pebble.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Oct 6 07:29:26 UTC 2022 - Martin Liška + +- Update to 5.0.1 + * Improvements: + + issue #105: run callbacks after process termination on timeout or + task cancellation + ------------------------------------------------------------------- Tue Sep 13 11:09:36 UTC 2022 - Martin Liška diff --git a/python-Pebble.spec b/python-Pebble.spec index 4b272c3..78a4f18 100644 --- a/python-Pebble.spec +++ b/python-Pebble.spec @@ -17,7 +17,7 @@ Name: python-Pebble -Version: 5.0.0 +Version: 5.0.1 Release: 0 Summary: Threading and multiprocessing eye-candy for Python License: LGPL-3.0-only