15
0
forked from pool/python-Gloo

Accepting request 729686 from home:jengelh:branches:devel:languages:python

- Trim filler wording from description.

OBS-URL: https://build.opensuse.org/request/show/729686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Gloo?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-09-10 08:30:26 +00:00
committed by Git OBS Bridge
parent 80fb150132
commit 8d44590318
2 changed files with 13 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 10 07:42:13 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Trim filler wording from description.
-------------------------------------------------------------------
Mon Apr 8 10:47:08 UTC 2019 - Christian Goll <cgoll@suse.com>

View File

@@ -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}