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