diff --git a/pymongo-3.7.0.tar.gz b/pymongo-3.7.0.tar.gz deleted file mode 100644 index 181e907..0000000 --- a/pymongo-3.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3327afb38017ac1de32e4ca3a6c8edb1fe19d6024771609590684d3a37e7c250 -size 626809 diff --git a/pymongo-3.7.1.tar.gz b/pymongo-3.7.1.tar.gz new file mode 100644 index 0000000..21f4788 --- /dev/null +++ b/pymongo-3.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14fb6c4058772a0d74d82874d3b89d7264d89b4ed7fa0413ea0ef8112b268b9 +size 723014 diff --git a/python-pymongo.changes b/python-pymongo.changes index c7aa6f0..b09e1e1 100644 --- a/python-pymongo.changes +++ b/python-pymongo.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Sep 21 09:05:25 UTC 2018 - Antonio Larrosa - 3.7.1 + +- Upgrade to 3.7.1 + * Calling `~pymongo.database.Database.authenticate` more than once with the + same credentials results in OperationFailure. + * Authentication fails when SCRAM-SHA-1 is used to authenticate users with + only MONGODB-CR credentials. + * A millisecond rounding problem when decoding datetimes in the pure + Python BSON decoder on 32 bit systems and AWS lambda. + ------------------------------------------------------------------- Mon Jul 16 16:55:52 UTC 2018 - mcepl@suse.com diff --git a/python-pymongo.spec b/python-pymongo.spec index 809c87c..5a033f6 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pymongo -Version: 3.7.0 +Version: 3.7.1 Release: 0 Summary: Python driver for MongoDB License: Apache-2.0