diff --git a/pymongo-3.0.3.tar.gz b/pymongo-3.0.3.tar.gz deleted file mode 100644 index 1d44f1e..0000000 --- a/pymongo-3.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c6b2317f8031bc1e200fd1ea35f00a96f4569e3f3f220a5e66ab6227d96ccaf -size 419692 diff --git a/pymongo-3.1.1.tar.gz b/pymongo-3.1.1.tar.gz new file mode 100644 index 0000000..3c0ce1d --- /dev/null +++ b/pymongo-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f550d27481cb841c0f5de023df644e7a3beb235b8a22a091e6dafd39c6a82a +size 462020 diff --git a/python-pymongo.changes b/python-pymongo.changes index 419f8ef..5cc4fef 100644 --- a/python-pymongo.changes +++ b/python-pymongo.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Feb 18 13:24:49 UTC 2016 - eshmarnev@suse.com + +- Update to 3.1.1: + * Command monitoring support. + * Configurable error handling for UnicodeDecodeError. + * Optional automatic timezone conversion when decoding BSON datetime. + * An implementation of GridFSBucket from the new GridFS spec. + * Compliance with the new Connection String spec. + * Reduced idle CPU usage in Python 2. + ------------------------------------------------------------------- Wed Aug 5 00:49:55 UTC 2015 - jacobwinski@gmail.com diff --git a/python-pymongo.spec b/python-pymongo.spec index 575aa27..0e5fc45 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -1,7 +1,7 @@ # # spec file for package python-pymongo # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-pymongo -Version: 3.0.3 +Version: 3.1.1 Release: 0 Url: http://github.com/mongodb/mongo-python-driver Summary: Python driver for MongoDB