diff --git a/fix-requirements.patch b/fix-requirements.patch deleted file mode 100644 index 3f4d4c3..0000000 --- a/fix-requirements.patch +++ /dev/null @@ -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 diff --git a/mongoengine-0.15.3.tar.gz b/mongoengine-0.15.3.tar.gz deleted file mode 100644 index 70bfbbd..0000000 --- a/mongoengine-0.15.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ecc60f50d9f85d4ae7e2e8bd1dc19778af65d2883d5ad6d658d77f1560059d3 -size 145529 diff --git a/python-mongoengine.changes b/python-mongoengine.changes index 18e2735..329df8c 100644 --- a/python-mongoengine.changes +++ b/python-mongoengine.changes @@ -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 diff --git a/python-mongoengine.spec b/python-mongoengine.spec index 98fb103..ef83ff6 100644 --- a/python-mongoengine.spec +++ b/python-mongoengine.spec @@ -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 diff --git a/v0.19.1.tar.gz b/v0.19.1.tar.gz new file mode 100644 index 0000000..d23c050 --- /dev/null +++ b/v0.19.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c08a0fe1200c902769f7fbad4eca0bc0b1233f0fa77a2eb8363ab0f09321b9 +size 312528