forked from pool/python-mongoengine
Accepting request 790187 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/790187 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mongoengine?expand=0&rev=3
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
Index: mongoengine-0.15.3/setup.py
|
|
||||||
===================================================================
|
|
||||||
--- mongoengine-0.15.3.orig/setup.py
|
|
||||||
+++ mongoengine-0.15.3/setup.py
|
|
||||||
@@ -55,7 +55,7 @@ CLASSIFIERS = [
|
|
||||||
|
|
||||||
extra_opts = {
|
|
||||||
'packages': find_packages(exclude=['tests', 'tests.*']),
|
|
||||||
- 'tests_require': ['nose', 'coverage==4.2', 'blinker', 'Pillow>=2.0.0']
|
|
||||||
+ 'tests_require': ['nose', 'coverage>=4.2', 'blinker', 'Pillow>=2.0.0']
|
|
||||||
}
|
|
||||||
if sys.version_info[0] == 3:
|
|
||||||
extra_opts['use_2to3'] = True
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2ecc60f50d9f85d4ae7e2e8bd1dc19778af65d2883d5ad6d658d77f1560059d3
|
|
||||||
size 145529
|
|
||||||
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 31 12:55:37 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 0.19.1
|
||||||
|
* lot of changes, see
|
||||||
|
https://github.com/MongoEngine/mongoengine/blob/master/docs/changelog.rst
|
||||||
|
- python3 package only (python-Pillow)
|
||||||
|
- deleted patches
|
||||||
|
- fix-requirements.patch (upstreamed)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 24 12:44:22 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Wed Oct 24 12:44:22 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-mongoengine
|
# spec file for package python-mongoengine
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,22 +18,21 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-mongoengine
|
Name: python-mongoengine
|
||||||
Version: 0.15.3
|
Version: 0.19.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Object-Document Mapper for working with MongoDB
|
Summary: Python Object-Document Mapper for working with MongoDB
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://mongoengine.org/
|
URL: http://mongoengine.org/
|
||||||
Source: https://files.pythonhosted.org/packages/source/m/mongoengine/mongoengine-%{version}.tar.gz
|
Source: https://github.com/MongoEngine/mongoengine/archive/v%{version}.tar.gz
|
||||||
Patch0: fix-requirements.patch
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pymongo >= 2.7.1
|
Requires: python-blinker
|
||||||
Requires: python-six
|
Requires: python-pymongo >= 3.4
|
||||||
|
Requires: python-six >= 1.10.0
|
||||||
Suggests: python-python-dateutil
|
Suggests: python-python-dateutil
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -43,7 +42,6 @@ built on top of PyMongo.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n mongoengine-%{version}
|
%setup -q -n mongoengine-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
|||||||
3
v0.19.1.tar.gz
Normal file
3
v0.19.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:90c08a0fe1200c902769f7fbad4eca0bc0b1233f0fa77a2eb8363ab0f09321b9
|
||||||
|
size 312528
|
||||||
Reference in New Issue
Block a user