From 9357a8b88cc0c650f77e8ca304264bce933d3711448e38a28758f864f7c14a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 6 May 2020 16:15:01 +0000 Subject: [PATCH] Accepting request 800793 from home:marxin:branches:devel:languages:python - Bump to 4.5.2: - Fix issue #58: handle pool connection teardown in Python 3.8 OBS-URL: https://build.opensuse.org/request/show/800793 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pebble?expand=0&rev=13 --- Pebble-4.5.1.tar.gz | 3 --- Pebble-4.5.2.tar.gz | 3 +++ python-Pebble.changes | 6 ++++++ python-Pebble.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 Pebble-4.5.1.tar.gz create mode 100644 Pebble-4.5.2.tar.gz diff --git a/Pebble-4.5.1.tar.gz b/Pebble-4.5.1.tar.gz deleted file mode 100644 index 74c32d5..0000000 --- a/Pebble-4.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26fdcc0f36d93d8e07559d36b942b7800c6b9622626d5b587ab1a74820d02732 -size 23693 diff --git a/Pebble-4.5.2.tar.gz b/Pebble-4.5.2.tar.gz new file mode 100644 index 0000000..3ff8f6c --- /dev/null +++ b/Pebble-4.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c222a685d418bc137f83ef33396c80b56bf8b8a1cea05d3a96ba2a51976c9021 +size 34624 diff --git a/python-Pebble.changes b/python-Pebble.changes index e07432f..0da4edd 100644 --- a/python-Pebble.changes +++ b/python-Pebble.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 6 15:47:22 UTC 2020 - Martin Liška + +- Bump to 4.5.2: + - Fix issue #58: handle pool connection teardown in Python 3.8 + ------------------------------------------------------------------- Mon Apr 20 11:18:48 UTC 2020 - Tomáš Chvátal diff --git a/python-Pebble.spec b/python-Pebble.spec index 74420ac..5567325 100644 --- a/python-Pebble.spec +++ b/python-Pebble.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-Pebble -Version: 4.5.1 +Version: 4.5.2 Release: 0 Summary: Threading and multiprocessing eye-candy for Python License: LGPL-3.0-only