Hello community, here is the log from the commit of package python-Pebble for openSUSE:Factory checked in at 2019-08-24 18:49:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Pebble (Old) and /work/SRC/openSUSE:Factory/.python-Pebble.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Pebble" Sat Aug 24 18:49:39 2019 rev:2 rq:725780 version:4.3.10 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Pebble/python-Pebble.changes 2019-08-13 13:24:55.729360527 +0200 +++ /work/SRC/openSUSE:Factory/.python-Pebble.new.7948/python-Pebble.changes 2019-08-24 18:49:46.669737771 +0200 @@ -1,0 +2,5 @@ +Sat Aug 24 05:59:11 UTC 2019 - Jan Engelhardt <[email protected]> + +- Use description from upstream. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Pebble.spec ++++++ --- /var/tmp/diff_new_pack.boRzy2/_old 2019-08-24 18:49:48.345737608 +0200 +++ /var/tmp/diff_new_pack.boRzy2/_new 2019-08-24 18:49:48.369737606 +0200 @@ -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 @@ %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}
