Hello community, here is the log from the commit of package python-mongoengine for openSUSE:Factory checked in at 2020-03-31 19:41:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mongoengine (Old) and /work/SRC/openSUSE:Factory/.python-mongoengine.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mongoengine" Tue Mar 31 19:41:20 2020 rev:3 rq:790187 version:0.19.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mongoengine/python-mongoengine.changes 2018-11-01 14:39:41.586905752 +0100 +++ /work/SRC/openSUSE:Factory/.python-mongoengine.new.3160/python-mongoengine.changes 2020-03-31 19:41:21.808579037 +0200 @@ -1,0 +2,10 @@ +Tue Mar 31 12:55:37 UTC 2020 - pgaj...@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) + +------------------------------------------------------------------- Old: ---- fix-requirements.patch mongoengine-0.15.3.tar.gz New: ---- v0.19.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mongoengine.spec ++++++ --- /var/tmp/diff_new_pack.UHLf0y/_old 2020-03-31 19:41:23.748580063 +0200 +++ /var/tmp/diff_new_pack.UHLf0y/_new 2020-03-31 19:41:23.748580063 +0200 @@ -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 @@ %prep %setup -q -n mongoengine-%{version} -%patch0 -p1 %build %python_build