From 32d4a5f1646593a7b553b966b5d8b8acd04cf645d7ae98a7bf711952f149b489 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 16 Nov 2022 07:29:40 +0000 Subject: [PATCH] Accepting request 1035929 from home:marxin:branches:devel:languages:python - Update to 5.0.3 * issue #111: reinstate `Pool.schedule` function in place of `Pool.submit`. OBS-URL: https://build.opensuse.org/request/show/1035929 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pebble?expand=0&rev=26 --- Pebble-5.0.2.tar.gz | 3 --- Pebble-5.0.3.tar.gz | 3 +++ python-Pebble.changes | 7 +++++++ python-Pebble.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 Pebble-5.0.2.tar.gz create mode 100644 Pebble-5.0.3.tar.gz diff --git a/Pebble-5.0.2.tar.gz b/Pebble-5.0.2.tar.gz deleted file mode 100644 index 31f5372..0000000 --- a/Pebble-5.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c58c03eaf920c31287444c6fef39dc53baeac9de221ead104f5c9b48e8bd587 -size 29066 diff --git a/Pebble-5.0.3.tar.gz b/Pebble-5.0.3.tar.gz new file mode 100644 index 0000000..bddf113 --- /dev/null +++ b/Pebble-5.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcfd9ea7e0aedb895b204177c19e6d6543d9962f4e3402ebab2175004863da8 +size 29076 diff --git a/python-Pebble.changes b/python-Pebble.changes index 9d0055d..310c69f 100644 --- a/python-Pebble.changes +++ b/python-Pebble.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 15 21:50:22 UTC 2022 - Martin Liška + +- Update to 5.0.3 + * issue #111: reinstate `Pool.schedule` function in place of + `Pool.submit`. + ------------------------------------------------------------------- Mon Oct 10 11:29:15 UTC 2022 - Martin Liška diff --git a/python-Pebble.spec b/python-Pebble.spec index bfed21b..7ccdd9f 100644 --- a/python-Pebble.spec +++ b/python-Pebble.spec @@ -17,7 +17,7 @@ Name: python-Pebble -Version: 5.0.2 +Version: 5.0.3 Release: 0 Summary: Threading and multiprocessing eye-candy for Python License: LGPL-3.0-only