forked from pool/python-pymongo
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:
committed by
Git OBS Bridge
parent
4b05b069ce
commit
e0e4fd03bd
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3327afb38017ac1de32e4ca3a6c8edb1fe19d6024771609590684d3a37e7c250
|
|
||||||
size 626809
|
|
3
pymongo-3.7.1.tar.gz
Normal file
3
pymongo-3.7.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f14fb6c4058772a0d74d82874d3b89d7264d89b4ed7fa0413ea0ef8112b268b9
|
||||||
|
size 723014
|
@@ -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
|
Mon Jul 16 16:55:52 UTC 2018 - mcepl@suse.com
|
||||||
|
|
||||||
|
@@ -12,13 +12,13 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pymongo
|
Name: python-pymongo
|
||||||
Version: 3.7.0
|
Version: 3.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python driver for MongoDB
|
Summary: Python driver for MongoDB
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Reference in New Issue
Block a user