Hello community,
here is the log from the commit of package python-Flask-PyMongo for
openSUSE:Factory checked in at 2019-05-07 23:18:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Flask-PyMongo (Old)
and /work/SRC/openSUSE:Factory/.python-Flask-PyMongo.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-PyMongo"
Tue May 7 23:18:22 2019 rev:2 rq:701093 version:2.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-Flask-PyMongo/python-Flask-PyMongo.changes
2018-11-29 22:58:17.751662033 +0100
+++
/work/SRC/openSUSE:Factory/.python-Flask-PyMongo.new.5148/python-Flask-PyMongo.changes
2019-05-07 23:18:24.176848221 +0200
@@ -1,0 +2,11 @@
+Sat May 4 22:50:55 UTC 2019 - Arun Persaud <[email protected]>
+
+- specfile:
+ * update copyright year
+ * be more specific in %files section
+
+- update to version 2.3.0:
+ * Update version compatibility matrix in tests, drop official
+ support for PyMongo less than 3.3.x.
+
+-------------------------------------------------------------------
Old:
----
Flask-PyMongo-2.2.0.tar.gz
New:
----
Flask-PyMongo-2.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Flask-PyMongo.spec ++++++
--- /var/tmp/diff_new_pack.PFkCF6/_old 2019-05-07 23:18:24.656849229 +0200
+++ /var/tmp/diff_new_pack.PFkCF6/_new 2019-05-07 23:18:24.656849229 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-Flask-PyMongo
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017-2018 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
@@ -18,32 +18,31 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define modname Flask-PyMongo
%ifarch x86_64
%bcond_without test
%endif
-Name: python-%{modname}
-Version: 2.2.0
+Name: python-Flask-PyMongo
+Version: 2.3.0
Release: 0
Summary: PyMongo support for Flask applications
License: BSD-2-Clause
Group: Development/Languages/Python
URL: http://github.com/dcrosta/flask-pymongo
-Source:
https://files.pythonhosted.org/packages/source/F/Flask-PyMongo/%{modname}-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/F/Flask-PyMongo/Flask-PyMongo-%{version}.tar.gz
Source1:
https://raw.githubusercontent.com/dcrosta/flask-pymongo/master/LICENSE
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module vcversioner}
-%if %{with test}
-BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module Flask >= 0.11}
-BuildRequires: %{python_module pymongo}
-BuildRequires: mongodb-server
-%endif
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Flask >= 0.11
Requires: python-pymongo
BuildArch: noarch
+%if %{with test}
+BuildRequires: %{python_module Flask >= 0.11}
+BuildRequires: %{python_module pymongo}
+BuildRequires: %{python_module pytest}
+BuildRequires: mongodb-server
+%endif
%python_subpackages
%description
@@ -58,7 +57,7 @@
mechanisms can be used to configure and connect to MongoDB.
%prep
-%setup -q -n %{modname}-%{version}
+%setup -q -n Flask-PyMongo-%{version}
cp %{SOURCE1} .
%build
@@ -79,6 +78,9 @@
%files %{python_files}
%doc docs/* CONTRIBUTING.md README.md version.txt MANIFEST.in examples/*
%license LICENSE
-%{python_sitelib}/*
+%dir %{python_sitelib}/flask_pymongo
+%{python_sitelib}/flask_pymongo/*
+%dir %{python_sitelib}/Flask_PyMongo-%{version}-py*.egg-info
+%{python_sitelib}/Flask_PyMongo-%{version}-py*.egg-info
%changelog
++++++ Flask-PyMongo-2.2.0.tar.gz -> Flask-PyMongo-2.3.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Flask-PyMongo-2.2.0/Flask_PyMongo.egg-info/PKG-INFO
new/Flask-PyMongo-2.3.0/Flask_PyMongo.egg-info/PKG-INFO
--- old/Flask-PyMongo-2.2.0/Flask_PyMongo.egg-info/PKG-INFO 2018-11-01
18:27:01.000000000 +0100
+++ new/Flask-PyMongo-2.3.0/Flask_PyMongo.egg-info/PKG-INFO 2019-05-01
00:56:10.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: Flask-PyMongo
-Version: 2.2.0
+Version: 2.3.0
Summary: PyMongo support for Flask applications
Home-page: http://flask-pymongo.readthedocs.org/
Author: Dan Crosta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Flask-PyMongo-2.2.0/Flask_PyMongo.egg-info/SOURCES.txt
new/Flask-PyMongo-2.3.0/Flask_PyMongo.egg-info/SOURCES.txt
--- old/Flask-PyMongo-2.2.0/Flask_PyMongo.egg-info/SOURCES.txt 2018-11-01
18:27:01.000000000 +0100
+++ new/Flask-PyMongo-2.3.0/Flask_PyMongo.egg-info/SOURCES.txt 2019-05-01
00:56:10.000000000 +0200
@@ -7,6 +7,7 @@
Flask_PyMongo.egg-info/SOURCES.txt
Flask_PyMongo.egg-info/dependency_links.txt
Flask_PyMongo.egg-info/not-zip-safe
+Flask_PyMongo.egg-info/pbr.json
Flask_PyMongo.egg-info/requires.txt
Flask_PyMongo.egg-info/top_level.txt
docs/Makefile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Flask-PyMongo-2.2.0/Flask_PyMongo.egg-info/pbr.json
new/Flask-PyMongo-2.3.0/Flask_PyMongo.egg-info/pbr.json
--- old/Flask-PyMongo-2.2.0/Flask_PyMongo.egg-info/pbr.json 1970-01-01
01:00:00.000000000 +0100
+++ new/Flask-PyMongo-2.3.0/Flask_PyMongo.egg-info/pbr.json 2015-01-17
19:16:14.000000000 +0100
@@ -0,0 +1 @@
+{"is_release": false, "git_version": "775c8c3"}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Flask-PyMongo-2.2.0/Flask_PyMongo.egg-info/requires.txt
new/Flask-PyMongo-2.3.0/Flask_PyMongo.egg-info/requires.txt
--- old/Flask-PyMongo-2.2.0/Flask_PyMongo.egg-info/requires.txt 2018-11-01
18:27:01.000000000 +0100
+++ new/Flask-PyMongo-2.3.0/Flask_PyMongo.egg-info/requires.txt 2019-05-01
00:56:10.000000000 +0200
@@ -1,2 +1,2 @@
Flask>=0.11
-PyMongo>=3.0
+PyMongo>=3.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Flask-PyMongo-2.2.0/PKG-INFO
new/Flask-PyMongo-2.3.0/PKG-INFO
--- old/Flask-PyMongo-2.2.0/PKG-INFO 2018-11-01 18:27:01.000000000 +0100
+++ new/Flask-PyMongo-2.3.0/PKG-INFO 2019-05-01 00:56:10.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: Flask-PyMongo
-Version: 2.2.0
+Version: 2.3.0
Summary: PyMongo support for Flask applications
Home-page: http://flask-pymongo.readthedocs.org/
Author: Dan Crosta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Flask-PyMongo-2.2.0/docs/index.rst
new/Flask-PyMongo-2.3.0/docs/index.rst
--- old/Flask-PyMongo-2.2.0/docs/index.rst 2018-11-01 17:02:23.000000000
+0100
+++ new/Flask-PyMongo-2.3.0/docs/index.rst 2019-04-24 14:02:33.000000000
+0200
@@ -173,11 +173,15 @@
Changes:
+- 2.3.0: April 24, 2019
+
+ - Update version compatibility matrix in tests, drop official support for
+ PyMongo less than 3.3.x.
+
- 2.2.0: November 1, 2018
- - `#114 <https://github.com/dcrosta/flask-pymongo/pull/114>`_ Accept
- keyword arguments to :meth:`~flask_pymongo.PyMongo.save_file` (Andrew C.
- Hawkins).
+ - `#117 <https://github.com/dcrosta/flask-pymongo/pull/117>`_ Allow URIs
+ without database name.
- 2.1.0: August 6, 2018
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Flask-PyMongo-2.2.0/flask_pymongo/_version.py
new/Flask-PyMongo-2.3.0/flask_pymongo/_version.py
--- old/Flask-PyMongo-2.2.0/flask_pymongo/_version.py 2018-11-01
18:27:01.000000000 +0100
+++ new/Flask-PyMongo-2.3.0/flask_pymongo/_version.py 2019-05-01
00:56:10.000000000 +0200
@@ -1,5 +1,5 @@
# This file is automatically generated by setup.py.
-__version__ = '2.2.0'
-__sha__ = 'g2070d26'
-__revision__ = 'g2070d26'
+__version__ = '2.3.0'
+__sha__ = 'g91c4c19'
+__revision__ = 'g91c4c19'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Flask-PyMongo-2.2.0/flask_pymongo/tests/test_wrappers.py
new/Flask-PyMongo-2.3.0/flask_pymongo/tests/test_wrappers.py
--- old/Flask-PyMongo-2.2.0/flask_pymongo/tests/test_wrappers.py
2018-08-06 16:22:36.000000000 +0200
+++ new/Flask-PyMongo-2.3.0/flask_pymongo/tests/test_wrappers.py
2018-11-08 14:05:22.000000000 +0100
@@ -6,7 +6,7 @@
class CollectionTest(FlaskPyMongoTest):
def test_find_one_or_404(self):
- self.mongo.db.things.remove()
+ self.mongo.db.things.delete_many({})
try:
self.mongo.db.things.find_one_or_404({"_id": "thing"})
@@ -20,7 +20,7 @@
assert thing["val"] == "foo", "got wrong thing"
# also test with dotted-named collections
- self.mongo.db.things.morethings.remove()
+ self.mongo.db.things.morethings.delete_many({})
try:
self.mongo.db.things.morethings.find_one_or_404({"_id": "thing"})
except HTTPException as notfound:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Flask-PyMongo-2.2.0/setup.py
new/Flask-PyMongo-2.3.0/setup.py
--- old/Flask-PyMongo-2.2.0/setup.py 2018-08-06 16:22:36.000000000 +0200
+++ new/Flask-PyMongo-2.3.0/setup.py 2019-04-24 13:55:34.000000000 +0200
@@ -31,7 +31,7 @@
packages=find_packages(),
install_requires=[
"Flask>=0.11",
- "PyMongo>=3.0",
+ "PyMongo>=3.3",
],
classifiers=[
"Environment :: Web Environment",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Flask-PyMongo-2.2.0/version.txt
new/Flask-PyMongo-2.3.0/version.txt
--- old/Flask-PyMongo-2.2.0/version.txt 2018-11-01 18:27:01.000000000 +0100
+++ new/Flask-PyMongo-2.3.0/version.txt 2019-05-01 00:56:10.000000000 +0200
@@ -1 +1 @@
-2.2.0-0-g2070d26
\ No newline at end of file
+2.3.0-0-g91c4c19
\ No newline at end of file