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

- Update descriptions

OBS-URL: https://build.opensuse.org/request/show/597442
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ana?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal 2018-04-17 11:51:07 +00:00 committed by Git OBS Bridge
parent 85386ca607
commit 4f7e0ce611
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 17 11:33:47 UTC 2018 - jengelh@inai.de
- Update descriptions
-------------------------------------------------------------------
Fri Mar 30 19:59:41 UTC 2018 - afaerber@suse.de

View File

@ -13,21 +13,22 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ana
Version: 0.05
Release: 0
Summary: The Python "ana" module
License: BSD-2-Clause
Summary: ANA
Url: https://github.com/zardus/ana
Group: Development/Languages/Python
Url: https://github.com/zardus/ana
Source: https://files.pythonhosted.org/packages/source/a/ana/ana-%{version}.tar.gz
Source1: https://github.com/zardus/ana/raw/master/LICENSE
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module future}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-future
@ -37,7 +38,7 @@ BuildArch: noarch
%python_subpackages
%description
ANA provides a place for objects to live out their lives and be distributed to other python instances.
A Python module that provides an undocumented data layer for Python objects.
%prep
%setup -q -n ana-%{version}