14
0

Accepting request 639604 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/639604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymongo?expand=0&rev=31
This commit is contained in:
2018-10-04 17:00:56 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 5 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f14fb6c4058772a0d74d82874d3b89d7264d89b4ed7fa0413ea0ef8112b268b9
size 723014

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

View File

@@ -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