From 535301076ab0a4b0d8eb81f82496b9e6e6974aa79a46ae23fca796846b2b6ef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 24 Aug 2019 07:42:23 +0000 Subject: [PATCH] Accepting request 725716 from home:jengelh:branches:devel:languages:python - Use description from upstream. OBS-URL: https://build.opensuse.org/request/show/725716 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pebble?expand=0&rev=3 --- python-Pebble.changes | 5 +++++ python-Pebble.spec | 14 ++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/python-Pebble.changes b/python-Pebble.changes index fd5a64d..92a6675 100644 --- a/python-Pebble.changes +++ b/python-Pebble.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 24 05:59:11 UTC 2019 - Jan Engelhardt + +- Use description from upstream. + ------------------------------------------------------------------- Sun Aug 11 03:51:46 UTC 2019 - Todd R diff --git a/python-Pebble.spec b/python-Pebble.spec index 737ce31..2147073 100644 --- a/python-Pebble.spec +++ b/python-Pebble.spec @@ -12,23 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Pebble Version: 4.3.10 Release: 0 +Summary: Threading and multiprocessing eye-candy for Python License: LGPL-3.0-only -Summary: Threading and multiprocessing eye-candy -Url: https://github.com/noxdafox/pebble Group: Development/Languages/Python +URL: https://github.com/noxdafox/pebble Source: https://files.pythonhosted.org/packages/source/P/Pebble/Pebble-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} -BuildRequires: python-futures BuildRequires: fdupes BuildRequires: git +BuildRequires: python-futures +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest} # /SECTION @@ -40,7 +41,8 @@ BuildArch: noarch %python_subpackages %description -Threading and multiprocessing eye-candy. +Pebble provides an API to manage threads and processes within an application. +It wraps Python’s standard library threading and multiprocessing objects. %prep %setup -q -n Pebble-%{version}