diff --git a/python-Gloo.changes b/python-Gloo.changes index 327a7ad..fbcc5f8 100644 --- a/python-Gloo.changes +++ b/python-Gloo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 10 07:42:13 UTC 2019 - Jan Engelhardt + +- Trim filler wording from description. + ------------------------------------------------------------------- Mon Apr 8 10:47:08 UTC 2019 - Christian Goll diff --git a/python-Gloo.spec b/python-Gloo.spec index 7bc5c66..faddfab 100644 --- a/python-Gloo.spec +++ b/python-Gloo.spec @@ -12,31 +12,31 @@ # 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-Gloo Version: 0.1.2 Release: 0 -License: BSD-3-Clause Summary: Project management for data analysis projects -Url: http://pypi.python.org/pypi/Gloo/ +License: BSD-3-Clause Group: Development/Languages/Python +URL: https://pypi.python.org/pypi/Gloo/ Source: https://files.pythonhosted.org/packages/source/G/Gloo/Gloo-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-pandas BuildArch: noarch %python_subpackages %description -Gloo's goal is to tie together a lot of the data analysis actions that happen -regularly and make that processes easy. Automatically loading data into the -ipython environment, running scripts, making utitlity functions available and -more. These are things that have to be done often, but aren't the fun part. +Gloo ties together a lot of the data analysis actions that happen +regularly. It automatically loads data into the IPython environment, +runs scripts, makes utitlity functions available and more. %prep %setup -q -n Gloo-%{version}