15
0

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
This commit is contained in:
Tomáš Chvátal
2018-10-24 13:00:51 +00:00
committed by Git OBS Bridge
parent c2661a7c1d
commit 2123c15e8b
2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 24 12:44:22 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Avoid repetition name in summary.
-------------------------------------------------------------------
Fri Sep 21 09:46:39 UTC 2018 - Antonio Larrosa <alarrosa@suse.com> - 0.15.3

View File

@@ -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