14
0

Accepting request 639547 from home:alarrosa:branches:devel:languages:python:flask

Update python-pymongo to 3.7.1

OBS-URL: https://build.opensuse.org/request/show/639547
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=63
This commit is contained in:
Tomáš Chvátal
2018-10-02 13:51:23 +00:00
committed by Git OBS Bridge
parent 4b05b069ce
commit e0e4fd03bd
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Sep 21 09:05:25 UTC 2018 - Antonio Larrosa <alarrosa@suse.com> - 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