From 4f7e0ce6112e4962f5c8e8f57b6841cc65b2ff6c73894c12ffcea0b9d56aedd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 17 Apr 2018 11:51:07 +0000 Subject: [PATCH] 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 --- python-ana.changes | 5 +++++ python-ana.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/python-ana.changes b/python-ana.changes index 25c0f0b..4e4b0d7 100644 --- a/python-ana.changes +++ b/python-ana.changes @@ -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 diff --git a/python-ana.spec b/python-ana.spec index 5bc049f..a4f10dd 100644 --- a/python-ana.spec +++ b/python-ana.spec @@ -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}