forked from pool/python-mongoengine
Accepting request 790174 from home:pgajdos:python
- 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)
OBS-URL: https://build.opensuse.org/request/show/790174
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mongoengine?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
2123c15e8b
commit
c2d3dbba63
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,22 +18,21 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-mongoengine
|
||||
Version: 0.15.3
|
||||
Version: 0.19.1
|
||||
Release: 0
|
||||
Summary: Python Object-Document Mapper for working with MongoDB
|
||||
License: MIT
|
||||
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
|
||||
URL: http://mongoengine.org/
|
||||
Source: https://github.com/MongoEngine/mongoengine/archive/v%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pymongo >= 2.7.1
|
||||
Requires: python-six
|
||||
Requires: python-blinker
|
||||
Requires: python-pymongo >= 3.4
|
||||
Requires: python-six >= 1.10.0
|
||||
Suggests: python-python-dateutil
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -43,7 +42,6 @@ built on top of PyMongo.
|
||||
|
||||
%prep
|
||||
%setup -q -n mongoengine-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%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