From 9f556ecdde2c8a6a45f218666b52990f0196aa169afe845f84d4fa31a5745024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 15 Jan 2020 11:02:08 +0000 Subject: [PATCH] Accepting request 764620 from home:mcalabkova:branches:devel:languages:python - update to 4.4.1 * use poll in channel implementation instead of select * handle pickling errors in ProcessPool * add test cases OBS-URL: https://build.opensuse.org/request/show/764620 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pebble?expand=0&rev=7 --- Pebble-4.4.0.tar.gz | 3 --- Pebble-4.4.1.tar.gz | 3 +++ python-Pebble.changes | 8 ++++++++ python-Pebble.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 Pebble-4.4.0.tar.gz create mode 100644 Pebble-4.4.1.tar.gz diff --git a/Pebble-4.4.0.tar.gz b/Pebble-4.4.0.tar.gz deleted file mode 100644 index a89156e..0000000 --- a/Pebble-4.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:518ac3bcc5a038bbabce43cd8f4b3e3ad39689b2a51ef1e7c51ba01088a949d8 -size 23241 diff --git a/Pebble-4.4.1.tar.gz b/Pebble-4.4.1.tar.gz new file mode 100644 index 0000000..b44c428 --- /dev/null +++ b/Pebble-4.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4d68a3479140cba74d7454d8190e2cb1a93213b44b5befe3c53c201beb8317 +size 23510 diff --git a/python-Pebble.changes b/python-Pebble.changes index 6bf72a1..851ae03 100644 --- a/python-Pebble.changes +++ b/python-Pebble.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jan 15 10:59:02 UTC 2020 - Marketa Calabkova + +- update to 4.4.1 + * use poll in channel implementation instead of select + * handle pickling errors in ProcessPool + * add test cases + ------------------------------------------------------------------- Mon Oct 7 15:00:00 UTC 2019 - Tomáš Chvátal diff --git a/python-Pebble.spec b/python-Pebble.spec index 1c88f1c..ac423f2 100644 --- a/python-Pebble.spec +++ b/python-Pebble.spec @@ -1,7 +1,7 @@ # # spec file for package python-Pebble # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Pebble -Version: 4.4.0 +Version: 4.4.1 Release: 0 Summary: Threading and multiprocessing eye-candy for Python License: LGPL-3.0-only