From 2123c15e8b784ade70ab83e993b99b4f75b9f4fbe2a4a8a5c68ddf1bf7737ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Oct 2018 13:00:51 +0000 Subject: [PATCH] Accepting request 644281 from home:jengelh:branches:devel:languages:python - Avoid repetition name in summary. OBS-URL: https://build.opensuse.org/request/show/644281 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mongoengine?expand=0&rev=2 --- python-mongoengine.changes | 5 +++++ python-mongoengine.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/python-mongoengine.changes b/python-mongoengine.changes index e0a1833..18e2735 100644 --- a/python-mongoengine.changes +++ b/python-mongoengine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 24 12:44:22 UTC 2018 - Jan Engelhardt + +- Avoid repetition name in summary. + ------------------------------------------------------------------- Fri Sep 21 09:46:39 UTC 2018 - Antonio Larrosa - 0.15.3 diff --git a/python-mongoengine.spec b/python-mongoengine.spec index b030d56..98fb103 100644 --- a/python-mongoengine.spec +++ b/python-mongoengine.spec @@ -12,22 +12,23 @@ # 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-mongoengine Version: 0.15.3 Release: 0 +Summary: Python Object-Document Mapper for working with MongoDB License: MIT -Summary: MongoEngine is a Python Object-Document Mapper for working with MongoDB -Url: http://mongoengine.org/ Group: Development/Languages/Python +Url: http://mongoengine.org/ Source: https://files.pythonhosted.org/packages/source/m/mongoengine/mongoengine-%{version}.tar.gz Patch0: fix-requirements.patch -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-pymongo >= 2.7.1 Requires: python-six Suggests: python-python-dateutil