15
0

Accepting request 645742 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/645742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mongoengine?expand=0&rev=2
This commit is contained in:
2018-11-01 13:39:33 +00:00
committed by Git OBS Bridge
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