From ef46fa51c6db2e1ed2bf727afd5cb7c00c4acbc202aec4f0c1d852455b14fc76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 26 Mar 2020 16:23:17 +0000 Subject: [PATCH] Accepting request 788611 from home:mcalabkova:branches:devel:languages:python - update to 4.5.1 * add daemon parameter to decorator * travis: add Python 3.8 tests OBS-URL: https://build.opensuse.org/request/show/788611 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pebble?expand=0&rev=9 --- Pebble-4.4.1.tar.gz | 3 --- Pebble-4.5.1.tar.gz | 3 +++ python-Pebble.changes | 7 +++++++ python-Pebble.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 Pebble-4.4.1.tar.gz create mode 100644 Pebble-4.5.1.tar.gz diff --git a/Pebble-4.4.1.tar.gz b/Pebble-4.4.1.tar.gz deleted file mode 100644 index b44c428..0000000 --- a/Pebble-4.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c4d68a3479140cba74d7454d8190e2cb1a93213b44b5befe3c53c201beb8317 -size 23510 diff --git a/Pebble-4.5.1.tar.gz b/Pebble-4.5.1.tar.gz new file mode 100644 index 0000000..74c32d5 --- /dev/null +++ b/Pebble-4.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fdcc0f36d93d8e07559d36b942b7800c6b9622626d5b587ab1a74820d02732 +size 23693 diff --git a/python-Pebble.changes b/python-Pebble.changes index 851ae03..e861093 100644 --- a/python-Pebble.changes +++ b/python-Pebble.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 26 16:16:44 UTC 2020 - Marketa Calabkova + +- update to 4.5.1 + * add daemon parameter to decorator + * travis: add Python 3.8 tests + ------------------------------------------------------------------- Wed Jan 15 10:59:02 UTC 2020 - Marketa Calabkova diff --git a/python-Pebble.spec b/python-Pebble.spec index ac423f2..fa90b27 100644 --- a/python-Pebble.spec +++ b/python-Pebble.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Pebble -Version: 4.4.1 +Version: 4.5.1 Release: 0 Summary: Threading and multiprocessing eye-candy for Python License: LGPL-3.0-only