Accepting request 597451 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/597451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ana?expand=0&rev=2
This commit is contained in:
2018-04-19 13:30:20 +00:00
committed by Git OBS Bridge
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}